~jibel/debian-cd/isolinux_safe_graphics_mode

« back to all changes in this revision

Viewing changes to tools/boot/eoan/boot-ppc64el

  • Committer: Dimitri John Ledkov
  • Date: 2019-04-24 11:44:39 UTC
  • mto: This revision was merged to the branch mainline in revision 2027.
  • Revision ID: xnox@ubuntu.com-20190424114439-s5n04yajwmvheo3w
eoan: drop boot=casper args in all the live images.

When casper initrd is generated with CASPER_GENERATE_UUID, in eoan it
now also generates a conf.d snippet to default to boot=casper if not
otherwise set. This removes boilerplate from all of our default
installer boot entries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
    cat >> $CDDIR/boot/grub/${!kp}grub.cfg <<EOF
129
129
menuentry "Install $HUMANPROJECT${!kp:+ (HWE)}" {
130
130
        set gfxpayload=keep
131
 
        linux   /casper/${!kp}vmlinux $KERNEL_PARAMS boot=casper quiet ---
 
131
        linux   /casper/${!kp}vmlinux $KERNEL_PARAMS quiet ---
132
132
        initrd  /casper/${!kp}initrd.gz
133
133
}
134
134
EOF