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 739d358 was
8bb3d2c,
checked in by ramon <ramongomez@…>, 15 years ago
|
Carga correcta de módulos (ratón y sistemas de archivos); engine-1.0: definición de HFS y HFS+.
git-svn-id: https://opengnsys.es/svn/trunk@730 a21b9725-9963-47de-94b9-378ad31fedc9
|
-
Property mode set to
100755
|
File size:
537 bytes
|
Rev | Line | |
---|
[383fe4b] | 1 | #!/opt/opengnsys/bin/bash |
---|
| 2 | |
---|
[3a4580d] | 3 | # Para que no haya problemas con el interprete |
---|
[fee895e] | 4 | ln -fs /opt/opengnsys/bin/bash /bin/bash |
---|
[3a4580d] | 5 | |
---|
[cf4a46b] | 6 | set -a |
---|
| 7 | |
---|
[d345fa6] | 8 | source /opt/opengnsys/etc/preinit/loadenviron.sh |
---|
[8bb3d2c] | 9 | for f in fileslinks.sh loadudeb.sh loadmodules.sh metadevs.sh; do |
---|
[d345fa6] | 10 | $OGETC/preinit/$f |
---|
| 11 | done |
---|
[383fe4b] | 12 | |
---|
| 13 | if [ -f $OGETC/init/$OG_IP.sh ]; then |
---|
| 14 | $OGETC/init/$OG_IP.sh |
---|
| 15 | |
---|
| 16 | elif [ -f $OGETC/init/$OGGROUP.sh ]; then |
---|
| 17 | $OGETC/init/$OGGROUP.sh |
---|
| 18 | |
---|
| 19 | elif [ -f $OGETC/init/default.sh ]; then |
---|
| 20 | $OGETC/init/default.sh |
---|
| 21 | |
---|
| 22 | else |
---|
| 23 | echo "No se ha encontrado script de inicio" |
---|
| 24 | halt |
---|
| 25 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.