This commit is contained in:
parent
c124e87150
commit
c3c3c9c4e4
@ -68,8 +68,8 @@ function update_bootloader()
|
|||||||
function add_entry()
|
function add_entry()
|
||||||
{
|
{
|
||||||
# Set up the new kernel
|
# Set up the new kernel
|
||||||
#if [ "$YAST_IS_RUNNING" != instsys ]; then
|
if [ -f /etc/sysconfig/bootloader ] &&
|
||||||
if [ -f /boot/grub/menu.lst -o \
|
[ -f /boot/grub/menu.lst -o \
|
||||||
-f /etc/lilo.conf -o \
|
-f /etc/lilo.conf -o \
|
||||||
-f /etc/elilo.conf -o \
|
-f /etc/elilo.conf -o \
|
||||||
-f /etc/zipl.conf ]; then
|
-f /etc/zipl.conf ]; then
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:dea5c2264822676b0d52ba4f23182b8b7945bacf6c66af7354dc67ff7bfdc382
|
oid sha256:c15e7a25188213ed7b2a9013c911859a9f3ac12e1065a8d4209ef31e3a0ac1ce
|
||||||
size 48291
|
size 48342
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 23 12:48:58 CEST 2007 - aosthof@suse.de
|
||||||
|
|
||||||
|
- Added check for /etc/sysconfig/bootloader in bootloader_entry
|
||||||
|
preventing installation errors in case of shared boot partitions
|
||||||
|
(#303734)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 22 15:16:33 CEST 2007 - aosthof@suse.de
|
||||||
|
|
||||||
|
- Check for defined types in GRUB.pm to prevent perl warnings
|
||||||
|
(#302174)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 21 18:16:41 CEST 2007 - aosthof@suse.de
|
Tue Aug 21 18:16:41 CEST 2007 - aosthof@suse.de
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: perl-Bootloader
|
Name: perl-Bootloader
|
||||||
Version: 0.4.23
|
Version: 0.4.23
|
||||||
Release: 3
|
Release: 5
|
||||||
Requires: perl >= %{perl_version}
|
Requires: perl >= %{perl_version}
|
||||||
Requires: perl-gettext
|
Requires: perl-gettext
|
||||||
Requires: e2fsprogs
|
Requires: e2fsprogs
|
||||||
@ -66,6 +66,13 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
|
|||||||
/usr/lib/bootloader
|
/usr/lib/bootloader
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 23 2007 - aosthof@suse.de
|
||||||
|
- Added check for /etc/sysconfig/bootloader in bootloader_entry
|
||||||
|
preventing installation errors in case of shared boot partitions
|
||||||
|
(#303734)
|
||||||
|
* Wed Aug 22 2007 - aosthof@suse.de
|
||||||
|
- Check for defined types in GRUB.pm to prevent perl warnings
|
||||||
|
(#302174)
|
||||||
* Tue Aug 21 2007 - aosthof@suse.de
|
* Tue Aug 21 2007 - aosthof@suse.de
|
||||||
- Check for defined keys in GRUB.pm to prevent perl warnings
|
- Check for defined keys in GRUB.pm to prevent perl warnings
|
||||||
(#302174)
|
(#302174)
|
||||||
|
Loading…
Reference in New Issue
Block a user