Commit Graph
6 Commits
Author SHA1 Message Date
Mingyang Li 26aeca2926 Register qemu-arm-static binfmt handler if not already present. 2026-05-30 10:11:56 -07:00
Mingyang Li c9b912bfab Fix: set vm.mmap_min_addr=0 in the --privileged container before the chroot.
`sqv` (the ARM OpenPGP verifier used by apt) needs to mmap at address `0x1000`, but `vm.mmap_min_addr` is too high.
2026-05-30 10:10:47 -07:00
Mingyang Li 2b4eea9fc6 fix: Mount proc and sys AFTER the first stage of debootstrap. 2026-05-30 10:08:22 -07:00
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