images/debian-isogen/files/grub.conf

12 lines
273 B
Plaintext

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