aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2019-03-04 18:03:05 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2019-03-04 18:03:05 +0100
commit9a2a46090e03c3bfc475cea8494403122622cfee (patch)
treec3d67dd8fad734406dfd540a42022f99e5f859da
parent44d9339d89af360ea61b41ba36a467ae54cba230 (diff)
downloadkompetenzbolzen.github.io-9a2a46090e03c3bfc475cea8494403122622cfee.tar.gz
Fixes
-rw-r--r--_posts/2019-3-4-FOG-Debian-installer-netboot.md28
1 files changed, 13 insertions, 15 deletions
diff --git a/_posts/2019-3-4-FOG-Debian-installer-netboot.md b/_posts/2019-3-4-FOG-Debian-installer-netboot.md
index 44ed3a0..be2df26 100644
--- a/_posts/2019-3-4-FOG-Debian-installer-netboot.md
+++ b/_posts/2019-3-4-FOG-Debian-installer-netboot.md
@@ -7,23 +7,21 @@ title: Using FOG to deploy debian netboot installer
`mkdir -p /tftpboot/os/debian/x.x`
2. Get netboot and unpack
-`cd /tmp
-mkdir netboot
-cd /tmp/netboot
-wget http://ftp.nl.debian.org/debian/dists/stretch/main/installer-amd64/current/images/netboot/netboot.tar.gz
-tar -zxf netboot.tar.gz
-cd ./debian-installer/amd64
-cp linux /tftpboot/os/debian/9.x/
-cp initrd.gz /tftpboot/os/debian/9.x/
-cd /tmp
-rm -rf ./netboot`
+`cd /tmp`
+`mkdir netboot`
+`cd /tmp/netboot`
+`wget http://ftp.nl.debian.org/debian/dists/stretch/main/installer-amd64/current/images/netboot/netboot.tar.gz`
+`tar -zxf netboot.tar.gz`
+`cd ./debian-installer/amd64`
+`cp linux /tftpboot/os/debian/9.x/`
+`cp initrd.gz /tftpboot/os/debian/9.x/`
+`cd /tmp`
+`rm -rf ./netboot``
3. Create FOG menu entry
-
Menu Item: os.debian9x
Description: Debian Installer
Parameters:
-
-`kernel tftp://${fog-ip}/os/debian/9.x/linux
-initrd tftp://${fog-ip}/os/debian/9.x/initrd.gz
-boot || goto MENU`
+`kernel tftp://${fog-ip}/os/debian/9.x/linux`
+`initrd tftp://${fog-ip}/os/debian/9.x/initrd.gz`
+`boot || goto MENU`