diff --git a/boot.readme b/boot.readme new file mode 100644 index 0000000..0954218 --- /dev/null +++ b/boot.readme @@ -0,0 +1,30 @@ +This file is for first help if you occur some problems during booting. + +FAQ + +Q: Kernel upgrade break my tuned bootloader settings, I want edit it manually. +A: set LOADER_TYPE="none" in /etc/sysconfig/bootloader. Hint is used /boot/vmlinuz and /boot/initrd symlinks as files which is already point to actual kernel. WARNING after kernel upgrade you must update also configuration manually, otherwise you cannot boot. + + + +Configuration files for bootloader (if you want manually edit it) + +/etc/sysconfig/bootloader - contain various settings for bootloader and is used by perl-Bootloader + +for grub (x86*) or trustedgrub - + /boot/grub/menu.lst - main configuration for sections + /boot/grub/device.map - mapping of real device to grub device + /etc/grub.conf - batch file for grub if you need update your bootloader location + +for lilo ( x86* or ppc) - + /etc/lilo.conf - main configuration file + +for elilo ( x86_64 or ia) - + /etc/elilo.conf - main configuration file + efibootmgr - utility for efi labels + /boot/efi/efi/SuSE/elilo.conf - configuration after elilo preprocess, use only if elilo break original configuration, in other case edit directly elilo.conf in /etc + +for zipl (s390)- + /etc/zipl.conf - main configuration file + + diff --git a/perl-Bootloader-0.4.77.tar.bz2 b/perl-Bootloader-0.4.77.tar.bz2 deleted file mode 100644 index b1ac3d5..0000000 --- a/perl-Bootloader-0.4.77.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ff633687ee7ff296e1c327d65cbbff724111f7ea782eeb01d191e02f2a0f079 -size 55351 diff --git a/perl-Bootloader-0.4.78.tar.bz2 b/perl-Bootloader-0.4.78.tar.bz2 new file mode 100644 index 0000000..f8fd248 --- /dev/null +++ b/perl-Bootloader-0.4.78.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b661c00350ff55d536aa70b5a69bd6efb63ca8f26bf8a7855bb883e22ff0c19 +size 55410 diff --git a/perl-Bootloader.changes b/perl-Bootloader.changes index 8330e1a..d1baa84 100644 --- a/perl-Bootloader.changes +++ b/perl-Bootloader.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Nov 18 20:27:56 CET 2008 - jreidinger@suse.cz + +- fix test suite hardware dependencies + (reported by mpolster@suse.de) +- improve logging of detecting hardware during kernel upgrade +- allow only one serial console (bnc #444522) +- ensure that keywords is in correct section (bnc #443790) +- add readme with basic howto rescue to /boot (bnc #224476) +- 0.4.78 + ------------------------------------------------------------------- Thu Nov 6 15:17:43 CET 2008 - jreidinger@suse.cz diff --git a/perl-Bootloader.spec b/perl-Bootloader.spec index 2a44672..0d1422d 100644 --- a/perl-Bootloader.spec +++ b/perl-Bootloader.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-Bootloader (Version 0.4.77) +# spec file for package perl-Bootloader (Version 0.4.78) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Name: perl-Bootloader -Version: 0.4.77 +Version: 0.4.78 Release: 1 Requires: perl-base = %{perl_version} Requires: e2fsprogs @@ -31,6 +31,7 @@ Summary: Library for Configuring Boot Loaders Source: perl-Bootloader-%{version}.tar.bz2 Source1: update-bootloader Source2: bootloader_entry +Source3: boot.readme BuildRoot: %{_tmppath}/%{name}-%{version}-build #!BuildIgnore: mdadm e2fsprogs limal-bootloader @@ -62,6 +63,8 @@ mkdir -p $RPM_BUILD_ROOT/sbin install -m 755 %_sourcedir/update-bootloader $RPM_BUILD_ROOT/sbin install -d -m 755 $RPM_BUILD_ROOT/usr/lib/bootloader install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader +install -d -m 755 $RPM_BUILD_ROOT/boot +install -m 644 %{SOURCE3} $RPM_BUILD_ROOT/boot/ %files %defattr(-, root, root) @@ -72,8 +75,17 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader /var/adm/perl-modules/perl-Bootloader /sbin/update-bootloader /usr/lib/bootloader +/boot/boot.readme %changelog +* Tue Nov 18 2008 jreidinger@suse.cz +- fix test suite hardware dependencies + (reported by mpolster@suse.de) +- improve logging of detecting hardware during kernel upgrade +- allow only one serial console (bnc #444522) +- ensure that keywords is in correct section (bnc #443790) +- add readme with basic howto rescue to /boot (bnc #224476) +- 0.4.78 * Thu Nov 06 2008 jreidinger@suse.cz - ignore keys image, xen and initrd in chainloader section (bnc #441463)