From da2536ad41f4b6b2ded01b4a4a2d9cff29a61eb9 Mon Sep 17 00:00:00 2001 From: xpetit <32063953+xpetit@users.noreply.github.com> Date: Tue, 22 Jun 2021 11:58:35 +0200 Subject: [PATCH] Remove useless document --- docs/os-deployment.md | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 docs/os-deployment.md diff --git a/docs/os-deployment.md b/docs/os-deployment.md deleted file mode 100644 index 5113199f..00000000 --- a/docs/os-deployment.md +++ /dev/null @@ -1,30 +0,0 @@ -# OS Deployment - -## Image creation steps - -- [Installation of Ubuntu](ubuntu-installation.md) - - minimal OS installation (downloads ~200 MB) - - Software installation (downloads ~900 MB) - - Optimization - - improve speed - - reduce image size - - reduce power (CPU) & memory usage - - reduce surface of attack - - reduce bandwidth usage - - Customization - - machine-dependent (drivers, bug workarounds...) - - time zone of the school - - school scripts - - Cleaning - - logs - - temporary files - - histories - - caches - - auto-generated IDs -- Preparation of the disk image - - zero unallocated space of filesystem (~7 GB of data remains) - - (optional) create compressed image with [lz4](https://lz4.github.io/lz4) (the resulting image is ~3.2 GB) - -## Network installation - -- Boot through PXE [UDPcast](http://udpcast.linux.lu) which allows an efficient transfer of the disk image (using multicast or broadcast)