diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2020-03-22 10:36:34 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2020-03-22 10:36:34 +0000 |
commit | 8f4e2366f08fd0ad6903d3bc4b149352ea0443f6 (patch) | |
tree | d20d55e3b5e9336405f5f1bba05c2c0fc4cd55fc /user/lilo/lilo.conf.template | |
parent | 7a8eb9c1a4a9c2f3e3a3228266bcba74ab298c23 (diff) | |
parent | 4c63cae23bf6fc07dfe85c0aa2b9b7701cf28933 (diff) | |
download | packages-8f4e2366f08fd0ad6903d3bc4b149352ea0443f6.tar.gz packages-8f4e2366f08fd0ad6903d3bc4b149352ea0443f6.tar.bz2 packages-8f4e2366f08fd0ad6903d3bc4b149352ea0443f6.tar.xz packages-8f4e2366f08fd0ad6903d3bc4b149352ea0443f6.zip |
Merge branch 'lilo' into 'master'
Add the LILO bootloader
See merge request adelie/packages!412
Diffstat (limited to 'user/lilo/lilo.conf.template')
-rw-r--r-- | user/lilo/lilo.conf.template | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/user/lilo/lilo.conf.template b/user/lilo/lilo.conf.template new file mode 100644 index 000000000..527ecf364 --- /dev/null +++ b/user/lilo/lilo.conf.template @@ -0,0 +1,23 @@ +# /etc/lilo/lilo.conf + +### LILO global section ### + +# Good assumptions for a modern (post-1998) system +compact +large-memory +lba32 + +# Menu configuration +install = bmp +bitmap = /boot/lilo/gfx/tuxlogo.bmp + +# Boot the first entry automatically in 10 seconds +prompt +timeout = 100 + +# These will be configured automatically by liloconfig(8) +boot = "" +root = "" + +### LILO per-image section ### + |