Files
iconograph/server/iso_files/loopback.cfg

8 lines
185 B
INI
Raw Normal View History

2016-03-30 15:39:59 -07:00
set timeout=5
2016-04-02 15:04:58 -07:00
terminal_output console
2016-03-30 15:39:59 -07:00
menuentry "Ubuntu Server Live Image" {
2016-04-08 23:41:48 +00:00
linux /casper/vmlinuz.efi boot=casper iso-scan/filename=${iso_path} nomodeset
2016-03-30 15:39:59 -07:00
initrd /casper/initrd.lz
}