[SCM] live-helper branch, debian, updated. debian/2.0_a7-1-15-g1b862bc

Daniel Baumann daniel at debian.org
Sun Feb 21 09:51:36 UTC 2010


The following commit has been merged in the debian branch:
commit 095ce3a7b4d38f6065ac908494db9ffa8e3756ae
Author: Marco Amadori <amadorim at vdavda.com>
Date:   Thu Feb 18 11:24:10 2010 +0100

    Installs policy-rc.d also in binary phase.
    
    * Potentially apt upgrades could trigger daemon restarts that could
      lock filesystems like /proc in the chroot system.
    
    Signed-off-by: Marco Amadori <amadorim at vdavda.com>

diff --git a/helpers/binary b/helpers/binary
index 33ee5d6..b0f81ae 100755
--- a/helpers/binary
+++ b/helpers/binary
@@ -39,6 +39,7 @@ then
 	lh chroot_hosts install ${*}
 	lh chroot_resolv install ${*}
 	lh chroot_hostname install ${*}
+	lh chroot_sysv-rc install ${*}
 	lh chroot_apt install-binary ${*}
 	lh chroot_sources install ${*}
 fi
@@ -90,6 +91,7 @@ then
 fi
 
 lh chroot_apt remove ${*}
+lh chroot_sysv-rc remove ${*}
 lh chroot_sysfs remove ${*}
 lh chroot_selinuxfs remove ${*}
 lh chroot_proc remove ${*}

-- 
live-helper



More information about the debian-live-changes mailing list