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 del repositorio |
---|
9 | #_______________________________________________________________________________________________________________________________ |
---|
10 | |
---|
11 | ogRestoreImage REPO $3 $1 $2 UNICAST |
---|
12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.