os: fix build

This commit is contained in:
Alex Zenla 2024-03-10 11:39:06 +00:00
parent a54fa93394
commit d54d14c619
No known key found for this signature in database
GPG Key ID: 067B238899B51269

View File

@ -20,7 +20,7 @@ then
fi
docker run --rm --privileged -v "${PWD}:/mnt" ${DOCKER_INTERACTIVE_FLAGS} alpine:latest "/mnt/os/internal/stage1.sh"
sudo chown "${USER}:${GROUP}" "${TARGET_OS_DIR}/rootfs.tgz"
sudo chown "${USER}:${GROUP}" "${TARGET_OS_DIR}/rootfs.tar"
sudo modprobe nbd
next_nbd_device() {