summaryrefslogtreecommitdiff
path: root/helpers/lh_chroot
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-10-31 11:20:03 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:28 +0100
commit3058020743d597724f5faaf7ce090cbf636b0dc1 (patch)
tree3bd63700579840d4ebfd58ad242c3a46a05fdc52 /helpers/lh_chroot
parent7db7ac2f61450f663786d6c499d65e578e12ca9f (diff)
downloadvyos-live-build-3058020743d597724f5faaf7ce090cbf636b0dc1.tar.gz
vyos-live-build-3058020743d597724f5faaf7ce090cbf636b0dc1.zip
Adding lh_chroot_devpts.
Diffstat (limited to 'helpers/lh_chroot')
-rwxr-xr-xhelpers/lh_chroot2
1 files changed, 2 insertions, 0 deletions
diff --git a/helpers/lh_chroot b/helpers/lh_chroot
index aafe71f05..c8502bd0c 100755
--- a/helpers/lh_chroot
+++ b/helpers/lh_chroot
@@ -35,6 +35,7 @@ Set_defaults
# Configuring chroot
lh_chroot_cache restore ${*}
+lh_chroot_devpts install ${*}
lh_chroot_proc install ${*}
lh_chroot_sysfs install ${*}
lh_chroot_debianchroot install ${*}
@@ -76,4 +77,5 @@ lh_chroot_dpkg remove ${*}
lh_chroot_debianchroot remove ${*}
lh_chroot_sysfs remove ${*}
lh_chroot_proc remove ${*}
+lh_chroot_devpts remove ${*}
lh_chroot_cache save ${*}