From 03b93d2eb0afb92b9bdd20f58234e1281e07887f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 28 Apr 2019 21:08:47 +0200 Subject: uchroot: fix missing mounts --- scripts/uchroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 ############################################################### -- cgit v1.2.3