summaryrefslogtreecommitdiff
path: root/backend/modules
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-11-18 09:53:11 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2011-11-18 09:53:11 +0100
commitd145f1b9fc358cc057dc805ec8b24cf5e9698a78 (patch)
treeb411599dbef64cb496013c026444ada02e41ca02 /backend/modules
parent1f08a4b67459a7325a4c5102c562417cc0ee7e27 (diff)
downloadacritoxinstaller-d145f1b9fc358cc057dc805ec8b24cf5e9698a78.zip
acritoxinstaller-d145f1b9fc358cc057dc805ec8b24cf5e9698a78.tar.gz
copy live firmware to installation target
Diffstat (limited to 'backend/modules')
-rw-r--r--backend/modules/install_main3
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/modules/install_main b/backend/modules/install_main
index 4705b65..e161e21 100644
--- a/backend/modules/install_main
+++ b/backend/modules/install_main
@@ -308,5 +308,8 @@ function copy_etc_to_target()
sed '/<!-- .* user in live session -->/d; s/user="'"$FLL_LIVE_USER"'"/user="'"$cfg_username"'"/;' \
< /etc/PolicyKit/PolicyKit.conf > $TARGET/etc/PolicyKit/PolicyKit.conf
fi
+
+ # Firmware
+ rsync -Ha --ignore-existing /lib/firmware/ $TARGET/lib/firmware/
}