From ed75be87a146b795b788f56347b97bcfbc08f152 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Tue, 1 Apr 2014 00:22:30 +0400 Subject: [PATCH] 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. --- features.in/syslinux/cfg.in/50mediacheck.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features.in/syslinux/cfg.in/50mediacheck.cfg b/features.in/syslinux/cfg.in/50mediacheck.cfg index 9711c327..de8768c3 100644 --- a/features.in/syslinux/cfg.in/50mediacheck.cfg +++ b/features.in/syslinux/cfg.in/50mediacheck.cfg @@ -1,5 +1,5 @@ -label mediacheck +label mediachk menu label ^Check Installation Media 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