This commit is contained in:
parent
8669b8dc6d
commit
0089ec7811
@ -68,7 +68,11 @@ 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 [ "$YAST_IS_RUNNING" != instsys ]; then
|
||||||
|
if [ -f /boot/grub/menu.lst -o \
|
||||||
|
-f /etc/lilo.conf -o \
|
||||||
|
-f /etc/elilo.conf -o \
|
||||||
|
-f /etc/zipl.conf ]; then
|
||||||
case $flavor in
|
case $flavor in
|
||||||
(kdump|um)
|
(kdump|um)
|
||||||
;;
|
;;
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5cf7fc5e246fc65d62bb156e81eba4cdebd0040669109542b8c8815672ef728e
|
|
||||||
size 48271
|
|
3
perl-Bootloader-0.4.23.tar.bz2
Normal file
3
perl-Bootloader-0.4.23.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ba90ca72bcdf199bad4f665720e34da822baaa8e5c86c78dab977c417cc2e86e
|
||||||
|
size 48289
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 20 16:54:34 CEST 2007 - aosthof@suse.de
|
||||||
|
|
||||||
|
- Provided functionality for adding of new boot entries (#300930)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 16 17:24:30 CEST 2007 - aosthof@suse.de
|
Thu Aug 16 17:24:30 CEST 2007 - aosthof@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Bootloader (Version 0.4.22)
|
# spec file for package perl-Bootloader (Version 0.4.23)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -11,7 +11,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: perl-Bootloader
|
Name: perl-Bootloader
|
||||||
Version: 0.4.22
|
Version: 0.4.23
|
||||||
Release: 1
|
Release: 1
|
||||||
Requires: perl >= %{perl_version}
|
Requires: perl >= %{perl_version}
|
||||||
Requires: perl-gettext
|
Requires: perl-gettext
|
||||||
@ -66,6 +66,8 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
|
|||||||
/usr/lib/bootloader
|
/usr/lib/bootloader
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 20 2007 - aosthof@suse.de
|
||||||
|
- Provided functionality for adding of new boot entries (#300930)
|
||||||
* Thu Aug 16 2007 - aosthof@suse.de
|
* Thu Aug 16 2007 - aosthof@suse.de
|
||||||
- Provided functionality for removal of old boot entries (#300930)
|
- Provided functionality for removal of old boot entries (#300930)
|
||||||
* Thu Aug 16 2007 - aosthof@suse.de
|
* Thu Aug 16 2007 - aosthof@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user