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.
This commit is contained in:
Marco Amadori 2010-02-18 11:24:10 +01:00 committed by Daniel Baumann
parent e59e8d5c7d
commit 2dc16bc40d
1 changed files with 2 additions and 0 deletions

View File

@ -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 ${*}