From 75e87e5d449527bd499caf0ca2cfa0781cc34b89 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 30 Nov 2019 15:52:05 +0100 Subject: [PATCH] reproducible FreeBSD: upgraded the test VM to FreeBSD 12.1 Signed-off-by: Holger Levsen --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 43df1b02..3e99f908 100644 --- a/TODO +++ b/TODO @@ -318,13 +318,14 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian ** chown -R jenkins:jenkins /srv/ * system maintenance -** upgraded the VM to FreeBSD 12.0 +** upgraded the VM: *** done with: 'freebsd-update upgrade -r 10.2' as root in screen *** and with: 'freebsd-update upgrade -r 10.3' *** and with: 'freebsd-update upgrade -r 11.0' *** and with: 'freebsd-update upgrade -r 11.1' *** and with: 'freebsd-update upgrade -r 11.2' followed by 'pkg-static install pkg ; pkg upgrade' *** and with: 'freebsd-update upgrade -r 12.0' followed by 'pkg-static install pkg ; pkg upgrade' +*** and with: 'freebsd-update upgrade -r 12.1' followed by 'pkg-static install pkg ; pkg upgrade' * online disk resizing howto: https://www.freebsd.org/doc/handbook/disks-growing.html -- GitLab