diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-04-01 05:51:39 +0100 |
---|---|---|
committer | Raphaƫl Hertzog <hertzog@debian.org> | 2020-04-23 09:38:02 +0000 |
commit | 1f63c620f0abdf08188975d083d5f11bebfd2433 (patch) | |
tree | b1dfe0212561f576688bf8e92d0527e4071cc3ee /scripts/build/binary | |
parent | e22bd27170bba862239c41ebdd9a6f23ef865caf (diff) | |
download | vyos-live-build-1f63c620f0abdf08188975d083d5f11bebfd2433.tar.gz vyos-live-build-1f63c620f0abdf08188975d083d5f11bebfd2433.zip |
binary: add missing use of chroot_tmpfs
Diffstat (limited to 'scripts/build/binary')
-rwxr-xr-x | scripts/build/binary | 4 |
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 |