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
Line | |
---|
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 |
---|
9 | #@version 1.0 |
---|
10 | #@author Ramon Gomez, ETSII Universidad de Sevilla |
---|
11 | #@date 2011-03-21 |
---|
12 | #*/ |
---|
13 | |
---|
14 | |
---|
15 | # Si está configurado OpenGnSys ... |
---|
16 | if [ -n "$OPENGNSYS" ]; then |
---|
17 | echo "${MSG_MAKELINKS:-.}" |
---|
18 | |
---|
19 | # Shell BASH por defecto (para usar "runtest") |
---|
20 | ln -fs /bin/bash /bin/sh |
---|
21 | |
---|
22 | # Crear directorio de bloqueos |
---|
23 | mkdir -p /var/lock || mkdir -p /run/lock |
---|
24 | |
---|
25 | # # Directorio de tipos de letras para el browser. |
---|
26 | QTDIR="/usr/local" |
---|
27 | # mkdir -p $QTDIR/lib |
---|
28 | # ln -fs $OGLIB/fonts $QTDIR/lib |
---|
29 | |
---|
30 | else |
---|
31 | # FIXME Error: entorno de OpenGNSys no configurado. |
---|
32 | echo "Error: OpenGnSys environment is not configured." # FIXME: definir mensaje. |
---|
33 | exit 1 |
---|
34 | fi |
---|
35 | |
---|
Note: See
TracBrowser
for help on using the repository browser.