Go to file
Steffen Winterfeldt bbba68999e - update to version 4.04
* PXELINUX: Fix handling of unqualified DNS names.
  * PXELINUX: Fix timer bug when PXELINUX might be unloaded
    (Gene Cumm).
  * core/writedec.inc: Fix duplicate declaration and overflow
    (Gene Cumm).
  * GCC 4.5 fixes.
  * sample directory: Fix Makefile include (Gene Cumm).
  * ver.com: New universal DOS/COMBOOT application to display
    version information (includes DRMK) (Gene Cumm).
  * rosh.c32: updated; Using getopt() for internal commands to aid
    parsing options; Fix bugs in ls; add warm reboot and echo
    (Gene Cumm).
  * com32: fix a file descriptor leak.
  * gfxboot.c32: handle TEXT..ENDTEXT; error out on no LABELs
    found (Sebastian Herbszt).
  * Fix booting on non-partitioned devices.
  * MBR, isohybrid: Workaround for a BIOS issue on Acer
    Travelmate and possibly other machines.
  * COM32: Adding ACPI parsing libary
  * HDT: Release 0.4.1 to support ACPI parsing, 
    improved mutli-core/cpu reporting 
  * LUA: Updating to 5.1.4-2
  * SYSLINUX: core/diskstart.inc: Reset DS after checksum in case
    it isn't 0 (Gene Cumm).
  * win64: Script update for additional mingw compiler names
    (Gene Cumm).
  * diag: New directory for diagnostic-related tools.  Add a
    handoff MBR/VBR and geometry display images (Gene Cumm).

OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=26
2011-04-19 08:49:59 +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 - update to version 4.04 2011-04-19 08:49:59 +00:00
syslinux-4.04-iso9660.diff - update to version 4.04 2011-04-19 08:49:59 +00:00
syslinux-4.04.tar.bz2 - update to version 4.04 2011-04-19 08:49:59 +00:00
syslinux.changes - update to version 4.04 2011-04-19 08:49:59 +00:00
syslinux.spec - update to version 4.04 2011-04-19 08:49:59 +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.