rootbld: allow the fake $HOME to be writable

this is needed for running some test runners such as kyua under rootbld.
This commit is contained in:
William Pitcock 2017-11-15 00:11:14 +00:00
parent f7b19c3454
commit 0ea273ebca
1 changed files with 1 additions and 0 deletions

View File

@ -2159,6 +2159,7 @@ rootbld() {
--ro-bind "$BUILD_ROOT" / \
--proc /proc \
--dev-bind /dev /dev \
--bind "$BUILD_ROOT/$HOME" "$HOME" \
--ro-bind "$HOME/.abuild" "$HOME/.abuild" \
--ro-bind "$aportsgit" "$aportsgit" \
--bind "$SRCDEST" "$SRCDEST" \