#802 #889 ogSetPartitionActive ends without change to UEFI computers. In this case to active a particion we must use ogNvramActiveEntry

remotes/github/pjlink
Irina Gomez 2019-05-23 12:09:18 +02:00
parent 588d1eb2b5
commit 63eec7759f
1 changed files with 4 additions and 0 deletions

View File

@ -1332,6 +1332,10 @@ if [ "$*" == "help" ]; then
"$FUNCNAME 1 1"
return
fi
# Si el EFI esta activo me salgo.
ogIsEfiActive && echo "EFI: $MSG_DONTUSE $FUNCNAME" && return
# Error si no se reciben 2 parámetros.
[ $# == 2 ] || ogRaiseError $OG_ERR_FORMAT || return $?