89d217ad06
Introduce an rc.d service to upgrade all packages on first boot, ensuring cloud images are deployed with no known vulnerabilities. By default, it will patch everything from all enabled repos, and record this in syslog. It accepts an optional additional line that specifies a list of space-separated specific repos to limit the upgrade to. Note specifying bogus repos results in the upgrade aborting, it will log This and will not try to not run again. MFH: 2026Q2 Sponsored by: Amazon Sponsored by: Google Cloud Sponsored by: OVHcloud Reviewed by: bapt, cperciva Discussed with: bapt, cperciva, delphij, lwhsu Differential Revision: https://reviews.freebsd.org/D56381
7 lines
276 B
Plaintext
7 lines
276 B
Plaintext
Run 'pkg upgrade' when the system first boots to check for any software
|
|
updates, apply them, and request a reboot.
|
|
|
|
Obviously, this port is not useful after a system is already running; it is
|
|
intended to be included as part of the installation or disk image building
|
|
process.
|