From 5743a0445b58bcc9bfe933b46e0494c00dc15743 Mon Sep 17 00:00:00 2001 From: adv Date: Mon, 9 Dec 2019 09:52:06 +0100 Subject: #935 #906 ogGrub4dosInstallMbr(): new Error code for disk with partitioned MSDOS OG_ERR_NOMSDOS error code: loadenviron.sh string code: lang_es:cat:gb admin code: ogRaiseError () fron system.lib --- client/engine/System.lib | 1 + 1 file changed, 1 insertion(+) (limited to 'client/engine') diff --git a/client/engine/System.lib b/client/engine/System.lib index a5034917..d4081d74 100755 --- a/client/engine/System.lib +++ b/client/engine/System.lib @@ -245,6 +245,7 @@ case "$CODE" in $OG_ERR_NOTDIFFERENT) MSG="$MSG_ERR_NOTDIFFERENT \"$2\"" ;; $OG_ERR_SYNCHRONIZING) MSG="$MSG_ERR_SYNCHRONIZING \"$2\"" ;; $OG_ERR_NOTUEFI) MSG="$MSG_ERR_NOTUEFI \"$2\"" ;; + $OG_ERR_NOMSDOS) MSG="$MSG_ERR_NOMSDOS \"$2\"" ;; *) MSG="$MSG_ERR_GENERIC"; CODE=$OG_ERR_GENERIC ;; esac -- cgit v1.2.3-18-g5258