~jibel/debian-cd/isolinux_safe_graphics_mode

« back to all changes in this revision

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

  • Committer: Steve Langasek
  • Date: 2019-04-24 18:24:20 UTC
  • mfrom: (2026.1.1 ubuntu-cd)
  • Revision ID: steve.langasek@canonical.com-20190424182420-nrqc7e8z7qh3lnot
MergeĀ lp:~xnox/debian-cd/drop-boot-casper

Show diffs side-by-side

added added

removed removed

Lines of Context:
404
404
label live
405
405
  menu label $livelabel
406
406
  kernel /casper/vmlinuz
407
 
  append $KERNEL_PARAMS $DEFAULT_PRESEED boot=casper$liveparams initrd=$CASPER_INITRD quiet splash ---
 
407
  append $KERNEL_PARAMS $DEFAULT_PRESEED$liveparams initrd=$CASPER_INITRD quiet splash ---
408
408
EOF
409
409
    cat >> $CDDIR/boot/grub/loopback.cfg <<EOF
410
410
menuentry "${livelabel#^}" {
411
 
        linux   /casper/vmlinuz $KERNEL_PARAMS $DEFAULT_PRESEED boot=casper$liveparams iso-scan/filename=\${iso_path} quiet splash ---
 
411
        linux   /casper/vmlinuz $KERNEL_PARAMS $DEFAULT_PRESEED$liveparams iso-scan/filename=\${iso_path} quiet splash ---
412
412
        initrd  $CASPER_INITRD
413
413
}
414
414
EOF
417
417
label live-install
418
418
  menu label ^Install $HUMANPROJECT
419
419
  kernel /casper/vmlinuz
420
 
  append $KERNEL_PARAMS $DEFAULT_PRESEED boot=casper only-ubiquity initrd=$CASPER_INITRD quiet splash ---
 
420
  append $KERNEL_PARAMS $DEFAULT_PRESEED only-ubiquity initrd=$CASPER_INITRD quiet splash ---
421
421
EOF
422
422
        cat >> $CDDIR/boot/grub/loopback.cfg <<EOF
423
423
menuentry "Install $HUMANPROJECT" {
424
 
        linux   /casper/vmlinuz $KERNEL_PARAMS $DEFAULT_PRESEED boot=casper only-ubiquity iso-scan/filename=\${iso_path} quiet splash ---
 
424
        linux   /casper/vmlinuz $KERNEL_PARAMS $DEFAULT_PRESEED only-ubiquity iso-scan/filename=\${iso_path} quiet splash ---
425
425
        initrd  $CASPER_INITRD
426
426
}
427
427
EOF
533
533
label check
534
534
  menu label ^Check disc for defects
535
535
  kernel /casper/vmlinuz
536
 
  append $KERNEL_PARAMS boot=casper integrity-check initrd=$CASPER_INITRD quiet splash ---
 
536
  append $KERNEL_PARAMS integrity-check initrd=$CASPER_INITRD quiet splash ---
537
537
EOF
538
538
    cat >> $CDDIR/boot/grub/loopback.cfg <<EOF
539
539
menuentry "Check disc for defects" {
540
 
        linux   /casper/vmlinuz $KERNEL_PARAMS boot=casper integrity-check iso-scan/filename=\${iso_path} quiet splash ---
 
540
        linux   /casper/vmlinuz $KERNEL_PARAMS integrity-check iso-scan/filename=\${iso_path} quiet splash ---
541
541
        initrd  $CASPER_INITRD
542
542
}
543
543
EOF