summaryrefslogtreecommitdiff
path: root/user/lilo/lilo.conf.template
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2020-03-19 16:59:23 -0500
committerMax Rees <maxcrees@me.com>2020-03-19 16:59:23 -0500
commit4c63cae23bf6fc07dfe85c0aa2b9b7701cf28933 (patch)
tree6ad098e87f008e513291764c193527bd68aa6413 /user/lilo/lilo.conf.template
parent2fb8c4c10e502f48a4ccb653917e6ee99d81c5b1 (diff)
downloadpackages-4c63cae23bf6fc07dfe85c0aa2b9b7701cf28933.tar.gz
packages-4c63cae23bf6fc07dfe85c0aa2b9b7701cf28933.tar.bz2
packages-4c63cae23bf6fc07dfe85c0aa2b9b7701cf28933.tar.xz
packages-4c63cae23bf6fc07dfe85c0aa2b9b7701cf28933.zip
user/lilo: new package
Diffstat (limited to 'user/lilo/lilo.conf.template')
-rw-r--r--user/lilo/lilo.conf.template23
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 ###
+