summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-15 03:37:03 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-15 03:38:01 (EST)
commitcf96908d2b9e6b62ef18b8804b53eba55fa5cbac (patch)
treed43b0cadd0c7b7bae87048f008a136de91989853
parent268e11983dbe9155fe62a5a3ec2bb06c05a60ae0 (diff)
lilo: New package
-rw-r--r--changelog1
-rw-r--r--src/run/lilo/etc/lilo.conf.in21
-rw-r--r--substvars1
3 files changed, 23 insertions, 0 deletions
diff --git a/changelog b/changelog
index 7ad2667..33ebfb6 100644
--- a/changelog
+++ b/changelog
@@ -11,6 +11,7 @@ config-libiquity-testbench (1.1) trunk
* config-linux-libre-4.19-libiquity-testbench: Disable ACPI PCI
Hotplug driver and IBM extensions (fixes "acpiphp_ibm:
ibm_acpiphp_init: acpi_walk_namespace failed" error at boot).
+ * config-lilo: New package.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 14 Jan 2021 00:33:38 -0500
diff --git a/src/run/lilo/etc/lilo.conf.in b/src/run/lilo/etc/lilo.conf.in
new file mode 100644
index 0000000..8c7959d
--- /dev/null
+++ b/src/run/lilo/etc/lilo.conf.in
@@ -0,0 +1,21 @@
+boot = @BOOT@
+prompt
+bitmap = /boot/proteanos.bmp
+bmp-table = 55,8,1,16,
+bmp-colors = 0,,,1,,
+bmp-timer = none
+timeout = 50
+lba32
+compact
+verbose = 1
+vga = normal
+
+image = /boot/vmlinuz
+ label = "Default"
+ read-write
+ append = "root=@ROOT@"
+
+image = /boot/vmlinuz.old
+ label = "Old kernel"
+ read-write
+ append = "root=@ROOT@"
diff --git a/substvars b/substvars
index 1ff3590..793c1f3 100644
--- a/substvars
+++ b/substvars
@@ -10,3 +10,4 @@ Config-Base-Depends:
stress,
sensors,
smartctl,
+Config-lilo-Depends: proteanos-branding-lilo