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
Last change
on this file since c1e00e4 was
2338c95f,
checked in by ramon <ramongomez@…>, 14 years ago
|
Rama version1.0:
- Redistribución de directorios para el cliente.
- Modificación del instalador para adaptarse a la nueva estructura de directorios.
- Desinstalador quita los recursos de OpenGnSys en Samba.
- Documentación actualizada para la nueva versión.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1526 a21b9725-9963-47de-94b9-378ad31fedc9
|
-
Property mode set to
100755
|
File size:
487 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | # Para que no haya problemas con el interprete |
---|
4 | #ln -fs /opt/opengnsys/bin/bash /bin/bash |
---|
5 | |
---|
6 | set -a |
---|
7 | |
---|
8 | source /opt/opengnsys/etc/preinit/loadenviron.sh |
---|
9 | |
---|
10 | for f in loadmodules.sh; do |
---|
11 | $OGETC/preinit/$f |
---|
12 | done |
---|
13 | |
---|
14 | if [ -f $OGETC/init/$OG_IP.sh ]; then |
---|
15 | $OGETC/init/$OG_IP.sh |
---|
16 | |
---|
17 | elif [ -f $OGETC/init/$OGGROUP.sh ]; then |
---|
18 | $OGETC/init/$OGGROUP.sh |
---|
19 | |
---|
20 | elif [ -f $OGETC/init/default.sh ]; then |
---|
21 | $OGETC/init/default.sh |
---|
22 | |
---|
23 | else |
---|
24 | echo "No se ha encontrado script de inicio" |
---|
25 | halt |
---|
26 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.