dbed41bf81
- parameter order fixed to "simple first, then those with args" and documented as the preferred one (might be debatable, okay) - added "lowmem" to live so it avoids a ramdisk but works off media (it's a knob for propagator) - added "fastboot" everywhere (but failsafe install) to make use of Linux 2.6.29+ async controller initialization - every snippet got a trailing newline so that isolinux.cfg is readable And a fancy makefile to check for shortcut dups!
11 lines
360 B
INI
11 lines
360 B
INI
label linux
|
|
menu label ^Install ALT Linux
|
|
kernel alt0/vmlinuz
|
|
append initrd=alt0/full.cz changedisk fastboot showopts automatic=method:cdrom quiet=1 ramdisk_size=@altinst_size@ vga=0x314
|
|
|
|
label noapic
|
|
menu label ^Failsafe install
|
|
kernel alt0/vmlinuz
|
|
append initrd=alt0/full.cz changedisk lowmem noapic nolapic showopts ramdisk_size=@altinst_size@
|
|
|