Bugzilla – Attachment 50278 Details for
Bug 115796
lilo not called during kernel.rpm update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
/tmp/LOADER_TYPE.patch
LOADER_TYPE.patch (text/plain), 686 bytes, created by
Olaf Hering
on 2005-09-19 09:10:44 UTC
(
hide
)
Description:
/tmp/LOADER_TYPE.patch
Filename:
MIME Type:
Creator:
Olaf Hering
Created:
2005-09-19 09:10:44 UTC
Size:
686 bytes
patch
obsolete
>--- /sbin/mkinitrd 2005-09-12 23:35:23.000000000 +0200 >+++ mkinitrd 2005-09-19 11:09:18.000000000 +0200 >@@ -3020,7 +3020,7 @@ if [ -e $root_dir/etc/sysconfig/bootload > . $root_dir/etc/sysconfig/bootloader > fi > case $LOADER_TYPE in >- lilo) >+ lilo|ppc) > echo " > Run lilo now to update the boot loader configuration." > ;; >--- /sbin/new-kernel-pkg 2005-09-12 23:35:23.000000000 +0200 >+++ new-kernel-pkg 2005-09-19 11:09:58.000000000 +0200 >@@ -88,6 +88,10 @@ if [ -n "$LOADER_TYPE" ]; then > grub) > looks_like_grub || LOADER_TYPE= > ;; >+ ppc) >+ LOADER_TYPE=lilo >+ looks_like_lilo || LOADER_TYPE= >+ ;; > s390) > looks_like_zipl || LOADER_TYPE= > ;;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 115796
: 50278