summaryrefslogtreecommitdiff
path: root/testing/lilo/lilo.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lilo/lilo.conf')
-rw-r--r--testing/lilo/lilo.conf28
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/lilo/lilo.conf b/testing/lilo/lilo.conf
deleted file mode 100644
index 146a2b58b..000000000
--- a/testing/lilo/lilo.conf
+++ /dev/null
@@ -1,28 +0,0 @@
-#
-# /etc/lilo.conf
-#
-
-boot=/dev/hda
-# This line often fixes L40 errors on bootup
-# disk=/dev/hda bios=0x80
-
-default=arch
-timeout=50
-lba32
-prompt
-
-image=/boot/vmlinuz-linux
- label=arch
- root=/dev/hda3
- initrd=/boot/initramfs-vmlinuz.img
- read-only
-
-image=/boot/vmlinuz-linux
- label=arch-fallback
- root=/dev/hda3
- initrd=/boot/initramfs-linux-fallback.img
- read-only
-
-#other=/dev/hda1
-# label=dos
-