summaryrefslogtreecommitdiff
path: root/scripts/build/chroot_sysfs
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/chroot_sysfs')
-rwxr-xr-xscripts/build/chroot_sysfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_sysfs b/scripts/build/chroot_sysfs
index bc81501de..58052a6f2 100755
--- a/scripts/build/chroot_sysfs
+++ b/scripts/build/chroot_sysfs
@@ -38,7 +38,7 @@ case "${1}" in
mkdir -p chroot/sys
# Mounting /sys
- mount sysfs-live -t sysfs chroot/sys
+ mount -t sysfs -o x-gvfs-hide sysfs-live chroot/sys
# Creating stage file
Create_stagefile .build/chroot_sysfs