#1347 PR merged: Don't run yaboot if yaboot.conf is managed by lilo.

Labels: enhancement, bug, fixed / solved / done

schabrolles opened issue at 2017-05-06 15:30:

Exit from executing yaboot, if yaboot bootloader is managed by lilo (could be the case on sles11 ppc64 when not using LVM).

Here is the content of yaboot.conf (sles11 ppc64 no LVM)

# header section
partition = 3
timeout = 80
default = SLES11_SP4_1
# image section
image = /boot/vmlinux-3.0.101-71-ppc64
        label = SLES11_SP4_1
        root = /dev/vda3
        append = "quiet sysrq=1 insmod=sym53c8xx insmod=ipr crashkernel=512M-:256M "
        initrd = /boot/initrd-3.0.101-71-ppc64
        # remove initrd-size= line if yaboot.conf is not updated by lilo
        initrd-size = 5817152

jsmeix commented at 2017-05-08 08:06:

@gdha
if you do not object, I will merge it tomorrow.

jsmeix commented at 2017-05-08 09:08:

@schabrolles
many thanks for your careful testing and for your
adaptions, enhancements and bug fixes!


[Export of Github issue for rear/rear.]