adds new template disk and grub.cfg
ogboot/pipeline/head This commit looks good Details

main
Luis Gerardo Romero Garcia 2025-06-05 09:44:00 +02:00
parent 52b2e645fa
commit 60c4746906
2 changed files with 20 additions and 0 deletions

19
tftpboot/grub.cfg 100644
View File

@ -0,0 +1,19 @@
cat grub.cfg
##NO-TOCAR-ESTA-LINEA ogLive
set timeout=0
set timeout_style=hidden
echo ">>> GRUB lanzador detectando MAC..."
sleep 1
echo ">>> MAC detectada: ${net_default_mac}"
sleep 1
echo ">>> Intentando cargar menú específico: /menu.lst/01-${net_default_mac}"
sleep 1
configfile /menu.lst/01-${net_default_mac}
echo ">>> No se pudo cargar /menu.lst/01-${net_default_mac}"
sleep 5
reboot

View File

@ -0,0 +1 @@
configfile __DISKPART__/efi/Part-__DISK__-__PART__/Boot/grub.cfg