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
All checks were successful
Automatic Documentation Deployment / Sync Docs to https://kb.bunny-lab.io (push) Successful in 5s
This commit is contained in:
@@ -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.
|
Download the most recent FOG Project tarball from the [official website](https://fogproject.org/download.php) then extract it.
|
||||||
|
|
||||||
```sh
|
```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
|
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
|
sudo ./installfog.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### 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)`
|
||||||
Reference in New Issue
Block a user