25install-vnc-listen.cfg 369 Bytes
Newer Older
Alexey Shabalin's avatar
Alexey Shabalin committed
1

2
menuentry $"VNC install "'@distro@'$" (edit to set password and connect here)" --id 'vncpasswd' {
3
  linux$linux_suffix @boot_path@/vmlinuz$KFLAVOUR changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ showopts @bootargs@  $EFI_BOOTARGS headless no_alt_virt_keyboard vncpassword=VNCPWD lang=$lang
4
  initrd$linux_suffix @boot_path@/full$KFLAVOUR.cz
Alexey Shabalin's avatar
Alexey Shabalin committed
5 6
}