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
remotes/github/debian-pkg
ramon 2014-01-16 10:27:13 +00:00
parent 90a2e237e9
commit f2efc27288
1 changed files with 4 additions and 1 deletions

View File

@ -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"