Go to file
Dominique Leuenberger 5db90302fa Accepting request 786496 from system:install:head
- syslinux-4.04-gcc10.diff: fix gcc10 related issues (bsc#1166605)
  * -fno-common is now the default
  * provide missing strlen() implementation

OBS-URL: https://build.opensuse.org/request/show/786496
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syslinux?expand=0&rev=67
2020-03-23 11:48:55 +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
baselibs.conf - added aarch64, ppc64le to baselibs.conf (bsc#982948) 2016-06-03 11:29:44 +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
remove-note-gnu-section.patch Accepting request 652279 from home:marxin:branches:system:install:head 2018-11-29 12:59:25 +00:00
syslinux-4.04-align.diff - fix section alignment (bsc#948445) 2016-03-16 12:57:44 +00:00
syslinux-4.04-cache_fix.diff - fix memory corruption due to wrong fs cache initialisation (bnc #884181) 2014-08-11 13:53:17 +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-gcc10.diff - syslinux-4.04-gcc10.diff: fix gcc10 related issues (bsc#1166605) 2020-03-19 14:28:15 +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-geometry.diff Accepting request 208828 from home:rhafer:branches:system:install:head 2013-12-19 09:06:17 +00:00
syslinux-4.04-iso9660.diff - update to version 4.04 2011-04-19 08:49:59 +00:00
syslinux-4.04-isohybrid_efi_optional.diff - make uefi image optional 2013-02-18 09:16:32 +00:00
syslinux-4.04-isohybrid_efi.diff - update isohybrid and mbr & gpt boot code with versions from syslinux-5.00 2013-02-04 13:30:17 +00:00
syslinux-4.04-isohybrid_mbr.diff - isohybrid: write only mbr unless explicitly specified otherwise 2013-02-28 15:02:26 +00:00
syslinux-4.04-libext2fs.diff - take headers from libext2fs-devel 2012-05-31 12:42:37 +00:00
syslinux-4.04-localboot.diff - localboot.diff: -2 boots next disk (bnc #807157) 2013-03-04 13:59:51 +00:00
syslinux-4.04-lzo.diff - fix lzo memory aliasing issue (bsc#1125616) 2019-02-18 13:56: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-miniacc.diff Accepting request 358867 from home:rguenther:branches:system:install:head 2016-02-11 15:29:33 +00:00
syslinux-4.04-mtime.diff - don't use timestamps to create a unique id (bnc #915950) 2015-02-04 15:01:22 +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-nostrip.diff OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=61 2014-03-06 11:45:35 +00:00
syslinux-4.04-python3.diff - switch to python3 (bsc#1075769) 2018-01-18 11:57:41 +00:00
syslinux-4.04-reproducible.patch Accepting request 511644 from home:bmwiedemann:branches:system:install:head 2017-09-12 08:10:21 +00:00
syslinux-4.04-timeout.diff - fix timeout counter to work more accurate (bnc #691211) 2014-03-21 12:11:39 +00:00
syslinux-4.04.tar.bz2 - update to version 4.04 2011-04-19 08:49:59 +00:00
syslinux.changes - syslinux-4.04-gcc10.diff: fix gcc10 related issues (bsc#1166605) 2020-03-19 14:28:15 +00:00
syslinux.spec - syslinux-4.04-gcc10.diff: fix gcc10 related issues (bsc#1166605) 2020-03-19 14:28:15 +00:00
sysmacros.patch Accepting request 639400 from home:Andreas_Schwab:Factory 2018-10-29 10:19:58 +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.