From 63eec7759f44bdb2c7f453fc4963ebca00640b30 Mon Sep 17 00:00:00 2001 From: Irina Gómez Date: Thu, 23 May 2019 12:09:18 +0200 Subject: #802 #889 ogSetPartitionActive ends without change to UEFI computers. In this case to active a particion we must use ogNvramActiveEntry --- client/engine/Disk.lib | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client') diff --git a/client/engine/Disk.lib b/client/engine/Disk.lib index f7535370..ef6da455 100755 --- a/client/engine/Disk.lib +++ b/client/engine/Disk.lib @@ -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 $? -- cgit v1.2.3-18-g5258