source: bootcd/boot/grub/loopback.cfg @ dd1be7c

Last change on this file since dd1be7c was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 240 bytes
Line 
1menuentry "Ubuntu" {
2        set gfxpayload=keep
3        linux   /casper/vmlinuz  file=/cdrom/preseed/ubuntu.seed maybe-ubiquity iso-scan/filename=${iso_path} quiet splash ---
4        initrd  /casper/initrd
5}
6menuentry "Test memory" {
7        linux16 /install/mt86plus
8}
Note: See TracBrowser for help on using the repository browser.