2007-01-16 00:38:32 +01:00
|
|
|
#
|
2008-04-15 15:40:48 +02:00
|
|
|
# spec file for package syslinux (Version 3.63)
|
2007-01-16 00:38:32 +01:00
|
|
|
#
|
2008-04-15 15:40:48 +02:00
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:38:32 +01:00
|
|
|
#
|
2008-09-06 03:47:21 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-16 00:38:32 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2008-04-15 15:40:48 +02:00
|
|
|
|
2007-01-16 00:38:32 +01:00
|
|
|
Name: syslinux
|
2008-10-22 18:51:33 +02:00
|
|
|
ExclusiveArch: %ix86 x86_64
|
2007-01-16 00:38:32 +01:00
|
|
|
BuildRequires: glibc-devel-32bit libpng-devel nasm netpbm
|
|
|
|
%ifarch x86_64
|
|
|
|
BuildRequires: gcc-32bit
|
|
|
|
%endif
|
2008-04-15 15:40:48 +02:00
|
|
|
Url: http://syslinux.zytor.com/
|
|
|
|
License: GPL v2 or later
|
2007-01-16 00:38:32 +01:00
|
|
|
Group: System/Boot
|
2007-06-22 12:14:56 +02:00
|
|
|
Requires: mtools
|
2008-04-15 15:40:48 +02:00
|
|
|
AutoReqProv: on
|
2007-01-16 00:38:32 +01:00
|
|
|
Summary: Boot Loader for Linux
|
2008-04-15 15:40:48 +02:00
|
|
|
Version: 3.63
|
2008-10-22 18:51:33 +02:00
|
|
|
Release: 43
|
2007-01-16 00:38:32 +01:00
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
Source1: isolinux-config
|
|
|
|
Patch: %{name}-%{version}.diff
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
SYSLINUX is a boot loader for the Linux operating system which operates
|
|
|
|
off an MS-DOS or Windows FAT file system. It is intended to simplify
|
|
|
|
first-time installation of Linux and for creation of rescue and other
|
|
|
|
special purpose boot disks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
H. Peter Anvin <hpa@zytor.com>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%patch
|
|
|
|
|
|
|
|
%build
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
chmod +x add_crc
|
|
|
|
make spotless
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install-all \
|
|
|
|
INSTALLROOT=%{buildroot} BINDIR=%{_bindir} SBINDIR=%{_bindir} \
|
2008-04-15 15:40:48 +02:00
|
|
|
LIBDIR=%{_datadir} INCDIR=%{_includedir} MANDIR=%{_mandir}
|
2007-01-16 00:38:32 +01:00
|
|
|
install -s -m 755 unix/syslinux $RPM_BUILD_ROOT/%{_bindir}/syslinux-nomtools
|
|
|
|
install -m 755 %{_sourcedir}/isolinux-config $RPM_BUILD_ROOT/%{_bindir}
|
2008-04-15 15:40:48 +02:00
|
|
|
install -m 755 keytab-lilo.pl syslinux2ansi.pl $RPM_BUILD_ROOT/%{_datadir}/syslinux
|
2007-01-16 00:38:32 +01:00
|
|
|
rm -rf $RPM_BUILD_ROOT/%{_datadir}/syslinux/com32
|
|
|
|
|
|
|
|
%files
|
2007-02-09 17:07:18 +01:00
|
|
|
%defattr(-,root,root)
|
2008-04-15 15:40:48 +02:00
|
|
|
%doc doc/*.txt
|
2007-01-16 00:38:32 +01:00
|
|
|
%doc README* NEWS
|
2008-04-15 15:40:48 +02:00
|
|
|
%doc %{_mandir}/man1/*
|
2007-01-16 00:38:32 +01:00
|
|
|
%{_bindir}/*
|
|
|
|
%{_datadir}/syslinux
|
|
|
|
|
2007-06-22 12:14:56 +02:00
|
|
|
%changelog
|
2008-10-22 18:51:33 +02:00
|
|
|
* Fri Oct 17 2008 olh@suse.de
|
|
|
|
- add ExclusiveArch x86 x86_64
|
2008-10-16 14:40:07 +02:00
|
|
|
* Thu Oct 16 2008 snwint@suse.de
|
|
|
|
- minor serial line patch fix (bnc #436034)
|
2008-09-13 12:18:56 +02:00
|
|
|
* Wed Sep 10 2008 snwint@suse.de
|
|
|
|
- reworked serial line patch (removed SERIALLINES)
|
2008-09-06 03:47:21 +02:00
|
|
|
* Thu Sep 04 2008 snwint@suse.de
|
|
|
|
- added SERIALLINES config option to listen on up to four
|
|
|
|
serial lines (fate #301595)
|
2008-04-28 17:18:04 +02:00
|
|
|
* Mon Apr 28 2008 snwint@suse.de
|
|
|
|
- give more memory to gfxboot code
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Apr 14 2008 snwint@suse.de
|
|
|
|
- update to version 3.63
|
|
|
|
* Lots of bug fixes.
|
|
|
|
* Handle command lines up to 2047 characters, the current
|
|
|
|
Linux kernel limit.
|
|
|
|
* Support MD5, SHA256 and SHA512 encrypted passwords.
|
|
|
|
* MEMDISK: Turn on EDD support by default.
|
|
|
|
* Add a new INCLUDE command to the core syslinux parser.
|
|
|
|
* It is now supported to load a different configuration file
|
|
|
|
with the CONFIG keyword.
|
|
|
|
* MENU AUTOBOOT, MENU TABMSG, MENU PASSPROMPT allows
|
|
|
|
internationalization of menu messages.
|
|
|
|
* New hierarchial submenu support: see MENU BEGIN, MENU END,
|
|
|
|
MENU GOTO in doc/menu.txt.
|
|
|
|
* MENU QUIT allows creating a menu entry for returning to the
|
|
|
|
command line.
|
|
|
|
* Simple menu system: new "MENU HIDDEN" option to not display
|
|
|
|
the menu unless the user presses a key.
|
|
|
|
* Add "menu separator", "menu indent", "menu disabled"
|
|
|
|
(see README.menu).
|
|
|
|
* SYSLINUX: Support subdirectories.
|
|
|
|
* PXELINUX: Press Ctrl-N at the boot prompt to read out the
|
|
|
|
network info.
|
|
|
|
* PXELINUX: as per RFC 5071, PXELINUX no longer requires the
|
|
|
|
use of the magic cookie option (208) for unencapsulated
|
|
|
|
options. Currently it does not require it for
|
|
|
|
vendor-encapsulated options (vendor-option-space) either,
|
|
|
|
but that MAY be reverted in the future if it causes problems.
|
|
|
|
* EXTLINUX: boot-once support (--once, --clear-once, and --reset-adv)
|
|
|
|
* Support for "auxilliary data vector", a small amount of
|
|
|
|
writable storage. Currently only supported for EXTLINUX,
|
|
|
|
but the infrastructure is there for the other derivatives,
|
|
|
|
assuming a suitable storage location can be found.
|
|
|
|
* Fri Jun 22 2007 snwint@suse.de
|
2007-06-22 12:14:56 +02:00
|
|
|
- requires mtools (#286216)
|
2008-04-15 15:40:48 +02:00
|
|
|
* Fri Feb 09 2007 snwint@suse.de
|
2007-02-09 17:07:18 +01:00
|
|
|
- fixed file list
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Oct 09 2006 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- no progress dots when in gfx mode
|
2008-04-15 15:40:48 +02:00
|
|
|
* Fri Sep 29 2006 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- update to version 3.31
|
|
|
|
* The simple menu system (menu.c32 and vesamenu.c32) now
|
|
|
|
support loading more than one configuration file at a time,
|
|
|
|
using MENU INCLUDE or by specifying multiple filenames.
|
|
|
|
* The MENU COLOR statement can now control the shadowing mode.
|
|
|
|
* libcom32 extended to support graphics mode and graphical console.
|
|
|
|
* vesamenu.c32, new graphical version of the Simple
|
|
|
|
Menu System, see README.menu.
|
|
|
|
* New com32 modules by Erwan Velu do selection based on CPUID
|
|
|
|
or PCI devices present.
|
|
|
|
* EXTLINUX: New options --install (-i) and --update (-U), to
|
|
|
|
make it clear if a boot loader should be installed or
|
|
|
|
updated. For now, defaults to --install for compatibility;
|
|
|
|
a future version will require one of these options.
|
|
|
|
* New library functions to load and place files in memory.
|
|
|
|
* mboot.c32 bug fixes.
|
|
|
|
* Remove 8 MB kernel size restriction.
|
|
|
|
* PXELINUX: Fail (and eventually reboot) if no configuration
|
|
|
|
file was found.
|
|
|
|
* COM32 module by Erwan Velu to make decisions based on DMI info.
|
|
|
|
* Fix issue where going back and forth between menus a lot
|
|
|
|
would cause a hang.
|
|
|
|
* ISOLINUX: Fix bug which made "cd boot sectors" not work.
|
2008-04-15 15:40:48 +02:00
|
|
|
* Fri Aug 25 2006 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- needs gcc41-32bit
|
2008-04-15 15:40:48 +02:00
|
|
|
* Wed Aug 23 2006 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- support latest gfxboot
|
2008-04-15 15:40:48 +02:00
|
|
|
* Tue Aug 15 2006 cthiel@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- specfile cleanup
|
|
|
|
- include chain.c32, copybs.com, ethersel.c32, mboot.c32, mbr.bin, menu.c32,
|
|
|
|
syslinux.com, mboot.doc README.menu and README.usbkey
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Jun 19 2006 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- syslinux did not clear memory between initrds (#184706)
|
2008-04-15 15:40:48 +02:00
|
|
|
* Thu Apr 27 2006 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- ignore drive reset error when booting from local disk (#169014)
|
2008-04-15 15:40:48 +02:00
|
|
|
* Thu Feb 09 2006 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- monitor detection can be skipped (#149578)
|
2008-04-15 15:40:48 +02:00
|
|
|
* Thu Feb 02 2006 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- no aborts while kernel loads in gfx mode (#145748)
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Jan 30 2006 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- fixed isolinux-config to work with new perl
|
2008-04-15 15:40:48 +02:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Jan 23 2006 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- cjwatson@ubuntu.com: support big-endian cpio archives (#140119)
|
|
|
|
- support direct driverupdate loading from CD-ROM (feat #152):
|
|
|
|
o initrd loading errors are no longer fatal
|
|
|
|
o if initrd name starts with '+' ask for CD change
|
2008-04-15 15:40:48 +02:00
|
|
|
* Wed Dec 14 2005 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- really disable text messages
|
|
|
|
- cjwatson@ubuntu.com: turn off graphics for localboot
|
2008-04-15 15:40:48 +02:00
|
|
|
* Fri Dec 02 2005 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- make it build on beta
|
2008-04-15 15:40:48 +02:00
|
|
|
* Wed Nov 30 2005 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- update to version 3.11
|
|
|
|
- gfxboot patch changed significantly - check README.gfxboot
|
2008-04-15 15:40:48 +02:00
|
|
|
* Thu Oct 06 2005 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- add chdir/getcwd functions to gfxboot
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Sep 26 2005 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- wrote isolinux-config script
|
2008-04-15 15:40:48 +02:00
|
|
|
* Fri Sep 09 2005 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- press Alt key to optionally skip monitor detection (#115204)
|
2008-04-15 15:40:48 +02:00
|
|
|
* Wed Apr 27 2005 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- fixed to take bios memory size into account (#65458)
|
2008-04-15 15:40:48 +02:00
|
|
|
* Fri Apr 22 2005 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- fixed 16 bit color mode selection (#79312)
|
2008-04-15 15:40:48 +02:00
|
|
|
* Tue Apr 12 2005 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- make it work with gcc4
|
2008-04-15 15:40:48 +02:00
|
|
|
* Fri Feb 04 2005 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- solved memory corruption issue (might have caused #43877)
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Jan 31 2005 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- don't read from disk (#47891)
|
2008-04-15 15:40:48 +02:00
|
|
|
* Fri Jan 28 2005 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- updated gfxboot patch
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Jan 24 2005 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- added syslinux-nomtools
|
|
|
|
- removed dependencies from mtools and bootsplash
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Sep 13 2004 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- moved syslinux into /usr/bin (#44780)
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Aug 23 2004 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- updated to syslinux 2.11
|
2008-04-15 15:40:48 +02:00
|
|
|
* Thu Apr 08 2004 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- make bios mem info available for gfxboot
|
2008-04-15 15:40:48 +02:00
|
|
|
* Fri Apr 02 2004 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- don't reset timeout for 'notice' option
|
2008-04-15 15:40:48 +02:00
|
|
|
* Fri Apr 02 2004 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- reduce max number of boot menu entries (syslinux: 64, isolinux: 32)
|
|
|
|
to make room for boot graphics
|
2008-04-15 15:40:48 +02:00
|
|
|
* Wed Mar 31 2004 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- fixed pxelinux (#36625)
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Mar 15 2004 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- fixed menu size check (#35508)
|
|
|
|
- removed vmware from blacklist (#35896)
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Mar 08 2004 ro@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- fix build on x86_64
|
2008-04-15 15:40:48 +02:00
|
|
|
* Fri Mar 05 2004 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- update to 2.08
|
2008-04-15 15:40:48 +02:00
|
|
|
* Tue Jan 13 2004 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- understand new gfxboot file format
|
2008-04-15 15:40:48 +02:00
|
|
|
* Tue Dec 16 2003 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- boot disk may have a file system that spans several floppies
|
2008-04-15 15:40:48 +02:00
|
|
|
* Wed Sep 10 2003 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- fixed monitor data interpretation bug (#29718)
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Sep 01 2003 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- work around bios disk read bug (seen on VIA KT133A)
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Aug 25 2003 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- update to 2.06: fix problem that would occationally cause a
|
|
|
|
boot failure, depending on the length of the kernel
|
2008-04-15 15:40:48 +02:00
|
|
|
* Thu Aug 21 2003 ro@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- make it build on x86_64
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Aug 18 2003 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- update to 2.05
|
2008-04-15 15:40:48 +02:00
|
|
|
* Wed Apr 16 2003 coolo@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- use BuildRoot
|
2008-04-15 15:40:48 +02:00
|
|
|
* Tue Mar 11 2003 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- wait for 'enter' in text mode interface, too (#25047)
|
2008-04-15 15:40:48 +02:00
|
|
|
* Sat Mar 08 2003 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- handle "boot from hd" errors properly (#24788)
|
2008-04-15 15:40:48 +02:00
|
|
|
* Thu Mar 06 2003 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- preselect 640x480 even if no vbe support at all
|
2008-04-15 15:40:48 +02:00
|
|
|
* Sat Mar 01 2003 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- dynamically change FAT buffer size; this gives more space for
|
|
|
|
boot graphics
|
|
|
|
- really add 640x480 to modelist if no VB extension was found (#24293)
|
|
|
|
- _copy_ VBE mode list, might get overwritten (#23582)
|
2008-04-15 15:40:48 +02:00
|
|
|
* Tue Feb 18 2003 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- new splash handling: splash files no longer have to be added to
|
|
|
|
initrd but are read separately from <resolution>.spl files
|
2008-04-15 15:40:48 +02:00
|
|
|
* Fri Feb 14 2003 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- read device path info
|
|
|
|
- joined all diffs
|
2008-04-15 15:40:48 +02:00
|
|
|
* Sun Feb 09 2003 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- updated graphics patch
|
2008-04-15 15:40:48 +02:00
|
|
|
* Wed Feb 05 2003 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- make isolinux work around a strange bios bug (#23323)
|
|
|
|
- fix reading vbe mode list for machines that don't zero
|
|
|
|
its memory (#23261)
|
2008-04-15 15:40:48 +02:00
|
|
|
* Wed Sep 04 2002 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- select 8 bit fb modes if 16 bit is not available
|
2008-04-15 15:40:48 +02:00
|
|
|
* Tue Sep 03 2002 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- fixed minor bug detecting available gfx modes
|
2008-04-15 15:40:48 +02:00
|
|
|
* Tue Sep 03 2002 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- fixed Requires
|
2008-04-15 15:40:48 +02:00
|
|
|
* Wed Jul 17 2002 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- adaped graphics patch to handle new graphics file format
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Mar 04 2002 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- detect fujitsu siemens notebook lcd
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Mar 04 2002 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- allow booting from harddisk
|
2008-04-15 15:40:48 +02:00
|
|
|
* Sun Mar 03 2002 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- initrd may optionally be on a second disk
|
2008-04-15 15:40:48 +02:00
|
|
|
* Tue Feb 19 2002 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- make isolinux work on some more systems
|
|
|
|
(they used to break with 'Disk error 00')
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Feb 18 2002 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- removed Matrox cards from exception list
|
|
|
|
- don't put monitor data into kernel cmdline
|
2008-04-15 15:40:48 +02:00
|
|
|
* Fri Feb 01 2002 ro@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- changed neededforbuild <libpng> to <libpng-devel-packages>
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Sep 17 2001 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- no fb for Matrox G550 cards (#10749)
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Sep 10 2001 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- don't select vmware fb mode, the kernel doesn't like it
|
2008-04-15 15:40:48 +02:00
|
|
|
* Sun Sep 09 2001 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- created single diff file
|
|
|
|
- support gfxboot-1.4
|
2008-04-15 15:40:48 +02:00
|
|
|
* Tue Sep 04 2001 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- should boot on some more computers
|
|
|
|
- print warning and hint to use CD2 if we encounter a broken BIOS
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Sep 03 2001 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- exclude list for cards where fbdev will not work
|
|
|
|
- allow longer base directory name for boot image
|
2008-04-15 15:40:48 +02:00
|
|
|
* Wed Aug 22 2001 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- fixed 16 bit fb selection
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Aug 20 2001 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- we want 16 bit framebuffer now
|
2008-04-15 15:40:48 +02:00
|
|
|
* Fri Aug 10 2001 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- added 1024x768 support
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Aug 06 2001 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- upgraded to new version (1.62)
|
|
|
|
- fixed isolinux to work with graphics
|
|
|
|
- fixed minor isolinux bug to make it boot on Toshiba Satellite notebooks
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon May 14 2001 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- syslinux reports wrong video mode (#8244)
|
2008-04-15 15:40:48 +02:00
|
|
|
* Wed May 09 2001 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- fixed boot problem on d230 (#7958)
|
|
|
|
- corrected detection of 800x600 frame buffer mode support (#7959)
|
2008-04-15 15:40:48 +02:00
|
|
|
* Sun May 06 2001 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- ask for driver update disk in graphics mode
|
|
|
|
- F2 - F4 video mode selection in text mode
|
|
|
|
- make 800x600 default if monitor supports it *or*
|
|
|
|
graphics card has >= 4MB memory
|
2008-04-15 15:40:48 +02:00
|
|
|
* Tue May 01 2001 kukuk@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- Add libpng to neededforbuild
|
2008-04-15 15:40:48 +02:00
|
|
|
* Tue May 01 2001 ro@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- added libnetpbm to neededforbuild
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Apr 30 2001 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- made it require gfxboot package
|
|
|
|
- added netpbm to #neededforbuild
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Apr 30 2001 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- new version (1.61): can now boot CDs directly (isolinux)
|
|
|
|
- graphics support completely reworked
|
2008-04-15 15:40:48 +02:00
|
|
|
* Tue Apr 03 2001 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- completely reworked syslinux patch
|
|
|
|
- support graphics boot screen
|
2008-04-15 15:40:48 +02:00
|
|
|
* Sun Jan 14 2001 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- new messages for our Driver Update feature
|
2008-04-15 15:40:48 +02:00
|
|
|
* Wed Jan 10 2001 ro@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- re-added README.SuSE to diff
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Dec 18 2000 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- detect BIOS extended read capability
|
2008-04-15 15:40:48 +02:00
|
|
|
* Fri Jun 09 2000 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- improved ddc parser
|
|
|
|
- ! kernel cmdline gets quite long already (slightly below 200 chars) !
|
2008-04-15 15:40:48 +02:00
|
|
|
* Fri Feb 11 2000 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- new version (1.48)
|
|
|
|
- some new features (see README.SuSE)
|
2008-04-15 15:40:48 +02:00
|
|
|
* Mon Oct 11 1999 snwint@suse.de
|
2007-01-16 00:38:32 +01:00
|
|
|
- added package (version 1.45)
|