2007-01-08 18:33:44 +01:00
|
|
|
|
#
|
2007-02-14 20:54:31 +01:00
|
|
|
|
# spec file for package perl-Bootloader (Version 0.4.11)
|
2007-01-08 18:33:44 +01:00
|
|
|
|
#
|
|
|
|
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
|
#
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
|
|
|
|
Name: perl-Bootloader
|
2007-02-14 20:54:31 +01:00
|
|
|
|
Version: 0.4.11
|
2007-03-01 22:09:42 +01:00
|
|
|
|
Release: 3
|
2007-01-08 18:33:44 +01:00
|
|
|
|
Requires: perl >= %{perl_version}
|
|
|
|
|
Requires: perl-gettext
|
|
|
|
|
Requires: mdadm e2fsprogs
|
|
|
|
|
Requires: limal-bootloader >= 1.2.2
|
|
|
|
|
Autoreqprov: on
|
|
|
|
|
Group: System/Boot
|
|
|
|
|
License: GNU General Public License (GPL)
|
|
|
|
|
Summary: Library for Configuring Boot Loaders
|
|
|
|
|
Source: perl-Bootloader-%{version}.tar.bz2
|
|
|
|
|
Source1: update-bootloader
|
|
|
|
|
Source2: bootloader_entry
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
#!BuildIgnore: mdadm e2fsprogs limal-bootloader
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Perl modules for configuring various boot loaders.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Jiri Srain <jsrain@suse.cz>
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
touch Makefile.PL
|
|
|
|
|
perl -MExtUtils::MakeMaker -e 'WriteMakefile (NAME => "Bootloader")'
|
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|
|
|
|
%perl_process_packlist
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/sbin
|
|
|
|
|
install -m 755 %_sourcedir/update-bootloader $RPM_BUILD_ROOT/sbin
|
|
|
|
|
install -d -m 711 $RPM_BUILD_ROOT/usr/lib/bootloader
|
|
|
|
|
install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%doc COPYING
|
|
|
|
|
%doc %{_mandir}/man?/*
|
|
|
|
|
%{perl_vendorarch}/auto/Bootloader
|
|
|
|
|
%{perl_vendorlib}/Bootloader
|
|
|
|
|
/var/adm/perl-modules/perl-Bootloader
|
|
|
|
|
/sbin/update-bootloader
|
|
|
|
|
/usr/lib/bootloader
|
|
|
|
|
|
2007-03-01 22:09:42 +01:00
|
|
|
|
%changelog
|
|
|
|
|
* Wed Feb 28 2007 - aosthof@suse.de
|
|
|
|
|
- Fixed a perl warning bug in Core/GRUB.pm (#248211)
|
|
|
|
|
* Wed Feb 21 2007 - aosthof@suse.de
|
|
|
|
|
- Corrected a typo in Core.pm
|
|
|
|
|
* Fri Feb 16 2007 - jplack@suse.de
|
|
|
|
|
- Fallback to first section as default boot if bogus value is given
|
|
|
|
|
* Thu Feb 15 2007 - jplack@suse.de
|
|
|
|
|
- handle boolean options correctly in GRUB (#244530)
|
2007-02-14 20:54:31 +01:00
|
|
|
|
* Wed Feb 14 2007 - aosthof@suse.de
|
|
|
|
|
- manually merge SLES10 branch with trunk, part 4/4:
|
|
|
|
|
- fixed function SplitDevPath() in src/Core.pm to avoid an endless
|
|
|
|
|
loop (#228570) & (#236777)
|
|
|
|
|
- version bump 0.4.11 (skipped 0.4.10 to be consistent again)
|
|
|
|
|
* Wed Feb 14 2007 - aosthof@suse.de
|
|
|
|
|
- manually merge SLES10 branch with trunk, part 3/4:
|
|
|
|
|
- Reverted to make Xen kernel default boot kernel if Xen pattern
|
|
|
|
|
or Xen RPMs are installed. (Fate #301384)
|
|
|
|
|
* Wed Feb 14 2007 - aosthof@suse.de
|
|
|
|
|
- manually merge SLES10 branch with trunk, part 2/4:
|
|
|
|
|
- fixed function InitializeBootloader() in src/Core/ZIPL.pm to
|
|
|
|
|
correctly call /sbin/zipl (without param "-m menu") (#199582)
|
|
|
|
|
* Wed Feb 14 2007 - aosthof@suse.de
|
|
|
|
|
- manually merge SLES10 branch with trunk, part 1/4:
|
|
|
|
|
- fixed default/minimum/maximum values for timeout in ELILO.pm
|
|
|
|
|
- fixed some typos (in descriptions) in ELILO.pm
|
|
|
|
|
- IA 64: Added missing options in elilo.conf (#235400)
|
|
|
|
|
* Wed Jan 17 2007 - jplack@suse.de
|
|
|
|
|
- fix for efi boot entry handling (#233537)
|
|
|
|
|
* Wed Jan 17 2007 - jplack@suse.de
|
|
|
|
|
- proposed fix for append quotation in elilo (#235400)
|
|
|
|
|
* Tue Jan 16 2007 - jplack@suse.de
|
|
|
|
|
- fix various zipl configuration problems (#235486)
|
|
|
|
|
* Thu Jan 11 2007 - jplack@suse.de
|
|
|
|
|
- final (at least should be ) fix for ELILO (#228833)
|
|
|
|
|
- version bump 0.4.9
|
2007-01-10 19:06:13 +01:00
|
|
|
|
* Wed Jan 10 2007 - jplack@suse.de
|
|
|
|
|
- mostly complete fix for #228833, wrong elilo configurator
|
2007-01-08 18:33:44 +01:00
|
|
|
|
* Fri Dec 22 2006 - aosthof@suse.de
|
|
|
|
|
- partial fix for ELILO (#228833)
|
|
|
|
|
* Fri Dec 22 2006 - jplack@suse.de
|
|
|
|
|
- complete implementation for (Fate#300732)
|
|
|
|
|
- fix config file syntax problems from #228841
|
|
|
|
|
- version bump 0.4.8
|
|
|
|
|
* Fri Dec 08 2006 - jplack@suse.de
|
|
|
|
|
- fixed comment handling for ZIPL
|
|
|
|
|
- basic implementation for generic bootloader widgets for ZIPL
|
|
|
|
|
(Fate#300732)
|
|
|
|
|
- basic implementation for generic bootloader widgets for ELILO
|
|
|
|
|
(Fate#300732)
|
|
|
|
|
- version bump 0.4.7
|
|
|
|
|
* Thu Dec 07 2006 - aosthof@suse.de
|
|
|
|
|
- fixed identation (correct usage of tabs)
|
|
|
|
|
- fixed remove_entry() that it removes xen entries correctly
|
|
|
|
|
(#223576)
|
|
|
|
|
* Thu Nov 30 2006 - jplack@suse.de
|
|
|
|
|
- implement new section type menu neccessary for linking to other
|
|
|
|
|
systems/ complexer multiboot setups
|
|
|
|
|
* Wed Nov 29 2006 - jplack@suse.de
|
|
|
|
|
- handle xen sections correctly in update-bootloader (#224330)
|
|
|
|
|
* Mon Nov 27 2006 - od@suse.de
|
|
|
|
|
- do not specify the name of a bootloader entry when removing it
|
|
|
|
|
with bootloader_entry, thus removing all sections matching the
|
|
|
|
|
kernel image and initrd names (if these are on a currently
|
|
|
|
|
mounted partition) (#223030)
|
|
|
|
|
* Tue Nov 21 2006 - jplack@suse.de
|
|
|
|
|
- fix mostly all remaining warnings (#222600)
|
|
|
|
|
* Mon Nov 20 2006 - jplack@suse.de
|
|
|
|
|
- fix various warnings (#222600)
|
|
|
|
|
* Fri Nov 17 2006 - jplack@suse.de
|
|
|
|
|
- some more finer fixes for the last entries stuff
|
|
|
|
|
* Fri Nov 17 2006 - jplack@suse.de
|
|
|
|
|
- kernel line and vga mode now editable again (#214875)
|
|
|
|
|
- show most partitions in Custom Boot Partition drop-down list
|
|
|
|
|
(#220283)
|
|
|
|
|
- fix handling for chainloader sections (broken)
|
|
|
|
|
- fix handling for xen sections (various problems, partial redesign
|
|
|
|
|
neccessary)
|
|
|
|
|
- boot from MBR does now address the first bios disk (#221204)
|
|
|
|
|
* Fri Nov 17 2006 - jplack@suse.de
|
|
|
|
|
- adding support for 'macos_timeout'
|
|
|
|
|
* Mon Nov 13 2006 - jplack@suse.de
|
|
|
|
|
- use selectdevice type for "root" tag: may be given by-id as well
|
|
|
|
|
- include logical partitions in list of custom boot devices
|
|
|
|
|
(#213256)
|
|
|
|
|
* Thu Nov 09 2006 - aosthof@suse.de
|
|
|
|
|
- accept old arguments and new arguments in bootloader_entry
|
|
|
|
|
- fixed usage() and did some cleanup
|
|
|
|
|
* Wed Nov 08 2006 - schwab@suse.de
|
|
|
|
|
- Fix error checking.
|
|
|
|
|
* Tue Nov 07 2006 - aosthof@suse.de
|
|
|
|
|
- changed interface of bootloader_entry script to kernel rpm,
|
|
|
|
|
no more second guessing.
|
|
|
|
|
* Tue Nov 07 2006 - jplack@suse.de
|
|
|
|
|
- fix implementation for grub.conf generation and parsing
|
|
|
|
|
(FATE#300732, bug#213256)
|
|
|
|
|
- version bump 0.4.0
|
|
|
|
|
* Tue Oct 31 2006 - jplack@suse.de
|
|
|
|
|
- fix typo in Library.pm (#215613)
|
|
|
|
|
- reduce build dependencies
|
|
|
|
|
- version bump 0.3.5
|
|
|
|
|
* Tue Oct 31 2006 - od@suse.de
|
|
|
|
|
- increase maximum timeout for grub to 3600 seconds (#214146)
|
|
|
|
|
* Wed Oct 25 2006 - jplack@suse.de
|
|
|
|
|
- do error handling when $loader is not yet initialized (#213873)
|
|
|
|
|
* Mon Oct 23 2006 - jplack@suse.de
|
|
|
|
|
- move GetMetaData call to the constructor (#213255)
|
|
|
|
|
* Sat Oct 21 2006 - od@suse.de
|
|
|
|
|
- grub: using OO call for last fix (#213255)
|
|
|
|
|
* Fri Oct 20 2006 - od@suse.de
|
|
|
|
|
- grub: fix writing globals (#213255)
|
|
|
|
|
* Thu Oct 12 2006 - jplack@suse.de
|
|
|
|
|
- first chunk of changes for GRub using generic interface,
|
|
|
|
|
grub.conf handling still missing
|
|
|
|
|
* Fri Sep 29 2006 - jplack@suse.de
|
|
|
|
|
- new interface for FATE#300732
|
|
|
|
|
* Thu Sep 28 2006 - aosthof@suse.de
|
|
|
|
|
- added new interface script bootloader_entry
|
|
|
|
|
* Tue Sep 19 2006 - jplack@suse.de
|
|
|
|
|
- fix man page for update-bootloader
|
|
|
|
|
* Mon Sep 04 2006 - jplack@suse.de
|
|
|
|
|
- support new options no_os_chooser and optional (#202069, #202072)
|
|
|
|
|
* Mon Sep 04 2006 - jplack@suse.de
|
|
|
|
|
- remove braces when parsing device.map file (#203545)
|
|
|
|
|
* Mon Aug 07 2006 - jplack@suse.de
|
|
|
|
|
- add requirement for 'mdadm' and 'e2fsprogs' (#197471)
|
|
|
|
|
* Mon Jul 31 2006 - jplack@suse.de
|
|
|
|
|
- typo fix
|
|
|
|
|
* Fri Jul 28 2006 - jplack@suse.de
|
|
|
|
|
- Tools.pm@Udev2Dev : CCISS driver maps slashes to bangs so we
|
|
|
|
|
have to reverse that, suppress ignorable warnings from udevinfo
|
|
|
|
|
(#189348)
|
|
|
|
|
* Tue Jul 25 2006 - jplack@suse.de
|
|
|
|
|
- do not use device symlink in sysfs as a criteria for device
|
|
|
|
|
detection which breaks on SmartArray controllers (#189348)
|
|
|
|
|
- bump version to 0.2.27
|
|
|
|
|
* Tue Jul 11 2006 - jplack@suse.de
|
|
|
|
|
- move Partition2Disk function to Grub.pm as the only place of
|
|
|
|
|
usage and the only place to make it really work (#189348).
|
|
|
|
|
* Thu Jul 06 2006 - jplack@suse.de
|
|
|
|
|
- do not replace section names of new sections by default section
|
|
|
|
|
name (#190529)
|
|
|
|
|
- do not interpret zero integer values as null string (#190529)
|
|
|
|
|
* Mon Jul 03 2006 - jplack@suse.de
|
|
|
|
|
- several 'each' iterators for global hashes not properly reset.
|
|
|
|
|
This broke root-on-raid1 support so far.
|
|
|
|
|
* Mon Jul 03 2006 - jplack@suse.de
|
|
|
|
|
- fix CountSections/GetSectionList which always returned all
|
|
|
|
|
sections
|
|
|
|
|
* Mon Jul 03 2006 - jplack@suse.de
|
|
|
|
|
- fix raid1 support in Tools.pm, still more problems in
|
|
|
|
|
Grub.pm:GrubPath2UnixPath
|
|
|
|
|
* Mon Jul 03 2006 - jplack@suse.de
|
|
|
|
|
- fixed severe syntax problems introduced by r113&r111 in Tools.pm
|
|
|
|
|
and broke update-bootloader
|
|
|
|
|
* Wed Jun 28 2006 - jplack@suse.de
|
|
|
|
|
- map kernel_append params to xen_append params (#188614) when
|
|
|
|
|
having a serial console
|
|
|
|
|
* Wed Jun 28 2006 - jplack@suse.de
|
|
|
|
|
- be nicer while handling empty paths (#177083)
|
|
|
|
|
- remove call to RealFileName which is called in SplitDevPath
|
|
|
|
|
anyway
|
|
|
|
|
- extended/reworked interface in Tools.pm, more generic functions
|
|
|
|
|
those are needed for another tool needed to enable multipathing
|
|
|
|
|
after install, add new entries
|
|
|
|
|
- check for RAID1 md arrays as all others will break on reboot
|
|
|
|
|
(#178802), fix mdadm call (RAID1 check)
|
|
|
|
|
- changed name of ReadMDArrays to ReadRAID1Array which matches its
|
|
|
|
|
intended functionality.
|
|
|
|
|
- Added FIXME notes for mskibbe
|
|
|
|
|
* Tue May 30 2006 - jplack@suse.de
|
|
|
|
|
- fixed broken parsing/handling/reassembly esp. of comments in
|
|
|
|
|
config files
|
|
|
|
|
- fixed inline documentation for MD2Members
|
|
|
|
|
* Mon May 22 2006 - jplack@suse.de
|
|
|
|
|
- fix broken selection list (#167390)
|
|
|
|
|
- bump version to 0.2.24
|
|
|
|
|
* Fri May 19 2006 - jplack@suse.de
|
|
|
|
|
- fix xen section counting when adding (#161559)
|
|
|
|
|
- omit bogus warning (#165158)
|
|
|
|
|
- move check for bool type to save code area (#175228)
|
|
|
|
|
- do syntax checking for global "default" parameter. Has to be an
|
|
|
|
|
integer (#174829)
|
|
|
|
|
- bump version to 0.2.23
|
|
|
|
|
* Fri May 12 2006 - jplack@suse.de
|
|
|
|
|
- do not accept empty product string
|
|
|
|
|
* Fri May 12 2006 - jplack@suse.de
|
|
|
|
|
- call setlocale only when neccessary (helps with --refresh in
|
|
|
|
|
instsys)
|
|
|
|
|
- do not define opt_xen_kernel initially hence else all new entries
|
|
|
|
|
will be xen entries.
|
|
|
|
|
* Wed May 10 2006 - jplack@suse.de
|
|
|
|
|
- fix blocking bootloader issue (all archs) found by kukuk right
|
|
|
|
|
now: bootloader config files are not moved to final destination
|
|
|
|
|
and bootloader installation thus hangs complete install.
|
|
|
|
|
* Tue May 09 2006 - jplack@suse.de
|
|
|
|
|
- follow symlinks for dev-by-id (#170588)
|
|
|
|
|
- bump version to 0.2.21
|
|
|
|
|
* Wed Apr 19 2006 - agruen@suse.de
|
|
|
|
|
- Fix a bug in CountSections(), and be more specific in
|
|
|
|
|
update-bootloader, even though it shouldn't be necessary with
|
|
|
|
|
the fix.
|
|
|
|
|
* Wed Apr 19 2006 - agruen@suse.de
|
|
|
|
|
- Change option --xen to --xen-kernel=... (161197).
|
|
|
|
|
- Fix a bug when removing xen bootloader entries.
|
|
|
|
|
* Wed Apr 12 2006 - sf@suse.de
|
|
|
|
|
- remove wrong dashes from update-bootloader
|
|
|
|
|
- bump version to 0.2.20
|
|
|
|
|
* Wed Apr 12 2006 - od@suse.de
|
|
|
|
|
- make error checking for yast2 print-product independent of
|
|
|
|
|
the contents of the product name
|
|
|
|
|
- bump version to 0.2.19
|
|
|
|
|
* Fri Apr 07 2006 - jplack@suse.de
|
|
|
|
|
- changed update-bootloader semantic according to #164427
|
|
|
|
|
- bump version to 0.2.18
|
|
|
|
|
* Mon Apr 03 2006 - jplack@suse.de
|
|
|
|
|
- extended interface to fix #161755
|
|
|
|
|
- bump version to 0.2.17
|
|
|
|
|
* Mon Mar 27 2006 - jplack@suse.de
|
|
|
|
|
- always regenerate our 'meta global' section to avoid #160595
|
|
|
|
|
- bump version to 0.2.16
|
|
|
|
|
* Tue Mar 21 2006 - jplack@suse.de
|
|
|
|
|
- added package dependency to perl-gettext (#159773)
|
|
|
|
|
- add a fallback value of "SUSE Code 10" instead of error in
|
|
|
|
|
function GetProduct
|
|
|
|
|
- bump version to 0.2.15
|
|
|
|
|
* Tue Mar 21 2006 - sf@suse.de
|
|
|
|
|
- use print-product.ycp again, fallback to /etc/SuSE-release
|
|
|
|
|
if that doesn't work.
|
|
|
|
|
* Fri Mar 17 2006 - jplack@suse.de
|
|
|
|
|
- moved unification of section names in FixSectionName to Core.pm
|
|
|
|
|
- altered loader specific code to use that (needed by #158274)
|
|
|
|
|
- rearranged update-bootloader so that bootloader entry translation
|
|
|
|
|
works again (#158274)
|
|
|
|
|
- bump version to 0.2.14
|
|
|
|
|
* Wed Mar 15 2006 - od@suse.de
|
|
|
|
|
- fix erroneous error message on ELILO installation (#156993)
|
|
|
|
|
* Mon Mar 13 2006 - jplack@suse.de
|
|
|
|
|
- create a nicer default for Xen
|
|
|
|
|
* Mon Feb 27 2006 - jplack@suse.de
|
|
|
|
|
- change log file name for _all- archs to y2log_bootloader(#145106)
|
|
|
|
|
* Thu Feb 23 2006 - jplack@suse.de
|
|
|
|
|
- modified interface in Tools.pm to enable more generic chages to the
|
|
|
|
|
bl config sections (#148461)
|
|
|
|
|
- use new interface of Tools.pm for the xen case in update-bootloader
|
|
|
|
|
(#148461)
|
|
|
|
|
- bump version to 0.2.12
|
|
|
|
|
* Sun Feb 19 2006 - agruen@suse.de
|
|
|
|
|
- update-bootloader: Only modify the section name if no explicit
|
|
|
|
|
name is specified. Strip directories when generating a name from
|
|
|
|
|
the image name.
|
|
|
|
|
* Tue Feb 14 2006 - jplack@suse.de
|
|
|
|
|
- implement new requirements/word split in FixSectionName
|
|
|
|
|
- bump version to 0.2.11
|
|
|
|
|
* Mon Feb 13 2006 - sf@suse.de
|
|
|
|
|
- workaround for broken Product.ycp (Bug #148625)
|
|
|
|
|
* Fri Feb 10 2006 - jplack@suse.de
|
|
|
|
|
- fix boot_*/stage1_dev tag handling which breaks kernel builds
|
|
|
|
|
through update-bootloader, hopefully final checkin´ for FATE #2154
|
|
|
|
|
- remove stage1_dev code for POWER
|
|
|
|
|
- bump version to 0.2.10
|
|
|
|
|
* Thu Feb 09 2006 - jplack@suse.de
|
|
|
|
|
- added help messages to make update-bootloader usuable
|
|
|
|
|
- added error handling which was not there at all
|
|
|
|
|
- added --force and --refresh option for FATE #2154
|
|
|
|
|
- introduce Bootloader::Tools::UpdateBootloader(), no longer in
|
|
|
|
|
Add/Remove Section functions
|
|
|
|
|
- image name may be empty and stored either under "kernel" or "image"
|
|
|
|
|
- bump version to 0.2.9
|
|
|
|
|
* Mon Feb 06 2006 - jplack@suse.de
|
|
|
|
|
- catch cases wherethere is no key 'kernel' (FATE #2154)
|
|
|
|
|
- create name and initrd only if not given via parameter
|
|
|
|
|
- use functions to detect kernel/initrd
|
|
|
|
|
- bump version to 0.2.8
|
|
|
|
|
* Mon Feb 06 2006 - sf@suse.de
|
|
|
|
|
- get kernel/initrd name and path from default section
|
|
|
|
|
- put GetSystemLanguage in Tools.pm
|
|
|
|
|
* Fri Feb 03 2006 - sf@suse.de
|
|
|
|
|
- fix typo in image name
|
|
|
|
|
* Wed Feb 01 2006 - od@suse.de
|
|
|
|
|
- update-bootloader changes from pth@suse.de and od@suse.de:
|
|
|
|
|
- only grub allows blanks in section titles
|
|
|
|
|
- for non-grub: restrict section title lenght to 16 chars
|
|
|
|
|
- beautify code
|
|
|
|
|
* Wed Feb 01 2006 - od@suse.de
|
|
|
|
|
- update-bootloader:
|
|
|
|
|
- use /etc/sysconfig/language:RC_LANG
|
|
|
|
|
- translated section name must be non-empty to be used
|
|
|
|
|
* Tue Jan 31 2006 - sf@suse.de
|
|
|
|
|
- localize only on Grub or lilo
|
|
|
|
|
- check if translated section name contains non-ASCII characters
|
|
|
|
|
and fallback to english
|
|
|
|
|
* Wed Jan 25 2006 - mls@suse.de
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
* Tue Jan 24 2006 - jplack@suse.de
|
|
|
|
|
- added changes from pth for (FATE #2154)
|
|
|
|
|
* Tue Jan 24 2006 - jplack@suse.de
|
|
|
|
|
- handle entries for block devices in sysfs correctly. replaced
|
|
|
|
|
heuristic term by a proper device and partition detection
|
|
|
|
|
(FATE #2154)
|
|
|
|
|
* Fri Jan 20 2006 - jplack@suse.de
|
|
|
|
|
- defaultboot section must not be empty (#144321)
|
|
|
|
|
- avoid colliding definition of default label in 'menu' and
|
|
|
|
|
'defaultboot'
|
|
|
|
|
* Wed Jan 18 2006 - jplack@suse.de
|
|
|
|
|
- add nice paranthesis to fix blocking yast2 crash (#143746)
|
|
|
|
|
* Wed Jan 18 2006 - rw@suse.de
|
|
|
|
|
- get rid of 'append=splash=silent" default
|
|
|
|
|
* Mon Jan 16 2006 - jplack@suse.de
|
|
|
|
|
- fixed famous last typo
|
|
|
|
|
* Mon Jan 16 2006 - jplack@suse.de
|
|
|
|
|
- unify format of type spec string, they alway start with type,
|
|
|
|
|
desc, default now.
|
|
|
|
|
* Wed Jan 11 2006 - uli@suse.de
|
|
|
|
|
- ZIPL: take out the [defaultboot] garbage
|
|
|
|
|
* Tue Jan 03 2006 - uli@suse.de
|
|
|
|
|
- ZIPL: implemented new UI scheme
|
|
|
|
|
- ZIPL: actually use autogenerated boot menu
|
|
|
|
|
- ZIPL: syntax fix in boot menu
|
|
|
|
|
* Tue Dec 20 2005 - jplack@suse.de
|
|
|
|
|
- installer segfaults due to empty config (means always) #140127
|
|
|
|
|
- bump version to 0.2.3
|
|
|
|
|
* Mon Dec 19 2005 - jplack@suse.de
|
|
|
|
|
- add needed label text
|
|
|
|
|
- bump version to 0.2.2
|
|
|
|
|
* Fri Dec 16 2005 - jsrain@suse.cz
|
|
|
|
|
- fixed getting MD array info via mdadm (#137987)
|
|
|
|
|
* Fri Nov 18 2005 - jplack@suse.de
|
|
|
|
|
- extend partition information interface transparently
|
|
|
|
|
- encode module exports and transport them through 'global'
|
|
|
|
|
(intermediate solution/ proof of concept)
|
|
|
|
|
- eliminate some unneeded 'system' calls
|
|
|
|
|
- reenable ppc bootloader config
|
|
|
|
|
- bump version to 0.2.1
|
|
|
|
|
* Mon Oct 31 2005 - jsrain@suse.cz
|
|
|
|
|
- fixed reading GRUB settings when /boot subtree is on MD array
|
|
|
|
|
(#130236)
|
|
|
|
|
* Wed Oct 26 2005 - jsrain@suse.cz
|
|
|
|
|
- fixed updating elilo configuration (#116739)
|
|
|
|
|
- do more verbose output to log when installing lilo
|
|
|
|
|
* Wed Sep 28 2005 - dmueller@suse.de
|
|
|
|
|
- add norootforbuild
|
|
|
|
|
* Tue Sep 27 2005 - jsrain@suse.cz
|
|
|
|
|
- fixed quoting of options in lilo.conf (#117642)
|
|
|
|
|
* Tue Aug 30 2005 - jsrain@suse.cz
|
|
|
|
|
- added ELILO support
|
|
|
|
|
* Mon Aug 29 2005 - aj@suse.de
|
|
|
|
|
- Do not package .orig file.
|
|
|
|
|
* Mon Aug 29 2005 - jsrain@suse.cz
|
|
|
|
|
- added support for PPC loader
|
|
|
|
|
- fixed rootnoverify handling for GRUB (#113683)
|
|
|
|
|
* Fri Aug 19 2005 - jsrain@suse.cz
|
|
|
|
|
- fixed kernel/initrd specification in merged sections (#105660)
|
|
|
|
|
* Thu Aug 18 2005 - jsrain@suse.cz
|
|
|
|
|
- fixed order of lines in XEN sections (#105171)
|
|
|
|
|
* Wed Aug 17 2005 - jsrain@suse.cz
|
|
|
|
|
- fixed installing GRUB if /boot is on MD array (104908)
|
|
|
|
|
- fixed displayed paths in configuration file editor during
|
|
|
|
|
bootloader installation (105140)
|
|
|
|
|
* Tue Aug 09 2005 - jsrain@suse.cz
|
|
|
|
|
- fixed writing chainloader sections for GRUB (#102703)
|
|
|
|
|
* Wed Aug 03 2005 - jsrain@suse.cz
|
|
|
|
|
- fixed crashes if using on unsupported bootloader
|
|
|
|
|
* Tue Aug 02 2005 - jsrain@suse.cz
|
|
|
|
|
- fixed crash in some cases
|
|
|
|
|
* Wed Jul 27 2005 - jsrain@suse.cz
|
|
|
|
|
- added possibility to set password
|
|
|
|
|
* Tue Jul 26 2005 - jsrain@suse.cz
|
|
|
|
|
- fixed typo in function name
|
|
|
|
|
* Thu Jul 21 2005 - jsrain@suse.cz
|
|
|
|
|
- fixed GRUB <-> UNIX path translations to make menus merging work
|
|
|
|
|
* Thu Jun 30 2005 - jsrain@suse.cz
|
|
|
|
|
- fixed handling of wildcard sections
|
|
|
|
|
- fixed determining whether bootloader initialization succeeded
|
|
|
|
|
for LILO and ZIPL
|
|
|
|
|
* Wed Jun 29 2005 - jsrain@suse.cz
|
|
|
|
|
- fixed checking of labels for LILO
|
|
|
|
|
- fixed creating global sections during distro installation
|
|
|
|
|
* Thu Jun 02 2005 - jsrain@suse.cz
|
|
|
|
|
- use rootnoverify instead of root in chainloader sections (#84575)
|
|
|
|
|
* Wed Jun 01 2005 - jsrain@suse.cz
|
|
|
|
|
- merged last patch to main tarball
|
|
|
|
|
- fixed cripplink lilo.conf if detailed disk information is
|
|
|
|
|
present (#81526)
|
|
|
|
|
* Tue May 31 2005 - uli@suse.de
|
|
|
|
|
- fixed syntax error
|
|
|
|
|
* Mon May 23 2005 - uli@suse.de
|
|
|
|
|
- shift s390* ramdisk up to 16MB so it will not be overwritten
|
|
|
|
|
on machines with many CPUs (bug #63045)
|
|
|
|
|
* Fri Apr 15 2005 - jsrain@suse.cz
|
|
|
|
|
- added GRUB support for XEN
|
|
|
|
|
* Wed Apr 06 2005 - jsrain@suse.cz
|
|
|
|
|
- removed code duplication between generic and S/390 specific code
|
|
|
|
|
* Wed Mar 16 2005 - jsrain@suse.cz
|
|
|
|
|
- added license to documentation
|
|
|
|
|
* Mon Mar 14 2005 - jsrain@suse.cz
|
|
|
|
|
- limit LILO section name length (#71830)
|
|
|
|
|
- fixed setting default entry when GRUB section added (#71217)
|
|
|
|
|
- make bootloader files not public readable (#72385)
|
|
|
|
|
* Tue Mar 08 2005 - jsrain@suse.de
|
|
|
|
|
- fixed creating zipl.conf during installation
|
|
|
|
|
- added missing documentation in source code
|
|
|
|
|
* Mon Mar 07 2005 - jsrain@suse.cz
|
|
|
|
|
- fixed reading zip.conf (uli)
|
|
|
|
|
* Wed Mar 02 2005 - jsrain@suse.cz
|
|
|
|
|
- fixed error message written on terminal while finishing
|
|
|
|
|
installation
|
|
|
|
|
* Fri Feb 25 2005 - jsrain@suse.cz
|
|
|
|
|
- fixed initialization when device specified via UUID or LABEL
|
|
|
|
|
in /etc/fstab (#66623)
|
|
|
|
|
* Fri Feb 25 2005 - agruen@suse.de
|
|
|
|
|
- Add --default option to update-bootloader script.
|
|
|
|
|
* Wed Feb 23 2005 - ihno@suse.de
|
|
|
|
|
- added s390/s390x specific part (zipl)
|
|
|
|
|
* Thu Feb 17 2005 - jsrain@suse.cz
|
|
|
|
|
- avoid calling hwinfo when detecting partitioning (#50615)
|
|
|
|
|
* Wed Feb 16 2005 - schwab@suse.de
|
|
|
|
|
- Don't remove BuildRoot in %%install.
|
|
|
|
|
* Wed Feb 16 2005 - jsrain@suse.cz
|
|
|
|
|
- added support for embedding stage1.5 of GRUB
|
|
|
|
|
* Mon Feb 14 2005 - jsrain@suse.cz
|
|
|
|
|
- fixed parameters of added kernel if the comment saying which
|
|
|
|
|
kernel comes from initial installation is missing (#50708)
|
|
|
|
|
- fixed errors if removing entry for unexistent kernel (#50708)
|
|
|
|
|
* Mon Feb 07 2005 - jsrain@suse.cz
|
|
|
|
|
- fixed last patch (more entries can be removed with one kernel)
|
|
|
|
|
- write only modified configuration files and modified sections
|
|
|
|
|
- fixed splitting path to mountpoint + path relative to the mp
|
|
|
|
|
* Fri Feb 04 2005 - agruen@suse.de
|
|
|
|
|
- Set the new default boot entry to the first entry in the boot
|
|
|
|
|
menu when removing the current default entry.
|
|
|
|
|
- A few minor code cleanups.
|
|
|
|
|
* Fri Feb 04 2005 - jsrain@suse.de
|
|
|
|
|
- fixed possible corruption of data files
|
|
|
|
|
- fixed counting and removing sections with specified kernel
|
|
|
|
|
* Thu Feb 03 2005 - agruen@suse.de
|
|
|
|
|
- Rename the man pages so that they include the Bootloader::
|
|
|
|
|
prefix.
|
|
|
|
|
- Fix a bug in Bootloader::Core::SplitDevPath.
|
|
|
|
|
- Add update-bootloader frontend script.
|
|
|
|
|
* Mon Jan 31 2005 - jsrain@suse.cz
|
|
|
|
|
- fixed several bugs
|
|
|
|
|
* Tue Jan 25 2005 - jsrain@suse.cz
|
|
|
|
|
- fixed GRUB to work properly with MD arrays
|
|
|
|
|
- fixed handlink of symlinks
|
|
|
|
|
- fixed root device when creating a new section
|
|
|
|
|
- implemented logging support when running without YaST
|
|
|
|
|
- fixed handling of GRUB path prefix
|
|
|
|
|
* Mon Jan 24 2005 - jsrain@suse.cz
|
|
|
|
|
- implemented logging mechanism
|
|
|
|
|
- several bugfixes
|
|
|
|
|
* Thu Jan 20 2005 - jsrain@suse.cz
|
|
|
|
|
- initial package
|