Add kernel arg passing support

This commit is contained in:
Ian Gulliver
2016-04-22 21:19:29 +00:00
parent 5de9a8d2c6
commit 5952adfd55
3 changed files with 15 additions and 7 deletions

View File

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