We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbd8e47 + e6e57f4 commit 3837735Copy full SHA for 3837735
toolbox
@@ -23,4 +23,4 @@ if [ ! -d ${machinepath} ] || systemctl is-failed ${machinename} ; then
23
sudo touch "${machinepath}"/etc/os-release
24
fi
25
26
-sudo systemd-nspawn -D "${machinepath}" --share-system --bind=/:/media/root --bind=/usr:/media/root/usr --user="${TOOLBOX_USER}"
+sudo systemd-nspawn -D "${machinepath}" --share-system --bind=/:/media/root --bind=/usr:/media/root/usr --user="${TOOLBOX_USER}" "$@"
0 commit comments