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
F132353405: D52451.id162203.diff
Thu, Oct 16, 4:20 AM
F132297534: D52451.id162203.diff
Wed, Oct 15, 3:44 PM
Unknown Object (File)
Fri, Oct 10, 3:48 AM
Unknown Object (File)
Fri, Oct 10, 3:48 AM
Unknown Object (File)
Thu, Oct 9, 10:40 PM
Unknown Object (File)
Thu, Oct 9, 10:40 PM
Unknown Object (File)
Thu, Oct 9, 10:40 PM
Unknown Object (File)
Thu, Oct 9, 7:12 PM
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