forked from pool/kexec-tools
This commit is contained in:
parent
18b0591328
commit
70a140fa82
@ -113,7 +113,7 @@ if ($loader =~ m/GRUB/i) {
|
||||
|
||||
my $section = undef;
|
||||
# do we have a default?
|
||||
if ($default > 0) {
|
||||
if ($default >= 0) {
|
||||
my @sections = Bootloader::Tools::GetSectionList();
|
||||
print_debug("Number of sections: " . $#sections);
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 18 22:25:59 CEST 2008 - bwalle@suse.de
|
||||
|
||||
- Honor grubonce also when the 1st (== 0th) entry was chosen.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 13 16:41:27 CEST 2008 - bwalle@suse.de
|
||||
|
||||
|
@ -29,7 +29,7 @@ PreReq: %insserv_prereq %fillup_prereq
|
||||
AutoReqProv: on
|
||||
Summary: Tools for fast kernel loading
|
||||
Version: 2.0.0
|
||||
Release: 40
|
||||
Release: 41
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: kexec-bootloader
|
||||
Source2: kexec-bootloader.8.txt
|
||||
@ -146,6 +146,8 @@ install -m 0755 kexec.init ${RPM_BUILD_ROOT}/etc/init.d/kexec
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Oct 19 2008 bwalle@suse.de
|
||||
- Honor grubonce also when the 1st (== 0th) entry was chosen.
|
||||
* Mon Oct 13 2008 bwalle@suse.de
|
||||
- Fix runlevels (Default-Start, Default-Stop) in kexec.init.
|
||||
- Only load kexec kernel when kexec reboot is enabled when the
|
||||
|
Loading…
Reference in New Issue
Block a user