summaryrefslogtreecommitdiffstats
path: root/rescue/make_rescue_img
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 /rescue/make_rescue_img
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)
Diffstat (limited to 'rescue/make_rescue_img')
-rwxr-xr-xrescue/make_rescue_img1
1 files changed, 1 insertions, 0 deletions
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";