From 679468c33154f2d468e17b75c950c013af6a69a6 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Mon, 22 Jan 2018 08:52:27 +0100 Subject: pcr/lilo: updated to 24.2 --- pcr/lilo/lilo.conf | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'pcr/lilo/lilo.conf') 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 + -- cgit v1.2.3