2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-22 22:15:30 +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 yangsong
parent 256528cb23
commit ac13575cc5

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