From 322f6c275eab9c37ee8721aafe28c20a01bcf92e Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Thu, 17 Aug 2017 11:58:20 +0900 Subject: [PATCH] Decouple rootfs value from docker command-line invocation --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 651f397..92914db 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -10,7 +10,7 @@ export DEBIAN_FRONTEND apt-get update apt-get install debootstrap -q -y -rootfs=/devuan/rootfs +rootfs=$PWD/rootfs debootstrap \ --force-check-gpg \