Hello community,

here is the log from the commit of package perl-Bootloader for openSUSE:Factory 
checked in at 2015-10-17 16:37:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Bootloader (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Bootloader.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Bootloader"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Bootloader/perl-Bootloader.changes  
2015-10-02 09:23:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Bootloader.new/perl-Bootloader.changes     
2015-10-17 16:37:27.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Oct  6 11:13:20 UTC 2015 - snw...@suse.com
+
+- rework boot.readme (bsc#948778)
+- 0.844
+
+-------------------------------------------------------------------

Old:
----
  perl-Bootloader-0.843.tar.xz

New:
----
  perl-Bootloader-0.844.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Bootloader.spec ++++++
--- /var/tmp/diff_new_pack.lH0Gqb/_old  2015-10-17 16:37:28.000000000 +0200
+++ /var/tmp/diff_new_pack.lH0Gqb/_new  2015-10-17 16:37:28.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Bootloader
-Version:        0.843
+Version:        0.844
 Release:        0
 Requires:       coreutils
 Requires:       perl-base = %{perl_version}

++++++ perl-Bootloader-0.843.tar.xz -> perl-Bootloader-0.844.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.843/VERSION 
new/perl-Bootloader-0.844/VERSION
--- old/perl-Bootloader-0.843/VERSION   2015-09-30 14:17:16.000000000 +0200
+++ new/perl-Bootloader-0.844/VERSION   2015-10-06 13:11:56.000000000 +0200
@@ -1 +1 @@
-0.843
+0.844
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.843/boot.readme 
new/perl-Bootloader-0.844/boot.readme
--- old/perl-Bootloader-0.843/boot.readme       2015-09-30 14:17:16.000000000 
+0200
+++ new/perl-Bootloader-0.844/boot.readme       2015-10-06 13:11:56.000000000 
+0200
@@ -1,35 +1,56 @@
-This file is for first help if you occur some problems during booting.
+This file is for first aid if you encounter problems during booting.
 
-FAQ
+===  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 grub2 (x86* or ppc)
-  /boot/grub2/grub.cfg - main configuration for sections
-  /boot/grub2/custom.cfg - custom user configuration file sourced by grub.cfg
-  /etc/default/grub - settings to control creation of grub.cfg used by 
grub2-mkconfig
-  
-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
+Q: A Kernel upgrade broke my tuned bootloader settings.
+   How can I edit them manually?
 
+A: See below for an overview of bootloader related config files.
+   You can also set LOADER_TYPE="none" in /etc/sysconfig/bootloader to keep
+   the system from touching your individual boot config at all.
+   *** WARNING *** after a kernel upgrade you may need to update your boot
+   config manually (e.g. with lilo).
+
+
+===  bootloader configuration files  ===
+
+= general config =
+  /etc/sysconfig/bootloader
+       - contains bootloader type and is used by yast and perl-Bootloader
+
+= grub2 =
+  /etc/default/grub_installdevice (x86 only)
+       - contains list of devices that grub2 is installed to (one per line)
+  /etc/default/grub
+       - settings to control creation of grub.cfg; used by grub2-mkconfig
+  /boot/grub2/grub.cfg
+       - main configuration file; is automatically created by running
+         "grub2-mkconfig -o /boot/grub2/grub.cfg"
+  /boot/grub2/custom.cfg
+       - custom user configuration file, will automatically be
+         included in grub.cfg
+
+= elilo (x86 or ia64) =
+  /etc/elilo.conf
+       - main configuration file
+  /boot/efi/efi/SuSE/elilo.conf
+       - config used during boot; elilo creates this file automatically based 
on /etc/elilo.conf
+  efibootmgr
+       - utility to manage efi bootmanager entries
+
+= grub or trustedgrub (x86) =
+  /boot/grub/menu.lst
+       - main configuration file
+  /boot/grub/device.map
+       - mapping of linux device names to grub device names
+  /etc/grub.conf
+       - run this script to re-install grub (e.g. "sh < /etc/grub.conf")
+
+= lilo (x86 or ppc) =
+  /etc/lilo.conf
+       - main configuration file
+
+= zipl (s390x) =
+  /etc/zipl.conf
+       - main configuration file
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.843/changelog 
new/perl-Bootloader-0.844/changelog
--- old/perl-Bootloader-0.843/changelog 2015-09-30 14:17:16.000000000 +0200
+++ new/perl-Bootloader-0.844/changelog 2015-10-06 13:11:56.000000000 +0200
@@ -1,3 +1,6 @@
+2015-10-06:    0.844
+       - rework boot.readme (bsc #948778)
+
 2015-09-30:    0.843
        - fix extended partition detection (bsc #947697)
 


Reply via email to