summaryrefslogtreecommitdiff
path: root/pcr/lilo/lilo.conf
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/lilo/lilo.conf')
-rw-r--r--pcr/lilo/lilo.conf25
1 files changed, 0 insertions, 25 deletions
diff --git a/pcr/lilo/lilo.conf b/pcr/lilo/lilo.conf
deleted file mode 100644
index 479390df5..000000000
--- a/pcr/lilo/lilo.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# /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
-