syslinux: fix mediacheck label for gfxboot
Whoops, the very first build of a real distro with gfxboot has shown that the label isn't picked up there... and things are actually worse: iso.needscheck gfxboot test seems to look up "check=1" in sectors where it might have been landing back then but it's just not there by now; some kludgery is due in branding-altlinux-sisyphus unfortunately.
This commit is contained in:
parent
735eb6ea41
commit
ed75be87a1
@ -1,5 +1,5 @@
|
|||||||
label mediacheck
|
label mediachk
|
||||||
menu label ^Check Installation Media
|
menu label ^Check Installation Media
|
||||||
kernel alt0/vmlinuz
|
kernel alt0/vmlinuz
|
||||||
append initrd=alt0/full.cz fastboot live mediacheck quiet lowmem showopts automatic=method:cdrom ramdisk_size=@mediacheck_size@ stagename=mediacheck
|
append initrd=alt0/full.cz live mediacheck=1 quiet lowmem automatic=method:cdrom stagename=mediacheck
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user