Commit 26535e49 authored by Anton Midyukov's avatar Anton Midyukov

grub: vnc install like as syslinux

parent 6083dd9f
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 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 initrd@linux_suffix@ @boot_path@/full.cz
} }
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 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 initrd@linux_suffix@ @boot_path@/full.cz
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment