From 57e5a6075ca80529d2335de3ddf7441f61a0d6b2 Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Fri, 28 Jul 2023 14:52:34 +0200 Subject: [PATCH] Add Howto Update content --- HowtoUpdate.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 HowtoUpdate.md diff --git a/HowtoUpdate.md b/HowtoUpdate.md new file mode 100644 index 0000000..d84a6b6 --- /dev/null +++ b/HowtoUpdate.md @@ -0,0 +1,24 @@ +TFTP server +== + +HOWTO update +-- + +### Copy new images +* Arch (static) + * Copy `arch` folder from the ISO in `images/archlinux` +* Arch netboot + * We can also use the iPXE chainloaded image and boot from Internet + * But that means we download 500 MB from Internet... + * And that we need more than 1 GB of RAM +* Ubuntu Live + * Copy all content from the ISO in `images/ubuntu-live/` +* Ubuntu/Debian Installers + * Use `netboot.tar.gz` (from https://deb.debian.org/debian/dists//main/installer-/current/images/netboot/) + * Copy directly `debian-installer` to `images` + +### Upon update +#### With GNU cp (Linux) +* Remove `/srv/tftp/efi64/images` and create the hard link again (mind the `ubuntu` symlink in Ubuntu Live) +#### With OpenBSD +* apply changes in both `/srv/tftp/bios/images` and `/srv/tftp/efi64/images`