source: server/tftpboot/grub/grub.cfg @ aaa63f4

configure-oglivelgromero-new-oglivemainmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineoglive-ipv6test-python-scriptsticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacion
Last change on this file since aaa63f4 was 292982d, checked in by Irina Gómez <irinagomez@…>, 6 years ago

For UEFI the format of PXE filename is '01-'. Where is written in lowercase and split up with colon.

  • Property mode set to 100644
File size: 272 bytes
Line 
1# Cargo configuración PC
2configfile=$prefix/01-$net_default_mac
3source "$configfile"
4
5# Si no existe anterior cargo configuracion por defecto
6# Lo compruebo buscando variables más usuales
7if [ "$timeout" == "" -a "$default" == "" ]; then
8    source "$prefix/default"
9fi
Note: See TracBrowser for help on using the repository browser.