source: admin/Interface/CrearImagen @ 3160f57

Last change on this file since 3160f57 was 3aaf91d, checked in by ramon <ramongomez@…>, 15 years ago

Adaptar script createImage a Partclone.
Instalador parchea correctamente el nombre de la base de datos.

git-svn-id: https://opengnsys.es/svn/trunk@1341 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100755
File size: 454 bytes
Line 
1#!/bin/bash
2
3#_______________________________________________________________________________________________________________________________
4#
5# PARAMETROS RECIBIDOS DESDE EL CLIENTE:
6# $1 disco
7# $2 par=Número de particion
8# $3 Nombre canónico de la imagen
9# $4 Dirección del repositorio
10#_______________________________________________________________________________________________________________________________
11createImage "$1" "$2" "REPO" "$3"
12
Note: See TracBrowser for help on using the repository browser.