LILO options, namely READONLY and XL_SECS. Intended primary for bootdisks. The take the advantage of there, however, the bootdisk target lilo must be used when making floppies (included as makeimages -reroot option). git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1361 c5f82cb5-29bc-0310-9cd0-bff59a50e3bcrocklinux
@ -0,0 +1,14 @@ |
|||||
|
MENU_PKG_LILO |
||||
|
Here you'll find options for LILO. |
||||
|
|
||||
|
ROCKCFG_PKG_LILO_READONLY |
||||
|
Don't write to disk while booting. Disallows overwriting the default |
||||
|
command line sector of the map file. Command lines set with -R stay in |
||||
|
effect until explicitly removed. Also disables LOCK, FALLBACK, and |
||||
|
everything enabled by REWRITE_TABLE (see the lilo documentation). |
||||
|
|
||||
|
ROCKCFG_PKG_LILO_XL_SECS |
||||
|
Support for extra large (non-standard) floppies. The number of sectors |
||||
|
is set in the BIOS disk parameter table to the specified value. Note |
||||
|
that this hack may yield incorrect behaviour on some systems, and keep |
||||
|
this value empty unless you really have a non-standard floppy. |
@ -0,0 +1,7 @@ |
|||||
|
if pkgcheck lilo X |
||||
|
then |
||||
|
menu_begin MENU_PKG_LILO 'LILO Options' |
||||
|
bool 'Do not write to disk while booting' ROCKCFG_PKG_LILO_READONLY 0 |
||||
|
text 'Support for extra large floppies' ROCKCFG_PKG_LILO_XL_SECS "" |
||||
|
menu_end |
||||
|
fi |