summaryrefslogtreecommitdiff
path: root/testing/lilo/lilo.conf
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-08-09 12:30:29 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-08-09 12:30:29 +0000
commit5135b52f901206bbb365152084e82e92c120e0be (patch)
treea3d5219f485bfc5320181d4644e1879ddf438866 /testing/lilo/lilo.conf
parent2b6f5a28e2e55b46c1169228e1e56f3b18dd08b5 (diff)
Tue Aug 9 12:30:28 UTC 2011
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
-