Go to file
2012-05-15 11:32:25 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syslinux?expand=0&rev=1 2007-01-15 23:38:32 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syslinux?expand=0&rev=1 2007-01-15 23:38:32 +00:00
isolinux-config - update to version 4.03 2011-04-18 16:02:08 +00:00
README.gfxboot - update to version 4.03 2011-04-18 16:02:08 +00:00
syslinux-4.04-cwd.diff - handle case where a separate initrd config line is used instead of an 2011-04-19 13:31:54 +00:00
syslinux-4.04-gcc47.diff - gcc47 fix: use .init_array section instead of .ctors 2012-05-15 11:32:25 +00:00
syslinux-4.04-iso9660.diff - update to version 4.04 2011-04-19 08:49:59 +00:00
syslinux-4.04-isohybrid-hex-option-parsing.diff - take isohybrid from 4.05 (bnc #708043) 2011-07-26 09:48:21 +00:00
syslinux-4.04-mboot_bootif.diff - adrian: mboot: replicate BOOTIF option for all modules 2011-04-20 09:28:59 +00:00
syslinux-4.04-md5pass.diff - don't use Crypt::PasswdMD5 (bnc #701279, bnc #475370) 2011-06-22 09:41:58 +00:00
syslinux-4.04-noinitrd.diff - handle case where a separate initrd config line is used instead of an 2011-04-19 13:31:54 +00:00
syslinux-4.04-umode.diff - fix build with latest kernel headers 2012-05-08 09:22:42 +00:00
syslinux-4.04.tar.bz2 - update to version 4.04 2011-04-19 08:49:59 +00:00
syslinux.changes - gcc47 fix: use .init_array section instead of .ctors 2012-05-15 11:32:25 +00:00
syslinux.spec - gcc47 fix: use .init_array section instead of .ctors 2012-05-15 11:32:25 +00:00

gfxboot is now loaded via a COM32 module. If you used a line like

gfxboot bootlogo

before in isolinux.cfg or syslinux.cfg, change this to

ui gfxboot bootlogo

and add /usr/share/syslinux/gfxboot.c32 to your boot directory (the one
where the config file is).

You can also use

ui gfxboot bootlogo message

and remove the

display message

line. The 'message' file will be shown when you leave the gfxboot module (or
it couldn't be started).

This also means that gfxboot now works with other syslinux variants like
pxelinux or extlinux.