summaryrefslogtreecommitdiffstats
path: root/images/make_boot_img
diff options
context:
space:
mode:
authorAnne Nicolas <ennael@mageia.org>2011-03-03 14:51:04 +0000
committerAnne Nicolas <ennael@mageia.org>2011-03-03 14:51:04 +0000
commit5ac461f0de5122c5d159ed4e5d81bf4d3848f316 (patch)
tree0d97d83c6755e81dc25036da3b14625c4cd410b9 /images/make_boot_img
parentbf234bcadf1190a4bef65c6b7812d237c33b70c3 (diff)
downloaddrakx-backup-do-not-use-5ac461f0de5122c5d159ed4e5d81bf4d3848f316.tar
drakx-backup-do-not-use-5ac461f0de5122c5d159ed4e5d81bf4d3848f316.tar.gz
drakx-backup-do-not-use-5ac461f0de5122c5d159ed4e5d81bf4d3848f316.tar.bz2
drakx-backup-do-not-use-5ac461f0de5122c5d159ed4e5d81bf4d3848f316.tar.xz
drakx-backup-do-not-use-5ac461f0de5122c5d159ed4e5d81bf4d3848f316.zip
remove -e wich break firmware load (thanks aginies)
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-ximages/make_boot_img2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/make_boot_img b/images/make_boot_img
index 81b2d6429..28ca8eab7 100755
--- a/images/make_boot_img
+++ b/images/make_boot_img
@@ -165,7 +165,7 @@ sub initrd {
_ "cp -a $firm $tmp_initrd/$dest";
};
- output("$tmp_initrd/hotplug", q{#!/bin/sh -e
+ output("$tmp_initrd/hotplug", q{#!/bin/sh
if [ "$SUBSYSTEM" = firmware ] && [ "$ACTION" = add ] && [ -n "$FIRMWARE" ] ; then
if [ ! -e /sys$DEVPATH/loading ]; then
exit 1