From 758e4470939df053201e7377fe45b39147584e2a Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pj@pehjota.net>
Date: Sat, 28 Jun 2014 10:19:27 -0400
Subject: Add run-time configuration for lilo.

---
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
--
cgit v0.9.1