summaryrefslogtreecommitdiff
path: root/pcr/lilo/lilo.conf
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-01 01:27:51 -0700
committerroot <root@rshg054.dnsready.net>2013-07-01 01:27:51 -0700
commit545cc688f36387d9b1f29e04089a2d91a3786165 (patch)
tree993f22a6dcca9f602a03ff095b5cbefb786ab676 /pcr/lilo/lilo.conf
parent7a8005609048a38bb6b7538effb4236b49385cd5 (diff)
Mon Jul 1 01:27:49 PDT 2013
Diffstat (limited to 'pcr/lilo/lilo.conf')
-rw-r--r--pcr/lilo/lilo.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/pcr/lilo/lilo.conf b/pcr/lilo/lilo.conf
new file mode 100644
index 000000000..479390df5
--- /dev/null
+++ b/pcr/lilo/lilo.conf
@@ -0,0 +1,25 @@
+#
+# /etc/lilo.conf
+#
+
+boot=/dev/sda
+# This line often fixes L40 errors on bootup
+# disk=/dev/sda bios=0x80
+
+default=parabola
+timeout=50
+lba32
+prompt
+
+image=/boot/vmlinuz-linux-libre
+ label=parabola
+ root=/dev/sda3
+ initrd=/boot/initramfs-linux-libre.img
+ read-only
+
+image=/boot/vmlinuz-linux-libre
+ label=parabola-fallback
+ root=/dev/sda3
+ initrd=/boot/initramfs-linux-libre-fallback.img
+ read-only
+