diff options
author | adv <adv@uma.es> | 2011-12-23 14:03:41 +0000 |
---|---|---|
committer | adv <adv@uma.es> | 2011-12-23 14:03:41 +0000 |
commit | 74e77efd1eb9f044cdbc7cd8d31e9fd94d7c73c9 (patch) | |
tree | a28dec16f2f1acd0a5383ac9cc0b7977059b4b5d /client/shared/scripts/configureOs | |
parent | c6a5f77bfc3d68a81045af8eaa3205d0f6425ced (diff) |
configureOs reconoce $OGWINCHKDISK
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2417 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/shared/scripts/configureOs')
-rwxr-xr-x | client/shared/scripts/configureOs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/shared/scripts/configureOs b/client/shared/scripts/configureOs index c9660d4d..b21b20cb 100755 --- a/client/shared/scripts/configureOs +++ b/client/shared/scripts/configureOs @@ -47,6 +47,7 @@ if [ "$(ogGetOsType $1 $2)" = "Windows" ]; then ogWindowsBootParameters $1 $2 # Registrar en Windows que la particiĆ³n indicada es su nueva unidad C:\ ogWindowsRegisterPartition $1 $2 C $1 $2 + ogLoadHiveWindows $1 $2; ogSetWindowsChkdisk $OGWINCHKDISK; ogUpdateHiveWindows fi if [ "$(ogGetOsType $1 $2)" = "Linux" ]; then |