[syslinux] Giving misleading information

Clifford Wolf clifford at clifford.at
Wed Aug 25 01:47:28 PDT 2004


On Tue, Aug 24, 2004 at 01:11:12PM -0400, Brown, Larry wrote:
> So I am close, but they can give a boot parameter to set the console back to
> tty again using the prompt.  I also need to find a way to eliminate the
> Uncompressing Linux... line.  

This is already printed by the kernel. Look at decompress_kernel() in
arch/i386/boot/compressed/misc.c in the linux kernel source.

Just patch the two putstr() calls away if you don't like them (or
substitute them with different texts).

yours,
 - clifford

-- 
#!/usr/bin/perl
$p="1"x1002;for$c(2..1000){if($p=~/^.{$c}0/){next;};printf"%3d\%s",
$c,++$x%14?" ":"\n";while($p=~s/^((.{$c})+)1/${1}0/){}}$_="lPSFZQ".
"SJNFTZBUZ<IUUQ:;;XXX.DMJGGPSE.BU;QSJNF;>\n";y:B-Zl;:a-x M/:;print;

Life is not fair, but the root password helps!




More information about the Syslinux mailing list