[kernel] r16711 - dists/sid/linux-2.6/debian

Ben Hutchings benh at alioth.debian.org
Sat Dec 18 04:57:15 UTC 2010


Author: benh
Date: Sat Dec 18 04:57:12 2010
New Revision: 16711

Log:
[powerpc] linux-base: Run ybin after updating yaboot.conf (Closes: #607284)

Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/linux-base.postinst

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	Wed Dec 15 04:18:13 2010	(r16710)
+++ dists/sid/linux-2.6/debian/changelog	Sat Dec 18 04:57:12 2010	(r16711)
@@ -9,6 +9,8 @@
     (Closes: #607095)
   * usb-storage/libusual: Add support for Samsung YP-CP3 MP4 Player,
     thanks to Vitaly Kuznetsov (Closes: #555835)
+  * [powerpc] linux-base: Run ybin after updating yaboot.conf
+    (Closes: #607284)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 12 Dec 2010 03:23:48 +0000
 

Modified: dists/sid/linux-2.6/debian/linux-base.postinst
==============================================================================
--- dists/sid/linux-2.6/debian/linux-base.postinst	Wed Dec 15 04:18:13 2010	(r16710)
+++ dists/sid/linux-2.6/debian/linux-base.postinst	Sat Dec 18 04:57:12 2010	(r16711)
@@ -533,6 +533,12 @@
     system('silo');
 }
 
+### Yaboot
+
+sub yaboot_post {
+    system('ybin');
+}
+
 ### ELILO
 
 sub elilo_update {
@@ -954,6 +960,7 @@
 		     path => '/etc/yaboot.conf',
 		     list => \&lilo_list,
 		     update => \&lilo_update,
+		     post_update => \&yaboot_post,
 		     is_boot_loader => 1},
 		    {packages => 'elilo',
 		     path => '/etc/elilo.conf',



More information about the Kernel-svn-changes mailing list