summaryrefslogtreecommitdiff
path: root/helpers/lh_binary
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-10-31 11:20:03 +0100
committerDaniel Baumann <daniel@debian.org>2007-10-31 11:20:03 +0100
commitf7777a171248ac8dbcf9ea14cfb8f29d9d67f7ac (patch)
tree3bd63700579840d4ebfd58ad242c3a46a05fdc52 /helpers/lh_binary
parent15f9200589c6a789ef4fb38de5398d916e615f4b (diff)
downloadvyos-live-build-f7777a171248ac8dbcf9ea14cfb8f29d9d67f7ac.tar.gz
vyos-live-build-f7777a171248ac8dbcf9ea14cfb8f29d9d67f7ac.zip
Adding lh_chroot_devpts.
Diffstat (limited to 'helpers/lh_binary')
-rwxr-xr-xhelpers/lh_binary2
1 files changed, 2 insertions, 0 deletions
diff --git a/helpers/lh_binary b/helpers/lh_binary
index be6dbd02d..b6a30cdfd 100755
--- a/helpers/lh_binary
+++ b/helpers/lh_binary
@@ -39,6 +39,7 @@ lh_binary_chroot ${*}
if [ "${LH_CHROOT_BUILD}" = "enabled" ]
then
# Configuring chroot
+ lh_chroot_devpts install ${*}
lh_chroot_proc install ${*}
lh_chroot_sysfs install ${*}
lh_chroot_hosts install ${*}
@@ -81,4 +82,5 @@ then
lh_chroot_hosts remove ${*}
lh_chroot_sysfs remove ${*}
lh_chroot_proc remove ${*}
+ lh_chroot_devpts remove ${*}
fi