Last change
on this file since 5d05b06 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
|
Rev | Line | |
---|
[b845aab] | 1 | # Cargo configuración PC |
---|
[292982d] | 2 | configfile=$prefix/01-$net_default_mac |
---|
[e432478] | 3 | source "$configfile" |
---|
[2c5a875] | 4 | |
---|
[b845aab] | 5 | # Si no existe anterior cargo configuracion por defecto |
---|
| 6 | # Lo compruebo buscando variables más usuales |
---|
| 7 | if [ "$timeout" == "" -a "$default" == "" ]; then |
---|
| 8 | source "$prefix/default" |
---|
| 9 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.