aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_posts/2019-3-4-FOG-Debian-installer-netboot.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/_posts/2019-3-4-FOG-Debian-installer-netboot.md b/_posts/2019-3-4-FOG-Debian-installer-netboot.md
index 75655cc..c5bd4fc 100644
--- a/_posts/2019-3-4-FOG-Debian-installer-netboot.md
+++ b/_posts/2019-3-4-FOG-Debian-installer-netboot.md
@@ -3,11 +3,11 @@ layout: post
title: Using FOG to deploy debian netboot installer
---
-1. Create directory:
+### Create directory:
`mkdir -p /tftpboot/os/debian/x.x`
-2. Get netboot and unpack
+### Get netboot and unpack
`cd /tmp`
@@ -29,9 +29,12 @@ title: Using FOG to deploy debian netboot installer
`rm -rf ./netboot``
-3. Create FOG menu entry
+### Create FOG menu entry
+
Menu Item: os.debian9x
+
Description: Debian Installer
+
Parameters:
`kernel tftp://${fog-ip}/os/debian/9.x/linux`