mkimage-profiles/features.in/grub/cfg.in/25install-vnc-connect.cfg

6 lines
339 B
INI
Raw Normal View History

2019-10-30 20:36:22 +03:00
menuentry 'Install ALT @relname@ (headless with DHCP+VNC client) (edit to set server IP address)' --id 'vncconnect' {
linux$linux_suffix @boot_path@/vmlinuz changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ showopts @bootargs@ headless no_alt_virt_keyboard vncconnect=IP
initrd$linux_suffix @boot_path@/full.cz
2019-10-30 20:36:22 +03:00
}