Shahar Havivi has uploaded a new change for review. Change subject: Sysprep is sending apostrophes with sysprep name ......................................................................
Sysprep is sending apostrophes with sysprep name No need for apostrophes in sysprep file name. The apostrophes causes vdsm to fail to create the sysprep file. Bug-Url: https://bugzilla.redhat.com/1192495 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/00/37800/1 diff --git a/packaging/conf/osinfo-defaults.properties b/packaging/conf/osinfo-defaults.properties index 34e5894..16eeae0 100644 --- a/packaging/conf/osinfo-defaults.properties +++ b/packaging/conf/osinfo-defaults.properties @@ -155,7 +155,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 @@ -185,7 +185,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 @@ -206,7 +206,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 @@ -229,7 +229,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/37800 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6ef837ab634d75b80d5703cd103f611f2d1007d0 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Shahar Havivi <shav...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches