From e65b93e3ba385d7757918c4f27845a0aee535db3 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 22 Nov 2011 15:50:35 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/sles.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/sles.pm b/xCAT-server/lib/xcat/plugins/sles.pm index 318d0ef70..6771fec10 100644 --- a/xCAT-server/lib/xcat/plugins/sles.pm +++ b/xCAT-server/lib/xcat/plugins/sles.pm @@ -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=, or BOOTIF= my $netdev = ""; @@ -763,7 +763,7 @@ sub mkinstall $netserver = $ent->{nfsserver}; } my $kcmdline = - "autoyast=http://" + "quiet autoyast=http://" . $netserver . "$installroot/autoinst/" . $node