From 39617a8a3e1d78611bf29f45256aa1f90d689a80 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 4 May 2026 17:28:23 -0600 Subject: [PATCH] Update deployments/automation/FOG Project.md --- deployments/automation/FOG Project.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/deployments/automation/FOG Project.md b/deployments/automation/FOG Project.md index 7176020..fcb4e6d 100644 --- a/deployments/automation/FOG Project.md +++ b/deployments/automation/FOG Project.md @@ -56,8 +56,14 @@ sudo poweroff Download the most recent FOG Project tarball from the [official website](https://fogproject.org/download.php) then extract it. ```sh -curl -L https://api.github.com/repos/FOGProject/fogproject/tarball/1.5.10.1826 -o /tmp/FOGProject-fogproject-1.5.10.1826-0-g2309704.tar.gz +curl -L https://api.github.com/repos/FOGProject/fogproject/tarball/1.5.10.1826 -o FOGProject-fogproject-1.5.10.1826-0-g2309704.tar.gz tar -xzvf FOGProject-fogproject-1.5.10.1826-0-g2309704.tar.gz -cd FOGProject-fogproject-1.5.10.1826-0-g2309704/bin +cd FOGProject-fogproject-2309704/bin sudo ./installfog.sh -``` \ No newline at end of file +``` + +### Install FOG Project (External DHCP Server) +The steps below will guide you on a high-level through the external DHCP-server based deployment of FOG Project. Steps will be different if you want FOG itself handing out DHCP addresses and DNS records itself, which I do not recommend. + +#### Install Steps +- What version of Linux would you like to run the installation for? > `2)` \ No newline at end of file