diff options
author | Harald Hoyer <harald@redhat.com> | 2010-05-19 09:37:20 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2010-05-19 09:38:09 +0200 |
commit | e54a84113ea8b08596070f87b81891f6cce9832e (patch) | |
tree | ebc2126d6ac72970ed694cc3c962678bd4a79230 /modules.d/95fcoe | |
parent | 91d839409322180da37f49f18bd9a7b90219217e (diff) | |
download | dracut-e54a84113ea8b08596070f87b81891f6cce9832e.tar.gz dracut-e54a84113ea8b08596070f87b81891f6cce9832e.tar.bz2 dracut-e54a84113ea8b08596070f87b81891f6cce9832e.zip |
get rid of rdnetdebug
set PS4 and output to /dev/initlog.pipe
Diffstat (limited to 'modules.d/95fcoe')
-rwxr-xr-x | modules.d/95fcoe/fcoe-up | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules.d/95fcoe/fcoe-up b/modules.d/95fcoe/fcoe-up index 47a7e8d4..9954e0a6 100755 --- a/modules.d/95fcoe/fcoe-up +++ b/modules.d/95fcoe/fcoe-up @@ -11,6 +11,10 @@ PATH=$PATH:/sbin:/usr/sbin # Huh? Missing arguments ?? [ -z "$1" -o -z "$2" ] && exit 1 +export PS4="fcoe-up.$1.$$ + " +exec >>/dev/initlog.pipe 2>>/dev/initlog.pipe +. /lib/dracut-lib.sh + netif=$1 dcb=$2 |