From Fedora Project Wiki
< SystemConfig | boot
No edit summary |
(→Basic) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
! what || where | ! what || where | ||
|- | |- | ||
|| Add and modify | || Add and modify bootloader items || boot config file | ||
|- | |- | ||
|| Set default item || | || Set default item || boot config file | ||
|- | |- | ||
|| Set boot parameters for items || | || Set boot parameters for items || boot config file | ||
|- | |- | ||
|| Use it for restore MBR || | || Use it for restore MBR || disk | ||
|- | |- | ||
|| Set boot timeout || | || Set boot timeout || boot config file | ||
|- | |- | ||
|} | |} | ||
Line 21: | Line 21: | ||
* Load external menu.lst, modify and install it | * Load external menu.lst, modify and install it | ||
* Possibly set the splash image | * Possibly set the splash image | ||
* Work with all bootloaders (grub, yaboot, efi...) | |||
{{admon/note|Please comment| | |||
If you don't agree with proposed functionality or have something to add, share it with us in [[Talk:SystemConfig/boot/backend]] | If you don't agree with proposed functionality or have something to add, share it with us in [[Talk:SystemConfig/boot/backend]]}} |
Latest revision as of 06:51, 20 July 2009
System-config-boot backend functionality
Here is list of all functions, which should boot backend provide
Basic
what | where |
---|---|
Add and modify bootloader items | boot config file |
Set default item | boot config file |
Set boot parameters for items | boot config file |
Use it for restore MBR | disk |
Set boot timeout | boot config file |
Other
- Load external menu.lst, modify and install it
- Possibly set the splash image
- Work with all bootloaders (grub, yaboot, efi...)