From 39c241e55706d4abb737f7fb49cd5735d31df624 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 4 May 2026 16:48:16 -0600 Subject: [PATCH] Update deployments/automation/FOG Project.md --- deployments/automation/FOG Project.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/deployments/automation/FOG Project.md b/deployments/automation/FOG Project.md index 233c846..23ae29f 100644 --- a/deployments/automation/FOG Project.md +++ b/deployments/automation/FOG Project.md @@ -42,4 +42,14 @@ If you want to deploy the FOG Project software in your homelab environment to re set-name: ens18 ``` - Apply the configuration safely and temporarily with `sudo netplan try` and if connectivity still works, accept the changes permanently by running `sudo netplan apply`. Otherwise, Netplan will roll back the changes automatically. \ No newline at end of file + Apply the configuration safely and temporarily with `sudo netplan try` and if connectivity still works, accept the changes permanently by running `sudo netplan apply`. Otherwise, Netplan will roll back the changes automatically. + +### Update the Host +Before we take a checkpoint/snapshot and install FOG Project, we want to ensure that the GuestVM is fully updated. After the updates are complete, shutdown the GuestVM, take a snapshot, and boot it back up. + +```sh +sudo apt update -y && sudo apt upgrade -y && sudo apt autoremove +sudo poweroff + + +``` \ No newline at end of file