summaryrefslogtreecommitdiff
path: root/helpers/lh_chroot
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 10:05:18 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:26 +0100
commit28dac4f4381e67febcf7612059340d51c667fa52 (patch)
tree3e333d0f2f1fbf89a394dfb1c536e0aa3ac231c6 /helpers/lh_chroot
parent0d0de885e32ff67d57bb7def451b62d75b8920ab (diff)
downloadlive-build-28dac4f4381e67febcf7612059340d51c667fa52.zip
live-build-28dac4f4381e67febcf7612059340d51c667fa52.tar.gz
Adding live-helper 1.0~a23-1.
Diffstat (limited to 'helpers/lh_chroot')
-rwxr-xr-xhelpers/lh_chroot3
1 files changed, 3 insertions, 0 deletions
diff --git a/helpers/lh_chroot b/helpers/lh_chroot
index a50f92d..aafe71f 100755
--- a/helpers/lh_chroot
+++ b/helpers/lh_chroot
@@ -30,6 +30,7 @@ Read_conffile config/bootstrap
Read_conffile config/chroot
Read_conffile config/binary
Read_conffile config/source
+Read_conffile "${LH_CONFIG}"
Set_defaults
# Configuring chroot
@@ -37,6 +38,7 @@ lh_chroot_cache restore ${*}
lh_chroot_proc install ${*}
lh_chroot_sysfs install ${*}
lh_chroot_debianchroot install ${*}
+lh_chroot_dpkg install ${*}
lh_chroot_sysv-rc install ${*}
lh_chroot_hosts install ${*}
lh_chroot_resolv install ${*}
@@ -70,6 +72,7 @@ lh_chroot_hostname remove ${*}
lh_chroot_resolv remove ${*}
lh_chroot_hosts remove ${*}
lh_chroot_sysv-rc remove ${*}
+lh_chroot_dpkg remove ${*}
lh_chroot_debianchroot remove ${*}
lh_chroot_sysfs remove ${*}
lh_chroot_proc remove ${*}