replace script with makefile

This commit is contained in:
iceBear67
2026-07-13 17:22:24 +08:00
parent 564888b297
commit 2870d470c6
3 changed files with 74 additions and 70 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ Edit corresponding files in [image/overlay](./image/overlay) to customize VM beh
```bash
# cp .env.example .env
# vim .env
# VM_OPTS="--no-cache" HY_OPTS="--no-cache" ./BUILD.sh
# VM_OPTS="--no-cache" HY_OPTS="--no-cache" make
# fallocate -l 128G ./data/data.raw
# sgdisk -o -n 1:0:0 -t 1:8300 ./data.raw
# losetup -Pf ./data.raw