grub: vnc install like as syslinux

This commit is contained in:
Anton Midyukov 2020-03-02 22:19:15 +07:00
parent 6083dd9fe0
commit 26535e49b9
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
menuentry 'Install @relname@ (headless with DHCP+VNC client) (edit to set server IP address)' --id 'vncconnect' {
menuentry 'VNC install @relname@ (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
}

View File

@ -1,5 +1,5 @@
menuentry 'Install @relname@ (headless with DHCP+VNC) (password VNCPWD)' --id 'vncpasswd' {
menuentry 'VNC install @relname@ (edit to set password and connect here)' --id 'vncpasswd' {
linux@linux_suffix@ @boot_path@/vmlinuz changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ showopts @bootargs@ headless no_alt_virt_keyboard vncpassword=VNCPWD
initrd@linux_suffix@ @boot_path@/full.cz
}