mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 09:36:41 +00:00
Merge pull request #7107 from gurevichmark/sles15.3_addkcmdline2
Handle SLES15 persistent kcmdline attribute (2)
This commit is contained in:
commit
17b5e0bdcd
@ -62,7 +62,7 @@ bootparams Attributes:
|
||||
|
||||
\ **addkcmdline**\
|
||||
|
||||
User specified kernel options for os provision process(no prefix) or the provisioned os(with prefix "R::"). The options should be delimited with spaces(" ")
|
||||
User specified kernel options for os provision process (no prefix) or the provisioned os (with prefix "R::"). Multiple options should be delimited with spaces(" ") and surrounded with quotes. To have the same option used for os provision process and for provisioned os, specify that option with and without the prefix: addkcmdline="R::display=3 display=3"
|
||||
|
||||
|
||||
|
||||
|
@ -41,7 +41,7 @@ group Attributes:
|
||||
|
||||
\ **addkcmdline**\ (bootparams.addkcmdline)
|
||||
|
||||
User specified kernel options for os provision process(no prefix) or the provisioned os(with prefix "R::"). The options should be delimited with spaces(" ")
|
||||
User specified kernel options for os provision process (no prefix) or the provisioned os (with prefix "R::"). Multiple options should be delimited with spaces(" ") and surrounded with quotes. To have the same option used for os provision process and for provisioned os, specify that option with and without the prefix: addkcmdline="R::display=3 display=3"
|
||||
|
||||
|
||||
|
||||
|
@ -41,7 +41,7 @@ node Attributes:
|
||||
|
||||
\ **addkcmdline**\ (bootparams.addkcmdline)
|
||||
|
||||
User specified kernel options for os provision process(no prefix) or the provisioned os(with prefix "R::"). The options should be delimited with spaces(" ")
|
||||
User specified kernel options for os provision process (no prefix) or the provisioned os (with prefix "R::"). Multiple options should be delimited with spaces(" ") and surrounded with quotes. To have the same option used for os provision process and for provisioned os, specify that option with and without the prefix: addkcmdline="R::display=3 display=3"
|
||||
|
||||
|
||||
|
||||
|
@ -343,7 +343,7 @@ passed as argument rather than by table value',
|
||||
'kernel' => 'The kernel that network boot actions should currently acquire and use. Note this could be a chained boot loader such as memdisk or a non-linux boot loader',
|
||||
'initrd' => 'The initial ramdisk image that network boot actions should use (could be a DOS floppy or hard drive image if using memdisk as kernel)',
|
||||
'kcmdline' => '(Deprecated, use addkcmdline instead) Arguments to be passed to the kernel.',
|
||||
'addkcmdline' => 'User specified kernel options for os provision process(no prefix) or the provisioned os(with prefix "R::"). The options should be delimited with spaces(" ")',
|
||||
'addkcmdline' => 'User specified kernel options for os provision process (no prefix) or the provisioned os (with prefix "R::"). Multiple options should be delimited with spaces(" ") and surrounded with quotes. To have the same option used for os provision process and for provisioned os, specify that option with and without the prefix: addkcmdline="R::display=3 display=3"',
|
||||
'dhcpstatements' => 'xCAT manipulated custom dhcp statements (not intended for user manipulation)',
|
||||
'adddhcpstatements' => 'Custom dhcp statements for administrator use (not implemneted yet)',
|
||||
comments => 'Any user-written notes.',
|
||||
|
@ -4,6 +4,7 @@
|
||||
<bootloader>
|
||||
<global>
|
||||
<activate>true</activate>
|
||||
<append>#XCATVAR:PERSKCMDLINE#</append>
|
||||
</global>
|
||||
</bootloader>
|
||||
<general>
|
||||
|
@ -4,6 +4,7 @@
|
||||
<bootloader>
|
||||
<global>
|
||||
<activate>true</activate>
|
||||
<append>#XCATVAR:PERSKCMDLINE#</append>
|
||||
</global>
|
||||
</bootloader>
|
||||
<general>
|
||||
|
Loading…
x
Reference in New Issue
Block a user