diff options
-rw-r--r-- | rescue/list.xml | 2 | ||||
-rwxr-xr-x | rescue/make_rescue_img | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/rescue/list.xml b/rescue/list.xml index 6c035915f..a6fa3da37 100644 --- a/rescue/list.xml +++ b/rescue/list.xml @@ -22,6 +22,7 @@ gzip zcat gunzip bzip2 bunzip2 bzcat + udevadm df du @@ -239,6 +240,7 @@ protocols services ssh/ssh_config + udev/ </from> <filter command="strip"> diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img index cf8c2f7e9..b95758fe1 100755 --- a/rescue/make_rescue_img +++ b/rescue/make_rescue_img @@ -56,6 +56,7 @@ if (my ($LANGUAGE) = map { if_(/LANGUAGE_(.*)/, $1) } keys %ENV) { exit 0 if $ARGV[0]; +_ "cd $tmp/lib && ln -sf /firmware firmware"; _ "mksquashfs $tmp $rescue -all-root -noappend >/dev/null"; _ "chmod 755 $rescue"; _ "rm -rf $tmp"; |