summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2019-04-28 21:08:47 +0200
committerKarel Kočí <cynerd@email.cz>2019-04-28 21:08:47 +0200
commit03b93d2eb0afb92b9bdd20f58234e1281e07887f (patch)
treeb65abd2541f904dbaf5099ef65ba98bac6f35019 /scripts
parent5097b9ecd4dcd55d127c498f091e3558762591a3 (diff)
downloadlaminar-cnf-03b93d2eb0afb92b9bdd20f58234e1281e07887f.tar.gz
laminar-cnf-03b93d2eb0afb92b9bdd20f58234e1281e07887f.tar.bz2
laminar-cnf-03b93d2eb0afb92b9bdd20f58234e1281e07887f.zip
uchroot: fix missing mounts
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/uchroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/uchroot b/scripts/uchroot
index 576c88e..ad6b9c3 100755
--- a/scripts/uchroot
+++ b/scripts/uchroot
@@ -10,7 +10,7 @@ set -e
}
if [ "$(id -u)" != "0" ]; then
- exec uroot "$0" "$@"
+ exec uroot --binfmt "$0" "$@"
fi
###############################################################