summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-06-27 10:11:29 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2012-07-09 19:49:20 +0200
commit9af4c265d29853069a1d991bf471541402ad110e (patch)
tree14d7d0b1165d0826a95d44923bb03edc6108b136
parent3143b1feac86797e22f068181aac42035dd3b86c (diff)
Don't shutdown guest after win7/win2k8 autoinstall
The unattended XML file was telling the installer to call the shutdown command once the installation is done https://bugzilla.gnome.org/show_bug.cgi?id=679028
-rw-r--r--data/win2k8.xml7
-rw-r--r--data/win7.xml5
2 files changed, 0 insertions, 12 deletions
diff --git a/data/win2k8.xml b/data/win2k8.xml
index 89f27b7..13bd07e 100644
--- a/data/win2k8.xml
+++ b/data/win2k8.xml
@@ -89,13 +89,6 @@
<HideEULAPage>true</HideEULAPage>
<ProtectYourPC>3</ProtectYourPC>
</OOBE>
- <FirstLogonCommands>
- <SynchronousCommand wcm:action="add">
- <Order>1</Order>
- <Description>Shutting down Windows</Description>
- <CommandLine>cmd /C shutdown /s /t 0</CommandLine>
- </SynchronousCommand>
- </FirstLogonCommands>
</component>
</settings>
</unattend>
diff --git a/data/win7.xml b/data/win7.xml
index 527b755..fd748b8 100644
--- a/data/win7.xml
+++ b/data/win7.xml
@@ -102,11 +102,6 @@
<Description>Turn Off Network Selection pop-up</Description>
<CommandLine>cmd /c reg add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff"</CommandLine>
</SynchronousCommand>
- <SynchronousCommand wcm:action="add">
- <Order>2</Order>
- <Description>Shutting down Windows</Description>
- <CommandLine>cmd /C shutdown /s /t 0</CommandLine>
- </SynchronousCommand>
</FirstLogonCommands>
</component>
</settings>