Can now create a node worker

This commit is contained in:
2026-03-25 18:05:42 +08:00
parent db19bc72f7
commit 01ec867c2f
12 changed files with 747 additions and 408 deletions

View File

@@ -51,7 +51,7 @@ rm -r "$ROOTFS/build"
echo "##################################################### Packaging RootFS "$( du -sh "$ROOTFS/" )
IMG=output.img
SIZE=2048MB
SIZE=3072MB
dd if=/dev/zero of="$IMG" bs=1 count=0 seek=$SIZE