From ac13575cc5326a5dfeb2d996a711f326502f04b6 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";