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-instalacionwebconsole3
Rev | Line | |
---|
[d345fa6] | 1 | #!/bin/bash |
---|
| 2 | #/** |
---|
| 3 | #@file fileslinks.sh |
---|
| 4 | #@brief Script de inicio para copiar ficheros y deinir enlaces simbólicos. |
---|
| 5 | #@warning License: GNU GPLv3+ |
---|
| 6 | #@version 0.9 |
---|
| 7 | #@author Ramon Gomez, ETSII Universidad de Sevilla |
---|
| 8 | #@date 2009-10-10 |
---|
[a895e47] | 9 | #@version 1.0 |
---|
| 10 | #@author Ramon Gomez, ETSII Universidad de Sevilla |
---|
| 11 | #@date 2011-03-21 |
---|
[d345fa6] | 12 | #*/ |
---|
| 13 | |
---|
| 14 | |
---|
[a895e47] | 15 | # Si está configurado OpenGnSys ... |
---|
[d345fa6] | 16 | if [ -n "$OPENGNSYS" ]; then |
---|
| 17 | echo "$MSG_MAKELINKS" |
---|
[a895e47] | 18 | |
---|
| 19 | # Shell BASH por defecto (para usar "runtest") |
---|
| 20 | ln -fs /bin/bash /bin/sh |
---|
[d345fa6] | 21 | |
---|
| 22 | # Crear directorio de bloqueos |
---|
| 23 | mkdir -p /var/lock |
---|
| 24 | |
---|
[c4cdab6] | 25 | # # Directorio de tipos de letras para el browser. |
---|
[a7b6299] | 26 | QTDIR="/usr/local" |
---|
[c4cdab6] | 27 | # mkdir -p $QTDIR/lib |
---|
| 28 | # ln -fs $OGLIB/fonts $QTDIR/lib |
---|
[d345fa6] | 29 | |
---|
| 30 | else |
---|
| 31 | # FIXME Error: entorno de OpenGNSys no configurado. |
---|
[8bb3d2c] | 32 | echo "Error: OpenGnSys environment is not configured." # FIXME: definir mensaje. |
---|
[d345fa6] | 33 | exit 1 |
---|
| 34 | fi |
---|
| 35 | |
---|
Note: See
TracBrowser
for help on using the repository browser.