summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-07-15 11:15:06 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-07-15 11:15:06 (EDT)
commit0d3b84f399e9268649b56442a8ad532c1c51d83f (patch)
tree3fdcf327c3161774c5645dea47bde8f2f81c3d8b
parent8ed7f501514981a991277245a5f69b7cd3f5c39e (diff)
Add run-time configuration for lilo
-rw-r--r--changelog1
-rw-r--r--src/run/lilo/etc/lilo.conf.in26
2 files changed, 27 insertions, 0 deletions
diff --git a/changelog b/changelog
index 1f305a7..b77e871 100644
--- a/changelog
+++ b/changelog
@@ -2,6 +2,7 @@ config-dimension2400 (0.3) trunk
* config-linux-libre-dimension2400: New upstream version.
* config-linux-libre-dimension2400: Enable M+ fonts.
+ * config-lilo: New binary package to provide lilo configuration.
-- "P. J. McDermott" <pj@pehjota.net> Tue, 15 Jul 2014 10:29:55 -0400
diff --git a/src/run/lilo/etc/lilo.conf.in b/src/run/lilo/etc/lilo.conf.in
new file mode 100644
index 0000000..d8ff7b4
--- /dev/null
+++ b/src/run/lilo/etc/lilo.conf.in
@@ -0,0 +1,26 @@
+boot = @BOOT@
+prompt
+bitmap = /boot/tuxlogo.bmp
+timeout = 50
+lba32
+compact
+verbose = 1
+vga = normal
+
+image = /boot/vmlinuz
+ label = "ProteanOS 1.0"
+ root = @ROOT@
+ read-write
+ append = "fbcon=font:MPLUS_1M_REGULAR_11x22"
+
+image = /boot/vmlinuz.old
+ label = "ProteanOS 1.0 ~"
+ root = @ROOT@
+ read-write
+ append = "fbcon=font:MPLUS_1M_REGULAR_11x22"
+
+image = /boot/vmlinuz
+ label = "ProteanOS 1.0 +"
+ root = @ROOT@
+ read-write
+ append = "fbcon=font:MPLUS_1M_REGULAR_16x32"