ogNewMbrXP 0.9 adaptado a sintáxis OpenGNsys

git-svn-id: https://opengnsys.es/svn/trunk@656 a21b9725-9963-47de-94b9-378ad31fedc9
remotes/github/debian-pkg
Antonio Doblas Viso 2009-12-14 11:20:43 +00:00
parent 38231e9c47
commit 6e139c9f40
1 changed files with 1 additions and 5 deletions

View File

@ -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
}