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
|
Line | |
---|
1 | # Cargo configuración PC |
---|
2 | configfile=$prefix/01-$net_default_mac |
---|
3 | source "$configfile" |
---|
4 | |
---|
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.