From 1f63c620f0abdf08188975d083d5f11bebfd2433 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Wed, 1 Apr 2020 05:51:39 +0100 Subject: binary: add missing use of chroot_tmpfs --- scripts/build/binary | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/build/binary') 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 -- cgit v1.2.3