mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
218 B

  1. if pkgcheck lilo X
  2. then
  3. menu_begin MENU_PKG_LILO 'LILO Options'
  4. bool 'Do not write to disk while booting' ROCKCFG_PKG_LILO_READONLY 0
  5. text 'Support for extra large floppies' ROCKCFG_PKG_LILO_XL_SECS ""
  6. menu_end
  7. fi