add https in wwclient and wwinit

This commit is contained in:
Christian Goll
2025-12-03 12:36:41 +01:00
committed by Jonathon Anderson
parent a1c11db8cc
commit 2f88b4c3d5
4 changed files with 57 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ info "warewulf: mounting ${wwinit_root_device} at ${NEWROOT}"
fi
) || die "warewulf: failed to mount ${wwinit_root_device} at ${NEWROOT}"
for stage in "image" "system" "runtime"; do
for stage in "image" "system" ; do
get_stage "${stage}"
done