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
F138052040: D52451.id54425.diff
Fri, Nov 28, 12:41 PM
Unknown Object (File)
Wed, Nov 26, 4:36 AM
Unknown Object (File)
Oct 27 2025, 8:34 PM
Unknown Object (File)
Oct 19 2025, 5:23 AM
Unknown Object (File)
Oct 16 2025, 4:20 AM
Unknown Object (File)
Oct 15 2025, 3:44 PM
Unknown Object (File)
Oct 10 2025, 3:48 AM
Unknown Object (File)
Oct 10 2025, 3:48 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