ogNewMbrXP 0.9 adaptado a sintáxis OpenGNsys
git-svn-id: https://opengnsys.es/svn/trunk@656 a21b9725-9963-47de-94b9-378ad31fedc9remotes/github/debian-pkg
parent
38231e9c47
commit
6e139c9f40
|
@ -382,11 +382,7 @@ fi
|
|||
# Error si no se reciben 1 parámetros.
|
||||
[ $# == 1 ] || ogRaiseError $OG_ERR_FORMAT || return $?
|
||||
|
||||
echo $?
|
||||
# Identificamos el disco
|
||||
PART=`ogDiskToDev $1`
|
||||
# Error si no el disco no exite.
|
||||
[ -n "$PART" ] || ogRaiseError $OG_ERR_NOTFOUND || return $?
|
||||
PART="$(ogDiskToDev $1)" || return $?
|
||||
ms-sys -z -f $PART
|
||||
ms-sys -m -f $PART
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue