diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index 67247501c..7c2f2452a 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -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