correct directory in bwroot
This commit is contained in:
parent
84581cfd9e
commit
e110544d4e
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
ROOT=""$HOME"/Documents/alpchroot"
|
ROOT=""$HOME"/Documents/Miscellaneous/alpchroot"
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
"") echo "usage: bwroot ARGUMENT" >&2; exit 1; ;;
|
"") echo "usage: bwroot ARGUMENT" >&2; exit 1; ;;
|
||||||
|
@ -12,5 +12,6 @@ case "$1" in
|
||||||
--bind "$PWD" "$PWD" \
|
--bind "$PWD" "$PWD" \
|
||||||
--bind "$HOME" "$HOME" \
|
--bind "$HOME" "$HOME" \
|
||||||
--unshare-all \
|
--unshare-all \
|
||||||
|
--share-net \
|
||||||
"$@" ;;
|
"$@" ;;
|
||||||
esac
|
esac
|
Loading…
Add table
Reference in a new issue