Fixed reboot not working

This commit is contained in:
2026-03-26 20:44:04 +08:00
parent 7d20a2e920
commit bf85462e34
4 changed files with 327 additions and 26 deletions

View File

@@ -47,6 +47,7 @@ umount "$ROOTFS/sys"
umount "$ROOTFS/run"
rm -r "$ROOTFS/build"
rm "$ROOTFS/etc/resolv.conf"
### Begin making full disk image for the device
echo "##################################################### Packaging RootFS "$( du -sh "$ROOTFS/" )