[syslinux] [PATCH] Let MEMDISK honor the quiet append option

Михаил from.miha at gmail.com
Sun Sep 13 03:46:17 PDT 2009


2009/9/13 Kim Mik <kimmik999999 at yahoo.co.uk>:
> When you add "quiet" to the append line, Syslinux doesn't display the file reading progress anymore.
> When you use this option to boot an image with MEMDISK, you still get a lot of text.
>
> ==========================
> LABEL mydisk
> LINUX memdisk
> INITRD mydisk.img
> APPEND raw quiet
> ==========================

Hi.
Why don't you use next construction type:
###############################
LABEL mydisk
KERNEL memdisk
APPEND initrd=mydisk.img raw quiet
###############################
It works fine at USB stick with syslinux bootloader.

Best ragards, Mike.




More information about the Syslinux mailing list