From 8541883fc30aa66748bec0a13d1ba61451ef6fce Mon Sep 17 00:00:00 2001 From: Antonio Guerrero Date: Fri, 12 Jul 2024 10:08:09 +0000 Subject: [PATCH] Refs #202 Add http to pxe_default --- tftpboot/ipxe_scripts/templates/pxe_default | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tftpboot/ipxe_scripts/templates/pxe_default b/tftpboot/ipxe_scripts/templates/pxe_default index e461b30..3f90e6d 100644 --- a/tftpboot/ipxe_scripts/templates/pxe_default +++ b/tftpboot/ipxe_scripts/templates/pxe_default @@ -7,13 +7,13 @@ set default 0 set kernelargs __INFOHOST__ # MenĂº de entrada para seleccionar OgLive :try_iso -kernel tftp://__SERVERIP__/${ISODIR}/ogvmlinuz ${kernelargs} || goto fallback -initrd tftp://172.17.8.86/${ISODIR}/oginitrd.img +kernel http://__SERVERIP__/${ISODIR}/ogvmlinuz ${kernelargs} || goto fallback +initrd http://__SERVERIP__/${ISODIR}/oginitrd.img boot :fallback echo "OgLive default" set ISODIR ogLive -kernel tftp://__SERVERIP__/${ISODIR}/ogvmlinuz ${kernelargs} -initrd tftp://__SERVERIP__/${ISODIR}/oginitrd.img -boot \ No newline at end of file +kernel http://__SERVERIP__/${ISODIR}/ogvmlinuz ${kernelargs} +initrd http://__SERVERIP__/${ISODIR}/oginitrd.img +boot