[gnome-boxes] Don't shutdown guest after win7/win2k8 autoinstall
- From: Christophe Fergeau <teuf src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] Don't shutdown guest after win7/win2k8 autoinstall
- Date: Mon, 9 Jul 2012 18:52:15 +0000 (UTC)
commit 9af4c265d29853069a1d991bf471541402ad110e
Author: Christophe Fergeau <cfergeau redhat com>
Date: Wed Jun 27 10:11:29 2012 +0200
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
data/win2k8.xml | 7 -------
data/win7.xml | 5 -----
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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]