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
F146670481: D52451.diff
Wed, Mar 4, 2:24 PM
F146670458: D52451.diff
Wed, Mar 4, 2:24 PM
Unknown Object (File)
Sun, Mar 1, 4:10 PM
Unknown Object (File)
Sun, Mar 1, 2:31 AM
Unknown Object (File)
Jan 29 2026, 12:18 PM
Unknown Object (File)
Jan 23 2026, 11:14 PM
Unknown Object (File)
Dec 31 2025, 12:56 PM
Unknown Object (File)
Dec 24 2025, 9:33 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