Change RHEL like installers to quiet
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11034 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
e65b93e3ba
commit
dc2e7a3a15
@ -1103,7 +1103,7 @@ sub mkinstall
|
||||
$instserver=$ent->{nfsserver};
|
||||
}
|
||||
my $kcmdline =
|
||||
"repo=http://$instserver/install/$os/$arch/ ks=http://"
|
||||
"quiet repo=http://$instserver/install/$os/$arch/ ks=http://"
|
||||
. $instserver
|
||||
. "/install/autoinst/"
|
||||
. $node;
|
||||
|
Loading…
Reference in New Issue
Block a user