]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fcoe-up: remove initlog logic
authorHarald Hoyer <harald@redhat.com>
Wed, 5 Mar 2014 12:20:35 +0000 (13:20 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 29 Jun 2016 10:06:20 +0000 (12:06 +0200)
(cherry picked from commit f60b7d8655bd90637a52b11e9e16ed144d5040d3)

modules.d/95fcoe/fcoe-up.sh

index 0399affdbeae03e3370a8f8a6fc534f3522ccc32..cdff6ef1195b7cece6a7075813f1a6f391b966f3 100755 (executable)
@@ -13,8 +13,6 @@ PATH=/usr/sbin:/usr/bin:/sbin:/bin
 # Huh? Missing arguments ??
 [ -z "$1" -o -z "$2" ] && exit 1
 
-export PS4="fcoe-up.$1.$$ + "
-exec >>/run/initramfs/loginit.pipe 2>>/run/initramfs/loginit.pipe
 type getarg >/dev/null 2>&1 || . /lib/dracut-lib.sh
 type ip_to_var >/dev/null 2>&1 || . /lib/net-lib.sh