summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-28 10:19:27 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-28 10:19:27 (EDT)
commit758e4470939df053201e7377fe45b39147584e2a (patch)
tree6f890117f906317f11c97d48758ac0c66e60ee2f
parent1875d216059721bcd2c0288b33dc1dabe02fb92a (diff)
Add run-time configuration for lilo.
-rw-r--r--src/run/lilo/etc/lilo.conf.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/run/lilo/etc/lilo.conf.in b/src/run/lilo/etc/lilo.conf.in
new file mode 100644
index 0000000..5a91ef9
--- /dev/null
+++ b/src/run/lilo/etc/lilo.conf.in
@@ -0,0 +1,12 @@
+boot = @BOOT@
+prompt
+timeout = 50
+lba32
+compact
+verbose = 1
+vga = normal
+
+image = /boot/vmlinuz
+ label = "ProteanOS 1.0"
+ root = @BOOT@1
+ read-write