diff options
Diffstat (limited to 'scripts/build/chroot')
-rwxr-xr-x | scripts/build/chroot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build/chroot b/scripts/build/chroot index 99f03db..96dbfe7 100755 --- a/scripts/build/chroot +++ b/scripts/build/chroot @@ -34,6 +34,7 @@ lh chroot_selinuxfs install ${*} lh chroot_sysfs install ${*} lh chroot_debianchroot install ${*} lh chroot_dpkg install ${*} +lh chroot_dpkg_tmpfs install ${*} lh chroot_sysv-rc install ${*} lh chroot_upstart install ${*} lh chroot_hosts install ${*} @@ -71,6 +72,7 @@ lh chroot_resolv remove ${*} lh chroot_hosts remove ${*} lh chroot_sysv-rc remove ${*} lh chroot_upstart remove ${*} +lh chroot_dpkg_tmpfs remove ${*} lh chroot_dpkg remove ${*} lh chroot_debianchroot remove ${*} lh chroot_sysfs remove ${*} |