Update deployments/automation/FOG Project.md
All checks were successful
Automatic Documentation Deployment / Sync Docs to https://kb.bunny-lab.io (push) Successful in 5s

This commit is contained in:
2026-05-04 16:48:16 -06:00
parent 05c452b129
commit 39c241e557

View File

@@ -43,3 +43,13 @@ If you want to deploy the FOG Project software in your homelab environment to re
``` ```
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. 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
<snapshot the GuestVM>
<boot the GuestVM>
```