]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
removed debug code
authorHarald Hoyer <harald@redhat.com>
Tue, 2 Jun 2009 11:32:11 +0000 (13:32 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 2 Jun 2009 11:32:11 +0000 (13:32 +0200)
modules.d/95iscsi/iscsiroot
modules.d/95iscsi/parse-iscsiroot.sh

index 11585e16c2effe0826fe9a36bca2aa697cab5320..4583a089a1463b27160615d92fd59c2f88ad2a5e 100755 (executable)
@@ -12,10 +12,6 @@ if getarg rdnetdebug; then
     set -x
 fi
 
-exec > /dev/console
-exec 2>/dev/console
-set -x
-
 # read static conf settings
 for conf in conf/conf.d/*; do
        [ -f ${conf} ] && . ${conf}
index 16fa0f6dda5816cdea486a4498ddfa4ef9be2de0..4115248bbef6f6601cc4a7c3e412042468f7f001 100755 (executable)
 #       root=??? iscsi_initiator= iscsi_target_name= iscsi_target_ip= iscsi_target_port= iscsi_target_group= iscsi_username= iscsi_password= iscsi_in_username= iscsi_in_password=
 #       root=??? iscsi_firmware
 
-exec >/dev/console
-exec 2>/dev/console
-
-set -x
-
 case "$root" in
     iscsi|dhcp|'')
        if getarg iscsiroot= > /dev/null; then