grub: vnc install like as syslinux
This commit is contained in:
parent
6083dd9fe0
commit
26535e49b9
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user