fix fstab

This commit is contained in:
iceBear67
2026-07-05 14:38:53 +08:00
parent a776332689
commit ce05ea534f
4 changed files with 10 additions and 3 deletions

View File

@@ -10,6 +10,11 @@ Edit corresponding files in [image/overlay](./image/overlay) to customize VM beh
# cp .env.example .env
# vim .env
# VM_OPTS="--no-cache" HY_OPTS="--no-cache" ./BUILD.sh
# fallocate -l 128G ./data/data.raw
# sgdisk -o -n 1:0:0 -t 1:8300 ./data.raw
# losetup -Pf ./data.raw
# mkfs.ext4 /dev/loop0p1
# losetup -d /dev/loop0
# vim docker-compose.yml
# docker compose up