diff options
author | adv <adv@uma.es> | 2019-12-09 09:58:00 +0100 |
---|---|---|
committer | adv <adv@uma.es> | 2019-12-09 21:45:36 +0100 |
commit | 9c98a8dc9788793bd77c3e8d43f326d4e9b662b6 (patch) | |
tree | 6d5bb4f4909c72986f265aba6684e5b9d8da6804 /client/engine | |
parent | 5743a0445b58bcc9bfe933b46e0494c00dc15743 (diff) |
#935 #906 gGrub4dosInstallMbr(): new Error code for PC's with BIOS legacy firmware
OG_ERR_NOTBIOS
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 d4081d74..261cacf3 100755 --- a/client/engine/System.lib +++ b/client/engine/System.lib @@ -246,6 +246,7 @@ case "$CODE" in $OG_ERR_SYNCHRONIZING) MSG="$MSG_ERR_SYNCHRONIZING \"$2\"" ;; $OG_ERR_NOTUEFI) MSG="$MSG_ERR_NOTUEFI \"$2\"" ;; $OG_ERR_NOMSDOS) MSG="$MSG_ERR_NOMSDOS \"$2\"" ;; + $OG_ERR_NOTBIOS) MSG="$MSG_ERR_NOTBIOS \"$2\"" ;; *) MSG="$MSG_ERR_GENERIC"; CODE=$OG_ERR_GENERIC ;; esac |