Commit 07d0cc30 authored by Michael Shigorin's avatar Michael Shigorin

syslinux: split 20install2.cfg

"Failsafe install" disabling APIC/LAPIC looks somewhat obsolete by now; the only reasonable part seems to be the attempt to force VESA videodriver for the installer (should be done within installer itself though).
parent e41be1a0
......@@ -3,8 +3,3 @@ label linux
kernel alt0/vmlinuz
append initrd=alt0/full.cz changedisk fastboot showopts automatic=method:cdrom ramdisk_size=@altinst_size@ vga=0x314 @bootargs@
label noapic
menu label ^Failsafe install
kernel alt0/vmlinuz
append initrd=alt0/full.cz changedisk lowmem noapic nolapic showopts ramdisk_size=@altinst_size@ xdriver=vesa @bootargs@
label noapic
menu label ^Failsafe install
kernel alt0/vmlinuz
append initrd=alt0/full.cz changedisk lowmem noapic nolapic showopts ramdisk_size=@altinst_size@ xdriver=vesa @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