mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 05:10:55 +00:00
os: fix build
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user