pxe: add comment

This commit is contained in:
pedro 2024-09-25 11:11:21 -03:00
parent 71dffb3074
commit 1e18c84255
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ END
} }
extract_live_parts_for_tftp() { 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 if [ ! -f /tmp/live.iso ]; then
# src https://www.debian.org/CD/faq/#newest # src https://www.debian.org/CD/faq/#newest
DEBIAN_VERSION="$(wget https://www.debian.org/CD/ -O- \ DEBIAN_VERSION="$(wget https://www.debian.org/CD/ -O- \