syslinux: replace kernel and initrd from syslinux/alt0 to boot
This commit is contained in:
parent
1f4db6c7fe
commit
131ef0f66b
@ -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@
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
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@
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
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@
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
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
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
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
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
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
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
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
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
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@
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
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@
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
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@
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
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
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
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@
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
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
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
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@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user