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 51db584 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:
452 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | TIME1=$SECONDS |
---|
4 | PROG="$(basename $0)" |
---|
5 | if [ $# -lt 4 ]; then |
---|
6 | ogRaiseError $OG_ERR_FORMAT "$MSG_FORMAT: $PROG REPO imagen ndisco nparticion [ UNICAST|MULTICAST|TORRENT ] [opciones protocolo]" |
---|
7 | exit $? |
---|
8 | fi |
---|
9 | |
---|
10 | #controlar param1 REPO |
---|
11 | |
---|
12 | updateCache REPO $2.img $5 $6 |
---|
13 | if [ $? != "0" ] |
---|
14 | then |
---|
15 | echo "fin del updateCache REPO $2.img $5 $6 con errores" |
---|
16 | exit 1 |
---|
17 | else |
---|
18 | echo "comenzamos con restoreImage CACHE $2 $3 $4" |
---|
19 | restoreImage CACHE $2 $3 $4 |
---|
20 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.