summarylogtreecommitdiffstats
path: root/lilo.conf
diff options
context:
space:
mode:
Diffstat (limited to 'lilo.conf')
-rw-r--r--lilo.conf28
1 files changed, 28 insertions, 0 deletions
diff --git a/lilo.conf b/lilo.conf
new file mode 100644
index 000000000000..9d42a23336c0
--- /dev/null
+++ b/lilo.conf
@@ -0,0 +1,28 @@
+#
+# /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-linux.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
+