diff --git a/deployments/automation/FOG Project.md b/deployments/automation/FOG Project.md index fcb4e6d..100d6aa 100644 --- a/deployments/automation/FOG Project.md +++ b/deployments/automation/FOG Project.md @@ -66,4 +66,36 @@ sudo ./installfog.sh 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 +- What version of Linux would you like to run the installation for? > `2` +- What type of installation would you like to do? > `N` +- Would you like to change the default network interface from ens18? > `N` +- Would you like to setup a router address for the DHCP server? > `N` +- Would you like DHCP to handle DNS? > `N` +- Would you like to use the FOG server for DHCP service? > `N` +- This version of FOG has internationalization support, would you like to install the additional language packs? > `N` +- Would you like to enable secure HTTPS on your FOG server? > `N` +- Would you like to change the hostname? > `N` +- Are you ok with sending this information? > `N` + +!!! example "Summary Example" + * Here are the settings FOG will use: + * Base Linux: Debian + * Detected Linux Distribution: Ubuntu + * Interface: ens18 + * Server IP Address: 192.168.3.9 + * Server Subnet Mask: 255.255.255.0 + * Hostname: lab-fog-01 + * Installation Type: Normal Server + * Internationalization: No + * Image Storage Location: /images + * Using FOG DHCP: No + * DHCP will NOT be setup but you must setup your + | current DHCP server to use FOG for PXE services. + + * On a Linux DHCP server you must set: next-server and filename + + * On a Windows DHCP server you must set options 066 and 067 + + * Option 066/next-server is the IP of the FOG Server: (e.g. 192.168.3.9) + * Option 067/filename is the bootfile: (e.g. undionly.kkpxe or snponly.efi) + * Send OS Name, OS Version, and FOG Version: No