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
commit6f476a629c0d6ef233fed1c2e47f19f559ec0bce (patch)
tree0d97d83c6755e81dc25036da3b14625c4cd410b9 /images/make_boot_img
parente9d4d7eb4a934587eafd5f491ad2f62bb04b5258 (diff)
downloaddrakx-6f476a629c0d6ef233fed1c2e47f19f559ec0bce.tar
drakx-6f476a629c0d6ef233fed1c2e47f19f559ec0bce.tar.gz
drakx-6f476a629c0d6ef233fed1c2e47f19f559ec0bce.tar.bz2
drakx-6f476a629c0d6ef233fed1c2e47f19f559ec0bce.tar.xz
drakx-6f476a629c0d6ef233fed1c2e47f19f559ec0bce.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