binary: add missing use of chroot_tmpfs

This commit is contained in:
Lyndon Brown 2020-04-01 05:51:39 +01:00 committed by Raphaël Hertzog
parent e22bd27170
commit 1f63c620f0
1 changed files with 2 additions and 2 deletions

View File

@ -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