Commit 131ef0f6 authored by Anton Midyukov's avatar Anton Midyukov

syslinux: replace kernel and initrd from syslinux/alt0 to boot

parent 1f4db6c7
...@@ -2,6 +2,6 @@ default linux ...@@ -2,6 +2,6 @@ default linux
label linux label linux
menu label ^Install @relname@ menu label ^Install @relname@
kernel alt0/vmlinuz kernel /boot/vmlinuz
append initrd=alt0/full.cz changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ showopts vga=@bootvga@ @bootargs@ append initrd=/boot/full.cz changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ showopts vga=@bootvga@ @bootargs@
label pid1 label pid1
menu label ^Just run as PID 1 menu label ^Just run as PID 1
kernel alt0/vmlinuz kernel /boot/vmlinuz
append initrd=alt0/full.cz @bootargs@ append initrd=/boot/full.cz @bootargs@
label noapic label noapic
menu label ^Failsafe install menu label ^Failsafe install
kernel alt0/vmlinuz kernel /boot/vmlinuz
append initrd=alt0/full.cz changedisk ramdisk_size=@altinst_size@ showopts lowmem noapic nolapic xdriver=vesa @bootargs@ append initrd=/boot/full.cz changedisk ramdisk_size=@altinst_size@ showopts lowmem noapic nolapic xdriver=vesa @bootargs@
label vncconnect label vncconnect
menu label VNC client (edit to set server IP address) menu label VNC client (edit to set server IP address)
kernel alt0/vmlinuz kernel /boot/vmlinuz
append initrd=alt0/full.cz changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ showopts @bootargs@ headless no_alt_virt_keyboard vncconnect=IP append initrd=/boot/full.cz changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ showopts @bootargs@ headless no_alt_virt_keyboard vncconnect=IP
label vncpasswd label vncpasswd
menu label Install @relname@ (headless with DHCP+VNC) (password VNCPWD) menu label Install @relname@ (headless with DHCP+VNC) (password VNCPWD)
kernel alt0/vmlinuz kernel /boot/vmlinuz
append initrd=alt0/full.cz changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ showopts @bootargs@ headless no_alt_virt_keyboard vncpassword=VNCPWD append initrd=/boot/full.cz changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ showopts @bootargs@ headless no_alt_virt_keyboard vncpassword=VNCPWD
label vncconnect label vncconnect
menu label ^VNC install (edit to set server IP address) menu label ^VNC install (edit to set server IP address)
kernel alt0/vmlinuz kernel /boot/vmlinuz
append initrd=alt0/full.cz changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ showopts @bootargs@ headless no_alt_virt_keyboard vncconnect=IP append initrd=/boot/full.cz changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ showopts @bootargs@ headless no_alt_virt_keyboard vncconnect=IP
label vncpasswd label vncpasswd
menu label VNC install (<Tab>, set pass^word and connect here) menu label VNC install (<Tab>, set pass^word and connect here)
kernel alt0/vmlinuz kernel /boot/vmlinuz
append initrd=alt0/full.cz changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ showopts @bootargs@ headless no_alt_virt_keyboard vncpassword=VNCPWD append initrd=/boot/full.cz changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ showopts @bootargs@ headless no_alt_virt_keyboard vncpassword=VNCPWD
label live label live
menu label ^LiveCD (no hard disk needed) menu label ^LiveCD (no hard disk needed)
kernel alt0/vmlinuz kernel /boot/vmlinuz
append initrd=alt0/full.cz fastboot live automatic=method:cdrom ramdisk_size=@live_size@ stagename=live showopts lowmem vga=@bootvga@ @bootargs@ append initrd=/boot/full.cz fastboot live automatic=method:cdrom ramdisk_size=@live_size@ stagename=live showopts lowmem vga=@bootvga@ @bootargs@
label session label session
menu label LiveCD with ^sessions support menu label LiveCD with ^sessions support
kernel alt0/vmlinuz kernel /boot/vmlinuz
append initrd=alt0/full.cz fastboot live automatic=method:cdrom ramdisk_size=@live_size@ stagename=live showopts live_rw vga=@bootvga@ @bootargs@ append initrd=/boot/full.cz fastboot live automatic=method:cdrom ramdisk_size=@live_size@ stagename=live showopts live_rw vga=@bootvga@ @bootargs@
label rescue label rescue
menu label ^Rescue LiveCD menu label ^Rescue LiveCD
kernel alt0/vmlinuz kernel /boot/vmlinuz
append initrd=alt0/full.cz fastboot live automatic=method:cdrom ramdisk_size=@rescue_size@ stagename=rescue splash=0 showopts @rescue_bootargs@ append initrd=/boot/full.cz fastboot live automatic=method:cdrom ramdisk_size=@rescue_size@ stagename=rescue splash=0 showopts @rescue_bootargs@
label rescue_session label rescue_session
menu label Rescue with sess^ions support menu label Rescue with sess^ions support
kernel alt0/vmlinuz kernel /boot/vmlinuz
append initrd=alt0/full.cz fastboot live automatic=method:cdrom,label:ALT* ramdisk_size=@rescue_size@ stagename=rescue splash=0 showopts @rescue_bootargs@ live_rw append initrd=/boot/full.cz fastboot live automatic=method:cdrom,label:ALT* ramdisk_size=@rescue_size@ stagename=rescue splash=0 showopts @rescue_bootargs@ live_rw
label rescue_forensic label rescue_forensic
menu label ^Forensic mode (leave disks alone) menu label ^Forensic mode (leave disks alone)
kernel alt0/vmlinuz kernel /boot/vmlinuz
append initrd=alt0/full.cz fastboot live automatic=method:cdrom ramdisk_size=@rescue_size@ splash=0 showopts stagename=rescue @rescue_bootargs@ max_loop=16 forensic hash=@rescue_hash@ append initrd=/boot/full.cz fastboot live automatic=method:cdrom ramdisk_size=@rescue_size@ splash=0 showopts stagename=rescue @rescue_bootargs@ max_loop=16 forensic hash=@rescue_hash@
label rescue_remote label rescue_remote
menu label Rescue with remote SSH ^access (DHCP) menu label Rescue with remote SSH ^access (DHCP)
kernel alt0/vmlinuz kernel /boot/vmlinuz
append initrd=alt0/full.cz fastboot live automatic=method:cdrom ramdisk_size=@rescue_size@ stagename=rescue splash=0 showopts @rescue_bootargs@ quiet ip=dhcp port=22 rootpw=AUTO append initrd=/boot/full.cz fastboot live automatic=method:cdrom ramdisk_size=@rescue_size@ stagename=rescue splash=0 showopts @rescue_bootargs@ quiet ip=dhcp port=22 rootpw=AUTO
label mediachk label mediachk
menu label ^Check this media for defects menu label ^Check this media for defects
kernel alt0/vmlinuz kernel /boot/vmlinuz
append initrd=alt0/full.cz live quiet lowmem automatic=method:cdrom mediacheck=1 stagename=mediacheck showopts @bootargs@ append initrd=/boot/full.cz live quiet lowmem automatic=method:cdrom mediacheck=1 stagename=mediacheck showopts @bootargs@
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