X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=sample%2Flilo.example.conf;h=3bc6724034064eeba38d2eac1026fc77e832aadc;hb=e05a6f05e7fce66ac7560e066d995c456073d29f;hp=b82bcf7a10dbaecb4e37cd48244692330e1b2546;hpb=f574e1127a225e2de2e77a6b9e46a65986789f1f;p=rrq%2Fmaintain_lilo.git diff --git a/sample/lilo.example.conf b/sample/lilo.example.conf index b82bcf7..3bc6724 100644 --- a/sample/lilo.example.conf +++ b/sample/lilo.example.conf @@ -20,13 +20,19 @@ # partitions above 1024 cylinders. lba32 -# Specifies the boot device. This is where Lilo installs its boot +# Defines the boot device. This is where Lilo installs its boot # block. It can be either a partition, or the raw device, in which # case it installs in the MBR, and will overwrite the current MBR. # With newer kernel you should use the ID of the boot device, which # can be found here: /dev/disks/by-id/ata*. boot = /dev/sda +# Defines the partition which is the root partition. This partition +# will be mounted at first from the kernel. With newer kernel you +# should use the UUID (UUID="...") of the root device, which can be +# found here: /dev/disks/by-uuid/*. +root = /dev/sda1 + # This option may be needed for some software RAID installs. #raid-extra-boot = mbr-only @@ -138,19 +144,19 @@ vga = normal # on other partitions, too. # first example (default) -image = /boot/vmlinuz-2.6.32-2-generic +image = /boot/vmlinuz-3.12-1-generic label = "Linux" - root = /dev/sda2 +# root = /dev/sda2 read-only # restricted # alias = 1 # optional - initrd = /boot/initrd.img-2.6.32-2-generic + initrd = /boot/initrd.img-3.12-1-generic # second example image = /boot/vmlinuz-2.6.32-1-generic - label = "LinuxOLD" - root = /dev/sdb1 + label = "Linux OLD" +# root = /dev/sdb1 read-only # restricted # alias = 2 @@ -160,7 +166,7 @@ image = /boot/vmlinuz-2.6.32-1-generic # third example image = /mnt/testsystem/boot/vmlinuz-2.6.26-1-custom label = "Testsystem" - root = /dev/sda3 +# root = /dev/sda3 read-only # restricted # alias = 3 @@ -173,7 +179,7 @@ image = /mnt/testsystem/boot/vmlinuz-2.6.26-1-custom # system. other = /dev/sda1 - label = "Windows XP" + label = "MS-Windows" # restricted # alias = 4 @@ -183,7 +189,7 @@ other = /dev/sdb2 # alias = 5 other = /dev/sdb3 - label = "Windows 2003" + label = "FreeBSD" # restricted # alias = 6 boot-as = 0x80