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)
Wed, May 20, 6:41 AM
Unknown Object (File)
Mon, May 11, 11:36 PM
Unknown Object (File)
Mon, May 11, 11:36 PM
Unknown Object (File)
Mon, May 11, 11:23 PM
Unknown Object (File)
Fri, May 8, 5:36 AM
Unknown Object (File)
Tue, Apr 28, 1:30 AM
Unknown Object (File)
Apr 20 2026, 10:30 AM
Unknown Object (File)
Apr 20 2026, 8:11 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