Disk.lib nueva incorporacion EAC ogDeletePartitionsLabels v.0.1
git-svn-id: https://opengnsys.es/svn/trunk@313 a21b9725-9963-47de-94b9-378ad31fedc9remotes/github/debian-pkg
parent
a79dd5080a
commit
cc6ad14c29
|
@ -559,3 +559,16 @@ then
|
|||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
function ogDeletePartitionsLabels () {
|
||||
#/** @function ogDeletePartitionsLabels: @brief Elimina los labels de los sistemas de archivos que tenga asignado el kernel
|
||||
#@param No requiere
|
||||
#@return Nada
|
||||
#@warning
|
||||
#@attention Requisitos: comando interno linux rm
|
||||
#@note
|
||||
#@version 0.1 Date: 27/10/2008 Author Antonio J. Doblas Viso. Universidad de Malaga
|
||||
#*/
|
||||
rm /dev/disk/by-label/* # */ COMENTARIO OBLIGATORIO PARA DOXYGEN
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue