From d96c7ab2e480a78ad5557b7ac7e603e875955299 Mon Sep 17 00:00:00 2001 From: pedro Date: Wed, 25 Sep 2024 11:11:21 -0300 Subject: [PATCH] pxe: add comment --- pxe/install-pxe.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pxe/install-pxe.sh b/pxe/install-pxe.sh index deb8ea9..86df3c8 100755 --- a/pxe/install-pxe.sh +++ b/pxe/install-pxe.sh @@ -55,6 +55,8 @@ END } extract_live_parts_for_tftp() { + # this is slow, so it is not enforced, reboot or remove the + # file to redownload the live iso if [ ! -f /tmp/live.iso ]; then # src https://www.debian.org/CD/faq/#newest DEBIAN_VERSION="$(wget https://www.debian.org/CD/ -O- \