adds new template disk and grub.cfg
ogboot/pipeline/head This commit looks good
Details
ogboot/pipeline/head This commit looks good
Details
parent
52b2e645fa
commit
60c4746906
|
@ -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
|
|
@ -0,0 +1 @@
|
||||||
|
configfile __DISKPART__/efi/Part-__DISK__-__PART__/Boot/grub.cfg
|
Loading…
Reference in New Issue