d5cf1ff3eb
Its immediate purpose was influencing the GRUB boot menu *but* the implemented mechanism is actually a part of the long planned text branding and might be further merged into branding when hierarchical features finally chime in. So let's get the naming straight before it breeds.
11 lines
387 B
INI
11 lines
387 B
INI
label linux
|
|
menu label ^Install @relname@
|
|
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@
|
|
|