diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:11 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:18:30 +0100 |
commit | 37a5c53ddd2825bf6b0ce521908a63d419683981 (patch) | |
tree | 0b0a8ea3072a4d6b9c37ce8efedb29d25a713e04 /helpers/lh_chroot | |
parent | 85c342c299231131d22764c0dfdcf977c57ce147 (diff) | |
download | vyos-live-build-37a5c53ddd2825bf6b0ce521908a63d419683981.tar.gz vyos-live-build-37a5c53ddd2825bf6b0ce521908a63d419683981.zip |
Adding live-helper 1.0~a14-1.
Diffstat (limited to 'helpers/lh_chroot')
-rwxr-xr-x | helpers/lh_chroot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helpers/lh_chroot b/helpers/lh_chroot index b12521ff6..94e60e1a1 100755 --- a/helpers/lh_chroot +++ b/helpers/lh_chroot @@ -33,6 +33,7 @@ Read_conffile config/source Set_defaults # Configuring chroot +lh_chroot_cache restore ${*} lh_chroot_proc install ${*} lh_chroot_sysfs install ${*} lh_chroot_debianchroot install ${*} @@ -69,3 +70,4 @@ lh_chroot_sysvrc remove ${*} lh_chroot_debianchroot remove ${*} lh_chroot_sysfs remove ${*} lh_chroot_proc remove ${*} +lh_chroot_cache save ${*} |