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 | |
---|
[3ec149c] | 1 | #!/bin/bash |
---|
| 2 | #_______________________________________________________________________________________________________________________________ |
---|
| 3 | # |
---|
| 4 | # PARAMETROS RECIBIDOS DESDE EL CLIENTE: |
---|
| 5 | # $1 disco |
---|
[d9d1720] | 6 | # $2 par=N�mero de particion |
---|
| 7 | # $3 Nombre can�nico de la imagen |
---|
| 8 | # $4 Direcci�n del repositorio |
---|
[3ec149c] | 9 | #_______________________________________________________________________________________________________________________________ |
---|
| 10 | |
---|
[914d834] | 11 | echo $* >> $OGLOGFILE |
---|
| 12 | echo $* >> $OGLOGFILE |
---|
| 13 | if [ -f createImage$ogengine ] |
---|
[d9d1720] | 14 | then |
---|
[914d834] | 15 | restoreImage$ogengine REPO $3 $1 $2 UNICAST &>> $OGLOGFILE || exit $? |
---|
[d9d1720] | 16 | else |
---|
[914d834] | 17 | restoreImage REPO $3 $1 $2 UNICAST &>> $OGLOGFILE || exit $? |
---|
[d9d1720] | 18 | fi |
---|
[d356c72] | 19 | |
---|
[914d834] | 20 | |
---|
| 21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.