summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2014-01-16 10:27:13 +0000
committerramon <ramongomez@us.es>2014-01-16 10:27:13 +0000
commitf2efc27288aa954fadcf83d9486de769f40e38ac (patch)
tree1159afb4204283f20ca7936828dfae0d75d25053 /client
parent90a2e237e93f5a2587f0f83c405ce05b1223c1a7 (diff)
548: FunciĆ³n {{{ogWindowsBootParameters}}} detecta y configura Windows 8.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4116 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client')
-rwxr-xr-xclient/engine/Boot.lib5
1 files changed, 4 insertions, 1 deletions
diff --git a/client/engine/Boot.lib b/client/engine/Boot.lib
index 4808cfe3..1a072d04 100755
--- a/client/engine/Boot.lib
+++ b/client/engine/Boot.lib
@@ -455,7 +455,10 @@ ogDiskToDev $1 $2 || return $(ogRaiseError $OG_ERR_PARTITION; echo $?)
VERSION=$(ogGetOsVersion $1 $2)
-if echo "$VERSION" | grep "Windows 7"
+if echo "$VERSION" | grep "Windows 8"
+then
+ WINVER="Windows 8"
+elif echo "$VERSION" | grep "Windows 7"
then
WINVER="Windows 7"
elif echo "$VERSION" | grep "Windows Seven"