Shahar Havivi has uploaded a new change for review. Change subject: RFE: Generate sysprep answers file with name matching the version of Windows ......................................................................
RFE: Generate sysprep answers file with name matching the version of Windows No need for apostrophes in sysprep file name. The apostrophes causes vdsm to fail to create the sysprep file. Change-Id: I6ef837ab634d75b80d5703cd103f611f2d1007d0 Signed-off-by: Shahar Havivi <shah...@redhat.com> --- M packaging/conf/osinfo-defaults.properties 1 file changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/53/37753/1 diff --git a/packaging/conf/osinfo-defaults.properties b/packaging/conf/osinfo-defaults.properties index caf942b..e336e2a 100644 --- a/packaging/conf/osinfo-defaults.properties +++ b/packaging/conf/osinfo-defaults.properties @@ -154,7 +154,7 @@ os.windows_xp.name.value = Windows XP os.windows_xp.derivedFrom.value = other os.windows_xp.sysprepPath.value = ${ENGINE_USR}/conf/sysprep/sysprep.xp -os.windows_xp.sysprepFileName.value = "sysprep.inf" +os.windows_xp.sysprepFileName.value = sysprep.inf os.windows_xp.productKey.value = os.windows_xp.isTimezoneTypeInteger.value = true os.windows_xp.devices.network.value = rtl8139_pv, rtl8139, e1000, pv @@ -184,7 +184,7 @@ os.windows_2008.id.value = 4 os.windows_2008.name.value = Windows 2008 os.windows_2008.derivedFrom.value = windows_2003 -os.windows_2008.sysprepFileName.value = "Unattend.xml" +os.windows_2008.sysprepFileName.value = Unattend.xml os.windows_2008.sysprepPath.value = ${ENGINE_USR}/conf/sysprep/sysprep.2k8 os.windows_2008.productKey.value = os.windows_2008.isTimezoneTypeInteger.value = false @@ -205,7 +205,7 @@ os.windows_7.name.value = Windows 7 os.windows_7.derivedFrom.value = windows_xp os.windows_7.sysprepPath.value = ${ENGINE_USR}/conf/sysprep/sysprep.w7 -os.windows_7.sysprepFileName.value = "Unattend.xml" +os.windows_7.sysprepFileName.value = Unattend.xml os.windows_7.productKey.value = os.windows_7.devices.audio.value = ich6 os.windows_7.devices.diskInterfaces.value.3.3 = IDE, VirtIO_SCSI, VirtIO @@ -228,7 +228,7 @@ os.windows_2008x64.name.value = Windows 2008 x64 os.windows_2008x64.derivedFrom.value = windows_2003x64 os.windows_2008x64.sysprepPath.value = ${ENGINE_USR}/conf/sysprep/sysprep.2k8x64 -os.windows_2008x64.sysprepFileName.value = "Unattend.xml" +os.windows_2008x64.sysprepFileName.value = Unattend.xml os.windows_2008x64.productKey.value = os.windows_2008x64.devices.audio.value = ich6 os.windows_2008x64.isTimezoneTypeInteger.value = false -- To view, visit http://gerrit.ovirt.org/37753 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6ef837ab634d75b80d5703cd103f611f2d1007d0 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <shav...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches