2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-07 02:38:15 +00:00

fix 2786 statelite NFS mount options are ignored (#2791)

This commit is contained in:
Yuan Bai
2017-03-31 15:28:12 +08:00
committed by Jarrod Johnson
parent 687188d013
commit c24687a23e

View File

@@ -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";