summaryrefslogtreecommitdiff
path: root/pcr/lilo/lilo.conf
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-22 08:52:27 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-22 08:52:27 +0100
commit679468c33154f2d468e17b75c950c013af6a69a6 (patch)
treeeacd91fe44167b0703efac33a0c793dd1140dc3d /pcr/lilo/lilo.conf
parentf0c3c547a5da9a4ea41f7cfc1345ad205c093a22 (diff)
pcr/lilo: updated to 24.2
Diffstat (limited to 'pcr/lilo/lilo.conf')
-rw-r--r--pcr/lilo/lilo.conf11
1 files changed, 7 insertions, 4 deletions
diff --git a/pcr/lilo/lilo.conf b/pcr/lilo/lilo.conf
index 479390df5..b453bb1d7 100644
--- a/pcr/lilo/lilo.conf
+++ b/pcr/lilo/lilo.conf
@@ -2,9 +2,9 @@
# /etc/lilo.conf
#
-boot=/dev/sda
+boot=/dev/hda
# This line often fixes L40 errors on bootup
-# disk=/dev/sda bios=0x80
+# disk=/dev/hda bios=0x80
default=parabola
timeout=50
@@ -13,13 +13,16 @@ prompt
image=/boot/vmlinuz-linux-libre
label=parabola
- root=/dev/sda3
+ root=/dev/hda3
initrd=/boot/initramfs-linux-libre.img
read-only
image=/boot/vmlinuz-linux-libre
label=parabola-fallback
- root=/dev/sda3
+ root=/dev/hda3
initrd=/boot/initramfs-linux-libre-fallback.img
read-only
+#other=/dev/hda1
+# label=dos
+