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" {
|
2018-01-05 22:18:56 +00:00
|
|
|
linux /casper/vmlinuz.efi boot=casper iso-scan/filename=${iso_path} $KERNEL_ARGS
|
2016-03-30 15:39:59 -07:00
|
|
|
initrd /casper/initrd.lz
|
|
|
|
|
}
|