From 32a09e1bfc6a3f264a7fb5e97d40c7b8dc393ff8 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Tue, 28 Nov 2023 22:58:37 +0100 Subject: [PATCH] update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ca9001..a877fb1 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ This repository contains everything needed to build a customized [mfsBSD](https://mfsbsd.vx.sk/) image that can be used to provision [FreeBSD](https://www.freebsd.org/) servers with [Foreman](https://theforeman.org/). +Also check out [unattended upgrades for FreeBSD](https://github.com/fraenki/f-upgrade). + ## Requirements In order to deploy FreeBSD servers with Foreman, the following requirements must be met: @@ -21,7 +23,7 @@ In order to deploy FreeBSD servers with Foreman, the following requirements must ## Provision Instructions -* Create a "installation media" entry in Foreman for FreeBSD (use local or official mirror, i.e. `http://ftp.freebsd.org/pub/FreeBSD/releases/$arch/$major.$minor-RELEASE/`) +* Create a "installation media" entry in Foreman for FreeBSD (use local or official mirror, e.g. `http://ftp.freebsd.org/pub/FreeBSD/releases/$arch/$major.$minor-RELEASE/`) * Create a new "operating system" entry in Foreman for the desired FreeBSD release * Copy the custom mfsBSD image to your TFTP server * Create a new host in Foreman, watch the FreeBSD installation begin :)