From 095ce3a7b4d38f6065ac908494db9ffa8e3756ae Mon Sep 17 00:00:00 2001
From: Marco Amadori <amadorim@vdavda.com>
Date: Thu, 18 Feb 2010 11:24:10 +0100
Subject: 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@vdavda.com>
---
 helpers/binary | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'helpers')

diff --git a/helpers/binary b/helpers/binary
index 33ee5d6ee..b0f81ae1f 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 ${*}
-- 
cgit v1.2.3