From a2b087129434b1fa8af948c8be91fcc188de3cd4 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 4 Mar 2019 18:04:50 +0100 Subject: Fixes2 --- _posts/2019-3-4-FOG-Debian-installer-netboot.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to '_posts/2019-3-4-FOG-Debian-installer-netboot.md') diff --git a/_posts/2019-3-4-FOG-Debian-installer-netboot.md b/_posts/2019-3-4-FOG-Debian-installer-netboot.md index be2df26..75655cc 100644 --- a/_posts/2019-3-4-FOG-Debian-installer-netboot.md +++ b/_posts/2019-3-4-FOG-Debian-installer-netboot.md @@ -4,24 +4,38 @@ title: Using FOG to deploy debian netboot installer --- 1. Create directory: + `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`` 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` -- cgit v1.2.3