diff options
author | Antoine Ginies <aginies@mandriva.com> | 2011-03-24 10:06:35 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2011-03-24 10:06:35 +0000 |
commit | 6cd33c9e1a22660217e042bb31e60edc007c0d85 (patch) | |
tree | 5053d69d5cc97e3b28069e1c68db985519b8332c | |
parent | c2ad956072bbe386f3f2126924c704b5db5354e2 (diff) | |
download | drakx-backup-do-not-use-6cd33c9e1a22660217e042bb31e60edc007c0d85.tar drakx-backup-do-not-use-6cd33c9e1a22660217e042bb31e60edc007c0d85.tar.gz drakx-backup-do-not-use-6cd33c9e1a22660217e042bb31e60edc007c0d85.tar.bz2 drakx-backup-do-not-use-6cd33c9e1a22660217e042bb31e60edc007c0d85.tar.xz drakx-backup-do-not-use-6cd33c9e1a22660217e042bb31e60edc007c0d85.zip |
remove -e to avoid error while loading firmware
-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 2d70e6483..87c333a1f 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 |