diff options
author | Karel Kočí <cynerd@email.cz> | 2019-04-28 21:08:47 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-04-28 21:08:47 +0200 |
commit | 03b93d2eb0afb92b9bdd20f58234e1281e07887f (patch) | |
tree | b65abd2541f904dbaf5099ef65ba98bac6f35019 /scripts | |
parent | 5097b9ecd4dcd55d127c498f091e3558762591a3 (diff) | |
download | laminar-cnf-03b93d2eb0afb92b9bdd20f58234e1281e07887f.tar.gz laminar-cnf-03b93d2eb0afb92b9bdd20f58234e1281e07887f.tar.bz2 laminar-cnf-03b93d2eb0afb92b9bdd20f58234e1281e07887f.zip |
uchroot: fix missing mounts
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/uchroot | 2 |
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 ############################################################### |