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 c1e7703 was
3c3abbf,
checked in by ramon <ramongomez@…>, 10 years ago
|
#537 #652: Crear plantilla para script personalizado que pueda sustituir a restoreImage , adaptar la interfaz del comando Restaurar Imagen y corregir algunas erratas en el resto de plantillas.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4479 a21b9725-9963-47de-94b9-378ad31fedc9
|
-
Property mode set to
100755
|
File size:
609 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | #_______________________________________________________________________________________________________________________________ |
---|
3 | # |
---|
4 | # PARAMETROS RECIBIDOS DESDE EL CLIENTE: |
---|
5 | # $1 disco |
---|
6 | # $2 par=Número de particion |
---|
7 | # $3 Nombre canónico de la imagen |
---|
8 | # $4 Dirección IP del repositorio |
---|
9 | # $5 Protocolo UNICAST MULTICAST TORRENT |
---|
10 | # $6 Opciones del protocolo |
---|
11 | #_______________________________________________________________________________________________________________________________ |
---|
12 | |
---|
13 | # Llamar al script de despliegue "deployImage". |
---|
14 | deployImage "$4" "$3" "$1" "$2" "$5" "$6" "$7" "$8" || exit $? |
---|
15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.