images/iso-builder/files/grub.conf
Alexander Noskov afb1093f1a Rename isogen directory and fix iso name in docs
Since we moved from Debian to Ubuntu we need to
align it with docs and directory structure.

Change-Id: Ib13eedb1a33d6913c72d15405458bf71feb16891
2020-08-17 16:14:12 -05:00

12 lines
285 B
Plaintext

search --set=root --file /UBUNTU_FOCAL_CUSTOM
insmod all_video
set default="0"
set timeout=1
menuentry "Ubuntu Focal Live" {
linux /vmlinuz boot=live nomodeset ip=frommedia gfxpayload=text overlay-size=70% cpu_init_udelay=10000 console=ttyS0,115200 verbose
initrd /initrd
}