Hello community,

here is the log from the commit of package shim for openSUSE:Factory checked in 
at 2013-09-25 17:20:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shim (Old)
 and      /work/SRC/openSUSE:Factory/.shim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shim"

Changes:
--------
--- /work/SRC/openSUSE:Factory/shim/shim.changes        2013-09-17 
15:03:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.shim.new/shim.changes   2013-09-25 
17:20:28.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Sep 25 07:17:54 UTC 2013 - g...@suse.com
+
+- Create boot.csv in ESP for fallback.efi to restore the boot entry
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ shim-install ++++++
--- /var/tmp/diff_new_pack.leEZSP/_old  2013-09-25 17:20:28.000000000 +0200
+++ /var/tmp/diff_new_pack.leEZSP/_new  2013-09-25 17:20:28.000000000 +0200
@@ -180,6 +180,7 @@
     rm -f "${efidir}/MokManager.efi"
     rm -f "${efidir}/grub.efi"
     rm -f "${efidir}/grub.cfg"
+    rm -f "${efidir}/boot.csv"
     efibootmgr="`which efibootmgr`"
     if test "$removable" = no && test -n "$bootloader_id" && test -n 
"$efibootmgr"; then
         # Delete old entries from the same distributor.
@@ -194,6 +195,7 @@
 cp "${source_dir}/shim.efi" "${efidir}"
 cp "${source_dir}/MokManager.efi" "${efidir}"
 cp "${source_dir}/grub.efi" "${efidir}"
+echo "shim.efi,${bootloader_id}" | iconv -f ascii -t ucs2 > 
"${efidir}/boot.csv"
 
 grub_cfg_dirname=`dirname $grub_cfg`
 grub_cfg_basename=`basename $grub_cfg`

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to