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)
Sun, Mar 8, 8:03 AM
Unknown Object (File)
Sat, Mar 7, 5:07 AM
Unknown Object (File)
Fri, Mar 6, 4:16 PM
Unknown Object (File)
Fri, Mar 6, 7:46 AM
Unknown Object (File)
Wed, Mar 4, 2:24 PM
Unknown Object (File)
Wed, Mar 4, 2:24 PM
Unknown Object (File)
Mar 1 2026, 4:10 PM
Unknown Object (File)
Mar 1 2026, 2:31 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 66923
Build 63806: arc lint + arc unit

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