diff options
author | Anne Nicolas <ennael@mageia.org> | 2011-03-03 14:51:04 +0000 |
---|---|---|
committer | Anne Nicolas <ennael@mageia.org> | 2011-03-03 14:51:04 +0000 |
commit | 6f476a629c0d6ef233fed1c2e47f19f559ec0bce (patch) | |
tree | 0d97d83c6755e81dc25036da3b14625c4cd410b9 /images | |
parent | e9d4d7eb4a934587eafd5f491ad2f62bb04b5258 (diff) | |
download | drakx-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')
-rwxr-xr-x | images/make_boot_img | 2 |
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 |