Page MenuHomeFreeBSD

release: Make azure cloudware images buildable as non-root
ClosedPublic

Authored by markj on Sep 9 2025, 2:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 20, 10:00 AM
Unknown Object (File)
Tue, Aug 18, 12:36 AM
Unknown Object (File)
Sat, Aug 8, 11:34 AM
Unknown Object (File)
Tue, Aug 4, 5:54 AM
Unknown Object (File)
Mon, Aug 3, 6:13 AM
Unknown Object (File)
Thu, Jul 30, 4:00 PM
Unknown Object (File)
Sat, Jul 25, 4:42 PM
Unknown Object (File)
Jul 19 2026, 10:51 AM
Subscribers

Details

Summary
  • Don't chroot to uninstall pkg since we don't install pkg in the first place.
  • Use pw -R instead of chrooting.
  • Add metalog entries.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj requested review of this revision.Sep 9 2025, 2:54 PM

LGTM. Maybe worth a comment on each of the if [ -z "${NO_ROOT}" ]; thens (in the various config files)

This revision is now accepted and ready to land.Sep 9 2025, 4:18 PM