From 0ea273ebcadd6093e8823bf9274b220eaa909f99 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Wed, 15 Nov 2017 00:11:14 +0000 Subject: [PATCH] rootbld: allow the fake $HOME to be writable this is needed for running some test runners such as kyua under rootbld. --- abuild.in | 1 + 1 file changed, 1 insertion(+) diff --git a/abuild.in b/abuild.in index bcf3994..48456a5 100644 --- a/abuild.in +++ b/abuild.in @@ -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" \