summaryrefslogtreecommitdiff
path: root/helpers/lh_chroot_packages
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 10:04:52 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:18:29 +0100
commitbd1a5ddc8203907eb40135303bea5488397ec5d0 (patch)
treee1cdc0adec3e4799f5db5ad1a8b34800e28a9439 /helpers/lh_chroot_packages
parent8a4a50fdb6b206fbff62fd3043ed388f25a0ffb1 (diff)
downloadvyos-live-build-bd1a5ddc8203907eb40135303bea5488397ec5d0.tar.gz
vyos-live-build-bd1a5ddc8203907eb40135303bea5488397ec5d0.zip
Adding live-helper 1.0~a8-1.
Diffstat (limited to 'helpers/lh_chroot_packages')
-rwxr-xr-xhelpers/lh_chroot_packages9
1 files changed, 5 insertions, 4 deletions
diff --git a/helpers/lh_chroot_packages b/helpers/lh_chroot_packages
index 5b38fccb7..5721959d2 100755
--- a/helpers/lh_chroot_packages
+++ b/helpers/lh_chroot_packages
@@ -25,10 +25,11 @@ Arguments "${@}"
Echo_debug "Init ${PROGRAM}"
# Reading configuration files
+Read_conffile config/common
Read_conffile config/bootstrap
Read_conffile config/chroot
-Read_conffile config/common
-Read_conffile config/image
+Read_conffile config/binary
+Read_conffile config/source
Set_defaults
Breakpoint "chroot_packages: Init"
@@ -48,7 +49,7 @@ Create_lockfile .lock
if [ -n "${LIVE_PACKAGES}" ]
then
# Restoring cache
- Restore_cache cache/chroot_packages
+ Restore_cache cache/packages_packages
# Installing packages
case "${LH_APT}" in
@@ -62,7 +63,7 @@ then
esac
# Saving cache
- Save_cache cache/chroot_packages
+ Save_cache cache/packages_packages
# Creating stage file
Create_stagefile .stage/chroot_packages