mirror of
https://github.com/Telecominfraproject/olg-installer.git
synced 2026-01-27 02:21:26 +00:00
13 lines
343 B
INI
13 lines
343 B
INI
set timeout=30
|
|
insmod all_video
|
|
insmod png
|
|
loadfont unicode
|
|
gfxpayload text
|
|
|
|
ISO_VERSION="v0.0.1"
|
|
|
|
menuentry "Install Open LAN Gateway (ISO $ISO_VERSION)" {
|
|
linux /casper/vmlinuz autoinstall fsck.mode=skip ds=nocloud\;s=/cdrom/nocloud/ ipv6.disable=1 console=ttyS0,115200n8 console=tty0 network-config=disabled ---
|
|
initrd /casper/initrd
|
|
}
|