Page MenuHomeFreeBSD

release: Make azure cloudware images buildable as non-root
ClosedPublic

Authored by markj on Tue, Sep 9, 2:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 2, 2:49 PM
Unknown Object (File)
Thu, Oct 2, 7:05 AM
Unknown Object (File)
Thu, Oct 2, 1:59 AM
Unknown Object (File)
Wed, Oct 1, 10:38 PM
Unknown Object (File)
Wed, Oct 1, 10:18 PM
Unknown Object (File)
Wed, Oct 1, 8:50 AM
Unknown Object (File)
Wed, Oct 1, 3:09 AM
Unknown Object (File)
Tue, Sep 30, 9:14 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.Tue, Sep 9, 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.Tue, Sep 9, 4:18 PM