From c88a47702917c3bf699defc2072df2f8e7cb84d0 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Wed, 24 Aug 2022 19:18:42 +0100 Subject: [PATCH] Add lilo.conf example. --- lilo/lilo.conf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 lilo/lilo.conf diff --git a/lilo/lilo.conf b/lilo/lilo.conf new file mode 100644 index 0000000..7cbd144 --- /dev/null +++ b/lilo/lilo.conf @@ -0,0 +1,25 @@ +# disk = /dev/vda bios = 0x80 max-partitions = 7 +boot = /dev/sda +lba32 +prompt +timeout = 50 +vga = normal +# append = + +image = /boot/vmlinuz + label = Default + root = /dev/sda1 + read-only + +image = /boot/vmlinuz-backup + label = Backup + root = /dev/sda1 + read-only + +image = /boot/memtest86+ + label = MemoryTest + +#image = /boot/vmlinuz-installer +# label = Installer +# initrd = /boot/initrd-installer.img +# append = "kbd=uk nic=auto:eth0:static:1.2.3.4:255.255.255.0:1.2.3.4 instrootpw=password"