summaryrefslogtreecommitdiffstats
path: root/core/includes/chroot.inc
diff options
context:
space:
mode:
authorJonathan Bauer2018-03-20 17:09:30 +0100
committerJonathan Bauer2018-03-20 17:09:30 +0100
commite3cf5c5aeb6ff68c7a2ea4f8c88f5268f58cdb88 (patch)
treeb31525e1f92a52caac165e02bd1f5f75d574e3af /core/includes/chroot.inc
parent[dnbd3] add openslx PATH (diff)
downloadmltk-e3cf5c5aeb6ff68c7a2ea4f8c88f5268f58cdb88.tar.gz
mltk-e3cf5c5aeb6ff68c7a2ea4f8c88f5268f58cdb88.tar.xz
mltk-e3cf5c5aeb6ff68c7a2ea4f8c88f5268f58cdb88.zip
[chroot.inc] remove unneeded pinfo
Diffstat (limited to 'core/includes/chroot.inc')
-rw-r--r--core/includes/chroot.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/includes/chroot.inc b/core/includes/chroot.inc
index f04dd446..3dba18a3 100644
--- a/core/includes/chroot.inc
+++ b/core/includes/chroot.inc
@@ -25,7 +25,6 @@ declare -rg CHROOT_BINDMOUNTS="/dev /proc /sys /run"
# Helper for the helper to detect overlay filesystem name
chroot_detect_overlayfs() {
declare -g OVERLAYFS_FSTYPES="$(grep -oE '\boverlay(fs)?$' /proc/filesystems)"
- pinfo "OVERLAYFS: $OVERLAYFS_FSTYPES"
if [ "$(<<< $OVERLAYFS_FSTYPES wc -w)" -ge 1 ]; then
# more than one overlayfs support in /proc/filesystems
# either one should work, will try them all later