diff options
author | adv <adv@uma.es> | 2019-12-09 09:52:06 +0100 |
---|---|---|
committer | adv <adv@uma.es> | 2019-12-09 21:45:36 +0100 |
commit | 5743a0445b58bcc9bfe933b46e0494c00dc15743 (patch) | |
tree | 9fdf305747a3561e8a86af7e3c7f2b42bedab1e6 /client/engine | |
parent | 20c44413e5b4bb31223e43f7750f001cae86c4f6 (diff) |
#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
Diffstat (limited to 'client/engine')
-rwxr-xr-x | client/engine/System.lib | 1 |
1 files changed, 1 insertions, 0 deletions
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 |