Refs #202 Add http to pxe_default

ogboot_installer
Antonio Guerrero 2024-07-12 10:08:09 +00:00
parent c683d63973
commit 8541883fc3
1 changed files with 5 additions and 5 deletions

View File

@ -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
kernel http://__SERVERIP__/${ISODIR}/ogvmlinuz ${kernelargs}
initrd http://__SERVERIP__/${ISODIR}/oginitrd.img
boot