Bootloader installation and configuration |
bootloader/ppc/prep.ycp |
include containing specific functions for iSeries configuration and installation | |
|
Imports
Includes
Global Functions |
global
PRePPropose (boolean initial)
->
void
Propose bootloader settings
- Parameters:
-
initial boolean true if doing initial proposal
global
PRePRead ()
->
boolean
Read the board-type-specific settings
- Return value:
-
true on success
global
PRePUpdate ()
->
boolean
Update the board-type-specific settings
- Return value:
-
true on success
global
PRePSave ()
->
boolean
Save the board-type-specific settings
- Return value:
-
true on success
global
PRePSummary ()
->
list<string>
retuen the board-type-specific part of summary
- Return value:
-
a list of summary strings
global
PRePWrite (boolean requires_initrd)
->
boolean
Install the board-type-specific part of bootloader
- Parameters:
-
requires_initrd boolean true if initrd is required
- Return value:
-
true on success
global
PRePInit ()
->
void
Initialize attributes of the board type