fcoe-up: remove initlog logic
(cherry picked from commit f60b7d8655)
parent
f105eaebb8
commit
603a0fe0a3
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue