Commit Graph
3 Commits
Author SHA1 Message Date
Mingyang Li ee779d6be7 doc: update build_image.sh help message and default arguments 2026-05-30 09:57:45 -07:00
Mingyang Li 113edbbdb1 chore: ignore .exe and all .img files. 2026-05-30 09:37:48 -07:00
Mingyang Li f83787bac4 fix: UID reference in override.sh.
`sudo -u#1000` requires UID 1000 to exist in passwd, but the build container only has `root`. Fixed by replacing those two `sudo -u#1000 -g#1000 mkdir -p` calls with `install -d -o 1000 -g 1000 -m 0755` in override.sh.
2026-05-30 09:36:52 -07:00