diff options
author | ramon <ramongomez@us.es> | 2014-02-03 09:04:59 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2014-02-03 09:04:59 +0000 |
commit | df097c22eda38efab0202faf4973578471ed5c96 (patch) | |
tree | 5d0531ad41625ddddbfd210761c34f29656b6924 /admin/Interface | |
parent | 499a7ece18c578dcf26af5dbed60f3d51e87e8f9 (diff) |
#541 #548: Eliminar fichero {{{swapfile.sys}}} al reducir sistema de archivos de Windows 8; permitir clonar sistemas de archvios de tipo EFI.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4135 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/Interface')
-rwxr-xr-x | admin/Interface/getConfiguration | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/Interface/getConfiguration b/admin/Interface/getConfiguration index 997d642e..2bfdaeeb 100755 --- a/admin/Interface/getConfiguration +++ b/admin/Interface/getConfiguration @@ -32,7 +32,7 @@ for ((dsk=1; dsk<=$disks; dsk++)); do tam=${tam:-"0"} # Sistema operativo instalado case "$cod" in - ""|82|8200|A502|BF02|EE|EF0[012]) + ""|82|8200|A502|BF02|EE) soi="" ;; *) soi=$(getOsVersion $dsk $par 2>/dev/null | cut -f2 -d:) # Sistema de archivos para datos (sistema operativo "DATA") |