public class KickstartTroubleshootingCommand extends BaseKickstartCommand
ksdata, rebuildPartitionCommands, user| Constructor and Description |
|---|
KickstartTroubleshootingCommand(java.lang.Long ksidIn,
User userIn)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBootloaderType()
Get the bootloader type from the KickstartData object
|
java.lang.String |
getKernelParams()
Get the kernel parameters
|
java.lang.Boolean |
getNonChrootPost() |
java.lang.Boolean |
getVerboseUp2date() |
void |
setBootloaderType(java.lang.String bootloaderTypeIn)
Set the bootloader type
|
void |
setKernelParams(java.lang.String kernelParamsIn)
Set the kernel parameters.
|
void |
setNonChrootPost(java.lang.Boolean nonChrootPostIn)
Set nonchroot logging
|
void |
setVerboseUp2date(java.lang.Boolean verboseUp2dateIn)
Set verbose up2date logging
|
findCommandName, getKickstartData, getUser, storepublic KickstartTroubleshootingCommand(java.lang.Long ksidIn,
User userIn)
ksidIn - id of the Kickstart to lookupuserIn - userIn who owns the Kickstartpublic java.lang.String getBootloaderType()
public void setBootloaderType(java.lang.String bootloaderTypeIn)
bootloaderTypeIn - lilo or grubpublic java.lang.String getKernelParams()
public java.lang.Boolean getNonChrootPost()
public java.lang.Boolean getVerboseUp2date()
public void setKernelParams(java.lang.String kernelParamsIn)
kernelParamsIn - the kernel parameters to setpublic void setNonChrootPost(java.lang.Boolean nonChrootPostIn)
nonChrootPostIn - - nonchroot post loggingpublic void setVerboseUp2date(java.lang.Boolean verboseUp2dateIn)
verboseUp2dateIn - - verbose up2date/yum logging