From 665929c12cf03d0b77a47f558fb18e433d87cefc Mon Sep 17 00:00:00 2001 From: chrisjsimpson Date: Sun, 22 Dec 2024 21:46:41 +0000 Subject: [PATCH] correct ordering- create-scratch-space.sh --- build-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-all.sh b/build-all.sh index 5f947a7..9b4cef2 100755 --- a/build-all.sh +++ b/build-all.sh @@ -36,7 +36,7 @@ cd "$BUILD_DIR" cd "$SCRIPT_START_DIR" -./create-init.sh +./create-scratch-space.sh ./build-rootfs.sh echo If all is wel, you\'re now good to run the vm in qemu