summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2011-01-31 13:30:13 +0000
committerAntoine Ginies <aginies@mandriva.com>2011-01-31 13:30:13 +0000
commita90be5dc76db47f3e2a31243180e31835d5e47a9 (patch)
tree024e7bfb2c1de079906bda12106b3456c2432ee8
parentabc15d3a2d2916412e4c2583420f5c37376601b0 (diff)
downloaddrakx-backup-do-not-use-a90be5dc76db47f3e2a31243180e31835d5e47a9.tar
drakx-backup-do-not-use-a90be5dc76db47f3e2a31243180e31835d5e47a9.tar.gz
drakx-backup-do-not-use-a90be5dc76db47f3e2a31243180e31835d5e47a9.tar.bz2
drakx-backup-do-not-use-a90be5dc76db47f3e2a31243180e31835d5e47a9.tar.xz
drakx-backup-do-not-use-a90be5dc76db47f3e2a31243180e31835d5e47a9.zip
add udevadm to debug hotplug problem (firmware loading)
-rw-r--r--rescue/list.xml2
-rwxr-xr-xrescue/make_rescue_img1
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";