diff options
author | ramon <ramongomez@us.es> | 2016-11-02 13:29:39 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2016-11-02 13:29:39 +0000 |
commit | a616248a68cdc30d8f00befc56384e1f2b25aa23 (patch) | |
tree | 538117a5a7eff8e0b363db283ce6901c60b0a832 /admin/Interface | |
parent | 345e789093e31818afadb153b932e19f292202c4 (diff) |
#724 #758: Actualizar en BD lista de particiones y sistemas de ficheros soportados; soportar formateo de {{{LINUX-SWAP}}}.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5065 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/Interface')
-rwxr-xr-x | admin/Interface/Configurar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/Interface/Configurar b/admin/Interface/Configurar index 18a68ebf..9a4a6004 100755 --- a/admin/Interface/Configurar +++ b/admin/Interface/Configurar @@ -78,7 +78,7 @@ for ((i=0; i<${#TBPRM[@]}; i++)); do # Si se activa operaciĆ³n de formatear, componer datos de formateo. if [ "$ope" == 1 ]; then # Comprobamos que la particion y el s.f sean validos. - ogCheckStringInGroup $cpt "EMPTY EXTENDED LINUX-SWAP LINUX-LVM" + ogCheckStringInGroup $cpt "EMPTY EXTENDED LINUX-LVM LVM ZPOOL" [ $? -ne 0 ] && TBF[par]="$sfi" fi # Obtener la particiĆ³n mayor. |