Change sles plugin to default to quiet
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11033 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
9a449ba26c
commit
e65b93e3ba
@ -428,7 +428,7 @@ sub mknetboot
|
||||
$kcmdline =
|
||||
"imgurl=http://$imgsrv/$rootimgdir/rootimg.$suffix ";
|
||||
}
|
||||
$kcmdline .= "XCAT=$xcatmaster:$xcatdport ";
|
||||
$kcmdline .= "XCAT=$xcatmaster:$xcatdport quiet ";
|
||||
|
||||
# add the kernel-booting parameter: netdev=<eth0>, or BOOTIF=<mac>
|
||||
my $netdev = "";
|
||||
@ -763,7 +763,7 @@ sub mkinstall
|
||||
$netserver = $ent->{nfsserver};
|
||||
}
|
||||
my $kcmdline =
|
||||
"autoyast=http://"
|
||||
"quiet autoyast=http://"
|
||||
. $netserver
|
||||
. "$installroot/autoinst/"
|
||||
. $node
|
||||
|
Loading…
Reference in New Issue
Block a user