Start of trying to get qemu booting working

This commit is contained in:
Ian Gulliver
2016-04-02 14:52:29 -07:00
parent 67a10b41f7
commit 93e6ac32fc
2 changed files with 7 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ class ImageBuilder(object):
} }
_ISO_COPIES = { _ISO_COPIES = {
'grub.cfg': 'boot/grub/grub.cfg',
'loopback.cfg': 'boot/grub/loopback.cfg', 'loopback.cfg': 'boot/grub/loopback.cfg',
} }

View File

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