OBS User unknown 2008-11-20 00:44:59 +00:00 committed by Git OBS Bridge
parent dcdd97fac0
commit bcce0ece49
5 changed files with 58 additions and 5 deletions

30
boot.readme Normal file
View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ff633687ee7ff296e1c327d65cbbff724111f7ea782eeb01d191e02f2a0f079
size 55351

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1b661c00350ff55d536aa70b5a69bd6efb63ca8f26bf8a7855bb883e22ff0c19
size 55410

View File

@ -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 Thu Nov 6 15:17:43 CET 2008 - jreidinger@suse.cz

View File

@ -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. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -19,7 +19,7 @@
Name: perl-Bootloader Name: perl-Bootloader
Version: 0.4.77 Version: 0.4.78
Release: 1 Release: 1
Requires: perl-base = %{perl_version} Requires: perl-base = %{perl_version}
Requires: e2fsprogs Requires: e2fsprogs
@ -31,6 +31,7 @@ Summary: Library for Configuring Boot Loaders
Source: perl-Bootloader-%{version}.tar.bz2 Source: perl-Bootloader-%{version}.tar.bz2
Source1: update-bootloader Source1: update-bootloader
Source2: bootloader_entry Source2: bootloader_entry
Source3: boot.readme
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
#!BuildIgnore: mdadm e2fsprogs limal-bootloader #!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 -m 755 %_sourcedir/update-bootloader $RPM_BUILD_ROOT/sbin
install -d -m 755 $RPM_BUILD_ROOT/usr/lib/bootloader install -d -m 755 $RPM_BUILD_ROOT/usr/lib/bootloader
install -m 755 %{SOURCE2} $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 %files
%defattr(-, root, root) %defattr(-, root, root)
@ -72,8 +75,17 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
/var/adm/perl-modules/perl-Bootloader /var/adm/perl-modules/perl-Bootloader
/sbin/update-bootloader /sbin/update-bootloader
/usr/lib/bootloader /usr/lib/bootloader
/boot/boot.readme
%changelog %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 * Thu Nov 06 2008 jreidinger@suse.cz
- ignore keys image, xen and initrd in chainloader section - ignore keys image, xen and initrd in chainloader section
(bnc #441463) (bnc #441463)