548: Función {{{ogWindowsBootParameters}}} detecta y configura Windows 8.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4116 a21b9725-9963-47de-94b9-378ad31fedc9remotes/github/debian-pkg
parent
90a2e237e9
commit
f2efc27288
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue