removed debug code
parent
ac4ded9128
commit
34cb684936
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -12,11 +12,6 @@
|
|||
# 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue