Change the kernel parameter name which passed to localdisk script to indicate the action

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16267 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2013-05-13 11:21:02 +00:00
parent d7c626da34
commit d1b10a4109

View File

@ -842,7 +842,11 @@ sub mknetboot
# add the cmdline parameters for handling the local disk for stateless
if ($cfgpart eq "yes") {
$kcmdline .= " PARTITION";
if ($statelite) {
$kcmdline .= " PARTITION_RH"
} else {
$kcmdline .= " PARTITION_DOMOUNT_RH"
}
}
# add the addkcmdline attribute to the end