From c24687a23e566adfe10691d8448b10665d1d2bcc Mon Sep 17 00:00:00 2001 From: Yuan Bai Date: Fri, 31 Mar 2017 15:28:12 +0800 Subject: [PATCH] fix 2786 statelite NFS mount options are ignored (#2791) --- xCAT-server/lib/xcat/plugins/sles.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/sles.pm b/xCAT-server/lib/xcat/plugins/sles.pm index 12d560770..164e6d46c 100644 --- a/xCAT-server/lib/xcat/plugins/sles.pm +++ b/xCAT-server/lib/xcat/plugins/sles.pm @@ -717,7 +717,7 @@ sub mknetboot my $mntoptions = $mntopts->{'mntopts'}; if (defined($mntoptions)) { - $kcmdline .= "MNTOPTS=\'$mntoptions\'"; + $kcmdline .= " MNTOPTS=$mntoptions"; } } $bootparams->{$node}->[0]->{kernel} = "$rtftppath/kernel";