Bootloader installation and configuration
|
bootloader/ppc/prep.ycp
|
include containing specific functions for iSeries configuration
and installation
|
|
|
Imports
- BootCommon
- Installation
- Kernel
- Mode
- Storage
Includes
- bootloader/ppc/misc.ycp
- bootloader/routines/popups.ycp
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:
global PRePSave () -> boolean
|
|
Save the board-type-specific settings
- Return value:
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:
global PRePInit () -> void
|
|
Initialize attributes of the board type
|