diff options
Diffstat (limited to 'scripts/build/chroot_tmpfs')
| -rwxr-xr-x | scripts/build/chroot_tmpfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_tmpfs b/scripts/build/chroot_tmpfs index 2f94a8fe3..be613d4a8 100755 --- a/scripts/build/chroot_tmpfs +++ b/scripts/build/chroot_tmpfs @@ -41,7 +41,7 @@ case "${1}" in mv chroot/var/lib/dpkg chroot/var/lib/dpkg.tmp mkdir chroot/var/lib/dpkg - mount -t tmpfs tmpfs chroot/var/lib/dpkg + mount -t tmpfs -o x-gvfs-hide tmpfs chroot/var/lib/dpkg mv chroot/var/lib/dpkg.tmp/* chroot/var/lib/dpkg rm -rf chroot/var/lib/dpkg.tmp |
