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;
|
my $section = undef;
|
||||||
# do we have a default?
|
# do we have a default?
|
||||||
if ($default > 0) {
|
if ($default >= 0) {
|
||||||
my @sections = Bootloader::Tools::GetSectionList();
|
my @sections = Bootloader::Tools::GetSectionList();
|
||||||
print_debug("Number of sections: " . $#sections);
|
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
|
Mon Oct 13 16:41:27 CEST 2008 - bwalle@suse.de
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ PreReq: %insserv_prereq %fillup_prereq
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Tools for fast kernel loading
|
Summary: Tools for fast kernel loading
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 40
|
Release: 41
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: kexec-bootloader
|
Source1: kexec-bootloader
|
||||||
Source2: kexec-bootloader.8.txt
|
Source2: kexec-bootloader.8.txt
|
||||||
@ -146,6 +146,8 @@ install -m 0755 kexec.init ${RPM_BUILD_ROOT}/etc/init.d/kexec
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Oct 13 2008 bwalle@suse.de
|
||||||
- Fix runlevels (Default-Start, Default-Stop) in kexec.init.
|
- Fix runlevels (Default-Start, Default-Stop) in kexec.init.
|
||||||
- Only load kexec kernel when kexec reboot is enabled when the
|
- Only load kexec kernel when kexec reboot is enabled when the
|
||||||
|
Loading…
Reference in New Issue
Block a user