918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacion
Last change
on this file since 3f4a9b7 was
b845aab,
checked in by Irina Gómez <irinagomez@…>, 6 years ago
|
#802 #888 PXE UEFI: In grub.cfg if computer config file doesn't exist load default config. 1hd template replaces rEFInd template.
|
-
Property mode set to
100644
|
File size:
320 bytes
|
Line | |
---|
1 | insmod tr |
---|
2 | tr -s mac : - $net_default_mac |
---|
3 | tr -U -s MAC $mac |
---|
4 | |
---|
5 | # Cargo configuración PC |
---|
6 | configfile=$prefix/01-$MAC |
---|
7 | source "$configfile" |
---|
8 | |
---|
9 | # Si no existe anterior cargo configuracion por defecto |
---|
10 | # Lo compruebo buscando variables más usuales |
---|
11 | if [ "$timeout" == "" -a "$default" == "" ]; then |
---|
12 | source "$prefix/default" |
---|
13 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.