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@16258 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
15ecb156d4
commit
05415e6588
@ -617,7 +617,11 @@ sub mknetboot
|
||||
}
|
||||
# add the cmdline parameters for handling the local disk for stateless
|
||||
if ($cfgpart eq "yes") {
|
||||
$kcmdline .= " PARTITION";
|
||||
if ($statelite) {
|
||||
$kcmdline .= " PARTITION_SLES";
|
||||
} else {
|
||||
$kcmdline .= " PARTITION_DOMOUNT_SLES";
|
||||
}
|
||||
}
|
||||
|
||||
my $initrdstr = "$rtftppath/initrd-stateless.gz";
|
||||
|
Loading…
Reference in New Issue
Block a user