summaryrefslogtreecommitdiff
path: root/scripts/build
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build')
-rwxr-xr-xscripts/build/binary4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/binary b/scripts/build/binary
index 49e0e994b..a641d2be0 100755
--- a/scripts/build/binary
+++ b/scripts/build/binary
@@ -31,9 +31,9 @@ Setup_clean_exit
lb binary_chroot "${@}"
# Chroot preparation component lists
-# We deliberately exclude 'debianchroot' and 'tmpfs'
+# We deliberately exclude 'debianchroot'
CHROOT_PREP_MOUNTS="devpts proc selinuxfs sysfs"
-CHROOT_PREP_OTHER="dpkg sysv-rc hosts resolv hostname"
+CHROOT_PREP_OTHER="dpkg tmpfs sysv-rc hosts resolv hostname"
if [ "${LB_BUILD_WITH_CHROOT}" = "true" ]
then