Start of trying to get qemu booting working
This commit is contained in:
@@ -79,6 +79,7 @@ class ImageBuilder(object):
|
||||
}
|
||||
|
||||
_ISO_COPIES = {
|
||||
'grub.cfg': 'boot/grub/grub.cfg',
|
||||
'loopback.cfg': 'boot/grub/loopback.cfg',
|
||||
}
|
||||
|
||||
|
||||
6
server/iso_files/grub.cfg
Normal file
6
server/iso_files/grub.cfg
Normal file
@@ -0,0 +1,6 @@
|
||||
set timeout=5
|
||||
|
||||
menuentry "Ubuntu Server Live Image" {
|
||||
linux /casper/vmlinuz.efi boot=casper
|
||||
initrd /casper/initrd.lz
|
||||
}
|
||||
Reference in New Issue
Block a user