diff options
author | Antoine Ginies <aginies@mandriva.com> | 2011-01-31 13:30:13 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2011-01-31 13:30:13 +0000 |
commit | a90be5dc76db47f3e2a31243180e31835d5e47a9 (patch) | |
tree | 024e7bfb2c1de079906bda12106b3456c2432ee8 | |
parent | abc15d3a2d2916412e4c2583420f5c37376601b0 (diff) | |
download | drakx-a90be5dc76db47f3e2a31243180e31835d5e47a9.tar drakx-a90be5dc76db47f3e2a31243180e31835d5e47a9.tar.gz drakx-a90be5dc76db47f3e2a31243180e31835d5e47a9.tar.bz2 drakx-a90be5dc76db47f3e2a31243180e31835d5e47a9.tar.xz drakx-a90be5dc76db47f3e2a31243180e31835d5e47a9.zip |
add udevadm to debug hotplug problem (firmware loading)
-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"; |