4bf14b52ba
Copy from system:install:head/syslinux based on submit request 18635 from user snwint OBS-URL: https://build.opensuse.org/request/show/18635 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syslinux?expand=0&rev=17
26 lines
539 B
Plaintext
26 lines
539 B
Plaintext
gfxboot is now loaded via a COM 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.com 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.
|
|
|