Clean up grub.cfg

This commit is contained in:
Ian Gulliver
2016-03-30 15:39:59 -07:00
parent 58300fd7e6
commit 3509652ef7
2 changed files with 18 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
set timeout=5
menuentry "Ubuntu Server Live Image" {
linux /casper/vmlinuz.efi boot=casper iso-scan/filename=${iso_path}
initrd /casper/initrd.lz
}