From fidencio at redhat.com Sun May 1 21:57:27 2016 From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=) Date: Sun, 1 May 2016 23:57:27 +0200 Subject: [Libosinfo] [PATCH v4 00/12] Improvements for Windows 7, 8 and 8.1 Message-ID: <1462139859-1073-1-git-send-email-fidencio@redhat.com> Here is a series with a bunch of improvements for Windows 7, 8 and 8.1. The most important part of this series is having the express installation working again for Windows 8.1 (and, even if I tested, it has to be tested again by whoever takes the bullet and does the review). There are still some patches coming for Windows 10, but I ran out of space on my hard drive, so, let's try to have these patches upstreamed, then I can get rid of this bunch of ISOs and get back to the Windows 10 work. The patches that got already reviewed has the "Reviewed-by" in the patch. All the others need review! Fabiano Fid?ncio (12): win7: Remove two duplicated volume id entries win8: Add missing cmd script for installer win8: Add comment about the user avatar issue win8: Add installer-reboots value win8.1: Add one more enterprise iso data win8.1: Add two more "no variant" volume ids win8.1: Add a few more professional volume ids win8.1: Adjust the vol-id for enterprise x86 win8.1: Clean up vol-id entries win8.1,installer: Tune based on variants win8.1: Re-enable unattended installation win8.1: Add installer-reboots value .../microsoft.com/windows-unattend-desktop.xml.in | 18 ++++++-- data/os/microsoft.com/win-7.xml.in | 4 +- data/os/microsoft.com/win-8.1.xml.in | 50 +++++++++++----------- data/os/microsoft.com/win-8.xml.in | 10 ++++- ...nterprise_n_with_update_x64_dvd_6050225.iso.txt | 29 +++++++++++++ ...ndows_8.1_n_with_update_x64_dvd_6051677.iso.txt | 29 +++++++++++++ ....1_pro_n_vl_with_update_x64_dvd_6050969.iso.txt | 29 +++++++++++++ ....1_pro_n_vl_with_update_x86_dvd_6051127.iso.txt | 29 +++++++++++++ ..._8.1_pro_vl_with_update_x64_dvd_6050880.iso.txt | 29 +++++++++++++ ..._8.1_pro_vl_with_update_x86_dvd_6050918.iso.txt | 29 +++++++++++++ ...windows_8.1_with_update_x64_dvd_6051480.iso.txt | 29 +++++++++++++ 11 files changed, 253 insertions(+), 32 deletions(-) create mode 100644 test/isodata/windows/win8.1/en_windows_8.1_enterprise_n_with_update_x64_dvd_6050225.iso.txt create mode 100644 test/isodata/windows/win8.1/en_windows_8.1_n_with_update_x64_dvd_6051677.iso.txt create mode 100644 test/isodata/windows/win8.1/en_windows_8.1_pro_n_vl_with_update_x64_dvd_6050969.iso.txt create mode 100644 test/isodata/windows/win8.1/en_windows_8.1_pro_n_vl_with_update_x86_dvd_6051127.iso.txt create mode 100644 test/isodata/windows/win8.1/en_windows_8.1_pro_vl_with_update_x64_dvd_6050880.iso.txt create mode 100644 test/isodata/windows/win8.1/en_windows_8.1_pro_vl_with_update_x86_dvd_6050918.iso.txt create mode 100644 test/isodata/windows/win8.1/en_windows_8.1_with_update_x64_dvd_6051480.iso.txt -- 2.7.3 From fidencio at redhat.com Sun May 1 21:57:28 2016 From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=) Date: Sun, 1 May 2016 23:57:28 +0200 Subject: [Libosinfo] [PATCH v4 01/12] win7: Remove two duplicated volume id entries In-Reply-To: <1462139859-1073-1-git-send-email-fidencio@redhat.com> References: <1462139859-1073-1-git-send-email-fidencio@redhat.com> Message-ID: <1462139859-1073-2-git-send-email-fidencio@redhat.com> From: Fabiano Fid?ncio The entries removed are: - GSP1RMCPRVOL (Windows 7 Professional x86) - GSP1RMCPRXVOL (Windows 7 Professional x86_64) Signed-off-by: Fabiano Fid?ncio Acked-by: Christophe Fergeau --- data/os/microsoft.com/win-7.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/os/microsoft.com/win-7.xml.in b/data/os/microsoft.com/win-7.xml.in index c9e3ca8..2cb6488 100644 --- a/data/os/microsoft.com/win-7.xml.in +++ b/data/os/microsoft.com/win-7.xml.in @@ -94,7 +94,7 @@ - (GRMCNPRFRER|GRMCPRVOL|GSP1RMCPRVOL|GRMCPRFRER|GSP1RMCN?PRFRER|GSP1RMCPRVOL|GRMCPRFREO)_ + (GRMCNPRFRER|GRMCPRVOL|GSP1RMCPRVOL|GRMCPRFRER|GSP1RMCN?PRFRER|GRMCPRFREO)_ MICROSOFT CORPORATION [[:upper:][:digit:]]*_([[:upper:]]*) @@ -102,7 +102,7 @@ - (GRMCNPRXFRER|GRMCPRXVOL|GSP1RMCPRXVOL|GSP1RMCN?PRXFRER|GSP1RMCPRXVOL)_ + (GRMCNPRXFRER|GRMCPRXVOL|GSP1RMCN?PRXFRER|GSP1RMCPRXVOL)_ MICROSOFT CORPORATION [[:upper:][:digit:]]*_([[:upper:]]*) -- 2.7.3 From fidencio at redhat.com Sun May 1 21:57:29 2016 From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=) Date: Sun, 1 May 2016 23:57:29 +0200 Subject: [Libosinfo] [PATCH v4 02/12] win8: Add missing cmd script for installer In-Reply-To: <1462139859-1073-1-git-send-email-fidencio@redhat.com> References: <1462139859-1073-1-git-send-email-fidencio@redhat.com> Message-ID: <1462139859-1073-3-git-send-email-fidencio@redhat.com> From: Fabiano Fid?ncio Signed-off-by: Fabiano Fid?ncio --- data/os/microsoft.com/win-8.xml.in | 1 + 1 file changed, 1 insertion(+) diff --git a/data/os/microsoft.com/win-8.xml.in b/data/os/microsoft.com/win-8.xml.in index d20b239..50a1a31 100644 --- a/data/os/microsoft.com/win-8.xml.in +++ b/data/os/microsoft.com/win-8.xml.in @@ -54,6 +54,7 @@ > + > + > + > + multi-user > + > + > + sshd > + > + > + > + > + > + > + autoyast2-installation > + dhcp-client > + dhcp-tools > + > + > + apparmor > + apparmor_opt > + base > + console > + devel_basis > + enhanced_base > + enhanced_base_opt > + sw_management > + yast2_basis > + yast2_install_wf > + > + > + > + UTC > + > + > + > + > + 100 > + > + /home > + -1 > + /bin/bash > + /etc/skel > + 022 > + > + > + > + false > + root > + 0 > + /root > + /bin/bash > + 0 > + > + root > + > + > + > + > + > + > + > + > -- > 2.7.3 > > _______________________________________________ > Libosinfo mailing list > Libosinfo at redhat.com > https://www.redhat.com/mailman/listinfo/libosinfo -- Regards, Zeeshan Ali (Khattak) From zeeshanak at gnome.org Wed May 4 17:57:51 2016 From: zeeshanak at gnome.org (Zeeshan Ali (Khattak)) Date: Wed, 4 May 2016 18:57:51 +0100 Subject: [Libosinfo] [PATCH 14/16] opensuse, installer: Add DESKTOP script In-Reply-To: <1461758616-31503-14-git-send-email-fidencio@redhat.com> References: <1461758616-31503-1-git-send-email-fidencio@redhat.com> <1461758616-31503-14-git-send-email-fidencio@redhat.com> Message-ID: On Wed, Apr 27, 2016 at 1:03 PM, Fabiano Fid?ncio wrote: > The script has been tested and works as expected for the most recent > releases of OpenSUSE (Leap 4.21 and Tumbleweed). > A big thanks to Lasse Schuirmann, who had worked on a similar script, > from which I got the chroot-scripts part, during his GSoC project. Kudos to you too but please add empty line before every paragraph. :) > Co-author: Lasse Schuirmann > --- > .../opensuse.org/autoinst-desktop.xml.in | 333 +++++++++++++++++++++ > 1 file changed, 333 insertions(+) > create mode 100644 data/install-script/opensuse.org/autoinst-desktop.xml.in > > diff --git a/data/install-script/opensuse.org/autoinst-desktop.xml.in b/data/install-script/opensuse.org/autoinst-desktop.xml.in > new file mode 100644 > index 0000000..32943ce > --- /dev/null > +++ b/data/install-script/opensuse.org/autoinst-desktop.xml.in > @@ -0,0 +1,333 @@ > + > + > + > + > + desktop > + autoinst.xml > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + disk > + > + > + > + > -- > 2.7.3 > > _______________________________________________ > Libosinfo mailing list > Libosinfo at redhat.com > https://www.redhat.com/mailman/listinfo/libosinfo -- Regards, Zeeshan Ali (Khattak) From zeeshanak at gnome.org Wed May 4 17:58:48 2016 From: zeeshanak at gnome.org (Zeeshan Ali (Khattak)) Date: Wed, 4 May 2016 18:58:48 +0100 Subject: [Libosinfo] [PATCH 14/16] opensuse, installer: Add DESKTOP script In-Reply-To: References: <1461758616-31503-1-git-send-email-fidencio@redhat.com> <1461758616-31503-14-git-send-email-fidencio@redhat.com> Message-ID: On Wed, May 4, 2016 at 6:57 PM, Zeeshan Ali (Khattak) wrote: > On Wed, Apr 27, 2016 at 1:03 PM, Fabiano Fid?ncio wrote: >> The script has been tested and works as expected for the most recent >> releases of OpenSUSE (Leap 4.21 and Tumbleweed). >> A big thanks to Lasse Schuirmann, who had worked on a similar script, >> from which I got the chroot-scripts part, during his GSoC project. > > Kudos to you too but please add empty line before every paragraph. :) Forgot to say, ack with this minor issue fixed. >> Co-author: Lasse Schuirmann >> --- >> .../opensuse.org/autoinst-desktop.xml.in | 333 +++++++++++++++++++++ >> 1 file changed, 333 insertions(+) >> create mode 100644 data/install-script/opensuse.org/autoinst-desktop.xml.in >> >> diff --git a/data/install-script/opensuse.org/autoinst-desktop.xml.in b/data/install-script/opensuse.org/autoinst-desktop.xml.in >> new file mode 100644 >> index 0000000..32943ce >> --- /dev/null >> +++ b/data/install-script/opensuse.org/autoinst-desktop.xml.in >> @@ -0,0 +1,333 @@ >> + >> + >> + >> + >> + desktop >> + autoinst.xml >> + >> + >> + >> + >> + >> + >> + >> + >> + >> + >> + >> + >> + >> + >> + >> + >> + >> + >> + disk >> + >> + >> + >> + >> -- >> 2.7.3 >> >> _______________________________________________ >> Libosinfo mailing list >> Libosinfo at redhat.com >> https://www.redhat.com/mailman/listinfo/libosinfo > > > > -- > Regards, > > Zeeshan Ali (Khattak) -- Regards, Zeeshan Ali (Khattak) From fidencio at redhat.com Wed May 4 21:37:20 2016 From: fidencio at redhat.com (=?UTF-8?Q?Fabiano_Fid=C3=AAncio?=) Date: Wed, 4 May 2016 23:37:20 +0200 Subject: [Libosinfo] [PATCH v5 01/14] win7: Remove two duplicated volume id entries In-Reply-To: References: <1462298715-3718-1-git-send-email-fidencio@redhat.com> Message-ID: On Wed, May 4, 2016 at 6:26 PM, Zeeshan Ali (Khattak) wrote: > ACK series but please fix the commit log of one patch that I pointed > out in review before pushing. Done and pushed. Thanks! > > On Tue, May 3, 2016 at 7:05 PM, Fabiano Fid?ncio wrote: >> From: Fabiano Fid?ncio >> >> The entries removed are: >> - GSP1RMCPRVOL (Windows 7 Professional x86) >> - GSP1RMCPRXVOL (Windows 7 Professional x86_64) >> >> Signed-off-by: Fabiano Fid?ncio >> Acked-by: Christophe Fergeau >> --- >> data/os/microsoft.com/win-7.xml.in | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/data/os/microsoft.com/win-7.xml.in b/data/os/microsoft.com/win-7.xml.in >> index c9e3ca8..2cb6488 100644 >> --- a/data/os/microsoft.com/win-7.xml.in >> +++ b/data/os/microsoft.com/win-7.xml.in >> @@ -94,7 +94,7 @@ >> >> >> >> - (GRMCNPRFRER|GRMCPRVOL|GSP1RMCPRVOL|GRMCPRFRER|GSP1RMCN?PRFRER|GSP1RMCPRVOL|GRMCPRFREO)_ >> + (GRMCNPRFRER|GRMCPRVOL|GSP1RMCPRVOL|GRMCPRFRER|GSP1RMCN?PRFRER|GRMCPRFREO)_ >> MICROSOFT CORPORATION >> [[:upper:][:digit:]]*_([[:upper:]]*) >> >> @@ -102,7 +102,7 @@ >> >> >> >> - (GRMCNPRXFRER|GRMCPRXVOL|GSP1RMCPRXVOL|GSP1RMCN?PRXFRER|GSP1RMCPRXVOL)_ >> + (GRMCNPRXFRER|GRMCPRXVOL|GSP1RMCN?PRXFRER|GSP1RMCPRXVOL)_ >> MICROSOFT CORPORATION >> [[:upper:][:digit:]]*_([[:upper:]]*) >> >> -- >> 2.7.3 >> >> _______________________________________________ >> Libosinfo mailing list >> Libosinfo at redhat.com >> https://www.redhat.com/mailman/listinfo/libosinfo > > > > -- > Regards, > > Zeeshan Ali (Khattak) From fidencio at redhat.com Wed May 4 21:54:24 2016 From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=) Date: Wed, 4 May 2016 23:54:24 +0200 Subject: [Libosinfo] [PATCH] opensuse-tumbleweed: Bump recommended storage size In-Reply-To: <1461758616-31503-1-git-send-email-fidencio@redhat.com> References: <1461758616-31503-1-git-send-email-fidencio@redhat.com> Message-ID: <1462398864-25119-1-git-send-email-fidencio@redhat.com> Although the values are correct, it is impossible to have a normal (graphical) usage of a system with the storage's recommended size. So, instead of using 5GB as recommended storage size, let's increase this value to 20GB. Signed-off-by: Fabiano Fid?ncio --- data/os/opensuse.org/opensuse-tumbleweed.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/os/opensuse.org/opensuse-tumbleweed.xml.in b/data/os/opensuse.org/opensuse-tumbleweed.xml.in index 994f39e..1a3a272 100644 --- a/data/os/opensuse.org/opensuse-tumbleweed.xml.in +++ b/data/os/opensuse.org/opensuse-tumbleweed.xml.in @@ -47,7 +47,7 @@ 2400000000 2147483648 - 5368709120 + 21474836480 -- 2.7.4 From fidencio at redhat.com Wed May 4 21:58:44 2016 From: fidencio at redhat.com (=?UTF-8?Q?Fabiano_Fid=C3=AAncio?=) Date: Wed, 4 May 2016 23:58:44 +0200 Subject: [Libosinfo] [PATCH v1 6/6] win8, installer: Tune based on variants In-Reply-To: References: <1462311761-30981-1-git-send-email-fidencio@redhat.com> <1462311761-30981-7-git-send-email-fidencio@redhat.com> Message-ID: On Wed, May 4, 2016 at 7:11 PM, Zeeshan Ali (Khattak) wrote: > Hi, > > On Tue, May 3, 2016 at 10:42 PM, Fabiano Fid?ncio wrote: >> The same issues faced when enabling the unattended installation for >> Windows 8.1 can be faced when performing a unattended installation for >> Windows 8. > > Would be nice to describe the problem here. With shortlog also vague, > commit log isn't telling the most important bit. Sure, i'll resubmit the series being more verbose here. > > However, I wasn't been able to test the Windows 8 >> Professional variant as it needs a VLK and MSDN tells me that only >> administrators can access kets in the Volume Licensing Service Center > > I think you meant "keys" here? Yep. > >> (VLSC). So, this patch has only been tested on No Variant and Enterprise >> variant of Windows 8. Any of the debug versions have been tested at all, > > "Any" -> "None" or "All"? Sure. > >> as the system reboots as soon as it boots, what seems like an ISO >> problem. > > Just to be sure, by "ISO problem" you mean that ISO seems/is broken in > this regard? ISO seems broken, as it boots and then reboots after a minute or so. > >> Signed-off-by: Fabiano Fid?ncio >> --- >> data/install-script/microsoft.com/windows-unattend-desktop.xml.in | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/data/install-script/microsoft.com/windows-unattend-desktop.xml.in b/data/install-script/microsoft.com/windows-unattend-desktop.xml.in >> index 310246f..a207c1d 100644 >> --- a/data/install-script/microsoft.com/windows-unattend-desktop.xml.in >> +++ b/data/install-script/microsoft.com/windows-unattend-desktop.xml.in >> @@ -150,12 +150,12 @@ >> >> true >> >> - >> + >> >> >> >> >> - >> + >> >> >> >> -- >> 2.7.3 >> >> _______________________________________________ >> Libosinfo mailing list >> Libosinfo at redhat.com >> https://www.redhat.com/mailman/listinfo/libosinfo > > > > -- > Regards, > > Zeeshan Ali (Khattak) From fidencio at redhat.com Wed May 4 22:01:33 2016 From: fidencio at redhat.com (=?UTF-8?Q?Fabiano_Fid=C3=AAncio?=) Date: Thu, 5 May 2016 00:01:33 +0200 Subject: [Libosinfo] [PATCH 12/16] opensuse-tumbleweed: Remove recommended reqs In-Reply-To: References: <1461758616-31503-1-git-send-email-fidencio@redhat.com> <1461758616-31503-12-git-send-email-fidencio@redhat.com> Message-ID: On Wed, May 4, 2016 at 7:20 PM, Zeeshan Ali (Khattak) wrote: > On Wed, Apr 27, 2016 at 1:03 PM, Fabiano Fid?ncio wrote: >> Althouth the values are correct, is impossible to have a nonmal > > "is" -> "it is". Okay. > >> (graphical) usage of a system with the recommended requirements >> (specially storage). > > "specially" -> "especially", I think. Okay. > > Why not bump the recommended resources instead? Hmm. You're right, actually makes more sense to increase the storage size than removing the recommended resources. I've already submitted a new patch. I'm not sure, but are all the other patches already ACKed? I'll re-submit the whole series again anyways, just want to be sure about them before doing this.. > >> --- >> data/os/opensuse.org/opensuse-tumbleweed.xml.in | 5 ----- >> 1 file changed, 5 deletions(-) >> >> diff --git a/data/os/opensuse.org/opensuse-tumbleweed.xml.in b/data/os/opensuse.org/opensuse-tumbleweed.xml.in >> index 994f39e..e98c353 100644 >> --- a/data/os/opensuse.org/opensuse-tumbleweed.xml.in >> +++ b/data/os/opensuse.org/opensuse-tumbleweed.xml.in >> @@ -44,11 +44,6 @@ >> 1073741824 >> 3221225472 >> >> - >> - 2400000000 >> - 2147483648 >> - 5368709120 >> - >> >> >> >> -- >> 2.7.3 >> >> _______________________________________________ >> Libosinfo mailing list >> Libosinfo at redhat.com >> https://www.redhat.com/mailman/listinfo/libosinfo > > > > -- > Regards, > > Zeeshan Ali (Khattak) From fidencio at redhat.com Wed May 4 22:37:29 2016 From: fidencio at redhat.com (=?UTF-8?Q?Fabiano_Fid=C3=AAncio?=) Date: Thu, 5 May 2016 00:37:29 +0200 Subject: [Libosinfo] [PATCH v1 6/6] win8, installer: Tune based on variants In-Reply-To: References: <1462311761-30981-1-git-send-email-fidencio@redhat.com> <1462311761-30981-7-git-send-email-fidencio@redhat.com> Message-ID: On Wed, May 4, 2016 at 11:58 PM, Fabiano Fid?ncio wrote: > On Wed, May 4, 2016 at 7:11 PM, Zeeshan Ali (Khattak) > wrote: >> Hi, >> >> On Tue, May 3, 2016 at 10:42 PM, Fabiano Fid?ncio wrote: >>> The same issues faced when enabling the unattended installation for >>> Windows 8.1 can be faced when performing a unattended installation for >>> Windows 8. >> >> Would be nice to describe the problem here. With shortlog also vague, >> commit log isn't telling the most important bit. > > Sure, i'll resubmit the series being more verbose here. Btw, forgot to ask, may I consider all the other patches as ACKeds? > >> >> However, I wasn't been able to test the Windows 8 >>> Professional variant as it needs a VLK and MSDN tells me that only >>> administrators can access kets in the Volume Licensing Service Center >> >> I think you meant "keys" here? > > Yep. > >> >>> (VLSC). So, this patch has only been tested on No Variant and Enterprise >>> variant of Windows 8. Any of the debug versions have been tested at all, >> >> "Any" -> "None" or "All"? > > Sure. > >> >>> as the system reboots as soon as it boots, what seems like an ISO >>> problem. >> >> Just to be sure, by "ISO problem" you mean that ISO seems/is broken in >> this regard? > > ISO seems broken, as it boots and then reboots after a minute or so. > >> >>> Signed-off-by: Fabiano Fid?ncio >>> --- >>> data/install-script/microsoft.com/windows-unattend-desktop.xml.in | 4 ++-- >>> 1 file changed, 2 insertions(+), 2 deletions(-) >>> >>> diff --git a/data/install-script/microsoft.com/windows-unattend-desktop.xml.in b/data/install-script/microsoft.com/windows-unattend-desktop.xml.in >>> index 310246f..a207c1d 100644 >>> --- a/data/install-script/microsoft.com/windows-unattend-desktop.xml.in >>> +++ b/data/install-script/microsoft.com/windows-unattend-desktop.xml.in >>> @@ -150,12 +150,12 @@ >>> >>> true >>> >>> - >>> + >>> >>> >>> >>> >>> - >>> + >>> >>> >>> >>> -- >>> 2.7.3 >>> >>> _______________________________________________ >>> Libosinfo mailing list >>> Libosinfo at redhat.com >>> https://www.redhat.com/mailman/listinfo/libosinfo >> >> >> >> -- >> Regards, >> >> Zeeshan Ali (Khattak) From fidencio at redhat.com Wed May 4 22:37:35 2016 From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=) Date: Thu, 5 May 2016 00:37:35 +0200 Subject: [Libosinfo] [PATCH] win8,installer: Tune based on variants In-Reply-To: <1462311761-30981-7-git-send-email-fidencio@redhat.com> References: <1462311761-30981-7-git-send-email-fidencio@redhat.com> Message-ID: <1462401455-26985-1-git-send-email-fidencio@redhat.com> As Windows 8.1, Windows 8 (most likely) has to have the ProductKey skipped during the WindowsPE phase of the script for the enterprise, enterprise-debug and professional variants. neither "debug variant". Most likely is said because I haven't been able to test the Windows 8 Professional variant as it needs a VLK and MSDN tells me that only administrators can access keys in the Volume Licensing Service Center (VLSC). Also, I haven't been able to start an installation using none of the debug ISOs, as the system reboots just a minute (or so) after booting up. It seems to be a problem with the ISOs themselves, as I've downloaded a few ISOs (different locales) and faced the same issue. Signed-off-by: Fabiano Fid?ncio --- data/install-script/microsoft.com/windows-unattend-desktop.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/install-script/microsoft.com/windows-unattend-desktop.xml.in b/data/install-script/microsoft.com/windows-unattend-desktop.xml.in index 310246f..a207c1d 100644 --- a/data/install-script/microsoft.com/windows-unattend-desktop.xml.in +++ b/data/install-script/microsoft.com/windows-unattend-desktop.xml.in @@ -150,12 +150,12 @@ true - + - + -- 2.7.4 From fidencio at redhat.com Thu May 5 10:55:31 2016 From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=) Date: Thu, 5 May 2016 12:55:31 +0200 Subject: [Libosinfo] [PATCH 00/10] A bunch of Windows 10 improvements Message-ID: <1462445741-32539-1-git-send-email-fidencio@redhat.com> For this series I'm adding info about the volume ids for all (non tech preview) Windows 10 ISOs that I have access in the MSDN. Also, the unattended installation support is being enabled for Windows 10. This series must be applied on top of the Windows 8 series[0]. [0]: https://www.redhat.com/archives/libosinfo/2016-May/msg00056.html Fabiano Fid?ncio (10): win10: Add an Education (x86_64) volume id win10: Group and adjust Education volume ids win10: Add two Enterprise (x86_64) volume ids win10: Adjust Enterprise (x86) volume ids win10: Add two Enterprise LTSB (x86_64) volume ids win10: Add two Enterprise LTSB (x86) volume ids win10: Add two (x86_64) volume ids win10: Add two (x86) volume ids win,installer: Improve "setting product key" logic win10: Enable unattended installation .../microsoft.com/windows-unattend-desktop.xml.in | 21 ++++--- data/os/microsoft.com/win-10.xml.in | 69 +++++++++++++++++++++- ..._windows_10_education_n_x64_dvd_6847236.iso.txt | 29 +++++++++ ..._enterprise_2015_ltsb_n_x64_dvd_6848316.iso.txt | 29 +++++++++ ...10_enterprise_2015_ltsb_x64_dvd_6848446.iso.txt | 29 +++++++++ ...windows_10_enterprise_n_x64_dvd_6852541.iso.txt | 29 +++++++++ ...n_windows_10_enterprise_x64_dvd_6851151.iso.txt | 29 +++++++++ ...ws_10_multiple_editions_x64_dvd_6846432.iso.txt | 29 +++++++++ ..._10_n_multiple_editions_x64_dvd_6846434.iso.txt | 29 +++++++++ 9 files changed, 283 insertions(+), 10 deletions(-) create mode 100644 test/isodata/windows/win10/en_windows_10_education_n_x64_dvd_6847236.iso.txt create mode 100644 test/isodata/windows/win10/en_windows_10_enterprise_2015_ltsb_n_x64_dvd_6848316.iso.txt create mode 100644 test/isodata/windows/win10/en_windows_10_enterprise_2015_ltsb_x64_dvd_6848446.iso.txt create mode 100644 test/isodata/windows/win10/en_windows_10_enterprise_n_x64_dvd_6852541.iso.txt create mode 100644 test/isodata/windows/win10/en_windows_10_enterprise_x64_dvd_6851151.iso.txt create mode 100644 test/isodata/windows/win10/en_windows_10_multiple_editions_x64_dvd_6846432.iso.txt create mode 100644 test/isodata/windows/win10/en_windows_10_n_multiple_editions_x64_dvd_6846434.iso.txt -- 2.7.4 From fidencio at redhat.com Thu May 5 10:55:32 2016 From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=) Date: Thu, 5 May 2016 12:55:32 +0200 Subject: [Libosinfo] [PATCH 01/10] win10: Add an Education (x86_64) volume id In-Reply-To: <1462445741-32539-1-git-send-email-fidencio@redhat.com> References: <1462445741-32539-1-git-send-email-fidencio@redhat.com> Message-ID: <1462445741-32539-2-git-send-email-fidencio@redhat.com> Signed-off-by: Fabiano Fid?ncio --- data/os/microsoft.com/win-10.xml.in | 8 ++++++ ..._windows_10_education_n_x64_dvd_6847236.iso.txt | 29 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 test/isodata/windows/win10/en_windows_10_education_n_x64_dvd_6847236.iso.txt diff --git a/data/os/microsoft.com/win-10.xml.in b/data/os/microsoft.com/win-10.xml.in index 67ef6fe..980898d 100644 --- a/data/os/microsoft.com/win-10.xml.in +++ b/data/os/microsoft.com/win-10.xml.in @@ -27,6 +27,14 @@ [[:upper:][:digit:]_]*_([[:upper:]]*-[[:upper:]]*) + + + + J_CEDNA_X64FRE_ + MICROSOFT CORPORATION + [[:upper:][:digit:]_]*_([[:upper:]]*-[[:upper:]]*) + + diff --git a/test/isodata/windows/win10/en_windows_10_education_n_x64_dvd_6847236.iso.txt b/test/isodata/windows/win10/en_windows_10_education_n_x64_dvd_6847236.iso.txt new file mode 100644 index 0000000..75011a8 --- /dev/null +++ b/test/isodata/windows/win10/en_windows_10_education_n_x64_dvd_6847236.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: +Volume id: J_CEDNA_X64FRE_EN-US_DV5 +Volume set id: J_CEDNA_X64FRE_EN-US_DV5 +Publisher id: MICROSOFT CORPORATION +Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080 +Application id: CDIMAGE 2.53 (01/01/2005 TM) +Copyright File id: +Abstract File id: +Bibliographic File id: +Volume set size is: 1 +Volume set sequence number is: 1 +Logical block size is: 2048 +Volume size is: 1849016 +El Torito VD version 1 found, boot catalog is in sector 22 +NO Joliet present +NO Rock Ridge present +Eltorito validation header: + Hid 1 + Arch 0 (x86) + ID 'Microsoft Corporation' + Key 55 AA + Eltorito defaultboot header: + Bootid 88 (bootable) + Boot media 0 (No Emulation Boot) + Load segment 0 + Sys type 0 + Nsect 8 + Bootoff 221 545 -- 2.7.4 From fidencio at redhat.com Thu May 5 10:55:33 2016 From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=) Date: Thu, 5 May 2016 12:55:33 +0200 Subject: [Libosinfo] [PATCH 02/10] win10: Group and adjust Education volume ids In-Reply-To: <1462445741-32539-1-git-send-email-fidencio@redhat.com> References: <1462445741-32539-1-git-send-email-fidencio@redhat.com> Message-ID: <1462445741-32539-3-git-send-email-fidencio@redhat.com> These new volume ids were added based on mimicking the already known ones for x86 and x86_64. Signed-off-by: Fabiano Fid?ncio --- data/os/microsoft.com/win-10.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/os/microsoft.com/win-10.xml.in b/data/os/microsoft.com/win-10.xml.in index 980898d..23fbea3 100644 --- a/data/os/microsoft.com/win-10.xml.in +++ b/data/os/microsoft.com/win-10.xml.in @@ -22,7 +22,7 @@ - J_CEDA_X86FRE_ + J_CEDN?A_X86FRE_ MICROSOFT CORPORATION [[:upper:][:digit:]_]*_([[:upper:]]*-[[:upper:]]*) @@ -30,7 +30,7 @@ - J_CEDNA_X64FRE_ + J_CEDN?A_X64FRE_ MICROSOFT CORPORATION [[:upper:][:digit:]_]*_([[:upper:]]*-[[:upper:]]*) -- 2.7.4 From fidencio at redhat.com Thu May 5 10:55:34 2016 From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=) Date: Thu, 5 May 2016 12:55:34 +0200 Subject: [Libosinfo] [PATCH 03/10] win10: Add two Enterprise (x86_64) volume ids In-Reply-To: <1462445741-32539-1-git-send-email-fidencio@redhat.com> References: <1462445741-32539-1-git-send-email-fidencio@redhat.com> Message-ID: <1462445741-32539-4-git-send-email-fidencio@redhat.com> Signed-off-by: Fabiano Fid?ncio --- data/os/microsoft.com/win-10.xml.in | 8 ++++++ ...windows_10_enterprise_n_x64_dvd_6852541.iso.txt | 29 ++++++++++++++++++++++ ...n_windows_10_enterprise_x64_dvd_6851151.iso.txt | 29 ++++++++++++++++++++++ 3 files changed, 66 insertions(+) create mode 100644 test/isodata/windows/win10/en_windows_10_enterprise_n_x64_dvd_6852541.iso.txt create mode 100644 test/isodata/windows/win10/en_windows_10_enterprise_x64_dvd_6851151.iso.txt diff --git a/data/os/microsoft.com/win-10.xml.in b/data/os/microsoft.com/win-10.xml.in index 23fbea3..c2109f1 100644 --- a/data/os/microsoft.com/win-10.xml.in +++ b/data/os/microsoft.com/win-10.xml.in @@ -45,6 +45,14 @@ [[:upper:][:digit:]_]*_([[:upper:]]*-[[:upper:]]*) + + + + J_CENN?A_X64FREV_ + MICROSOFT CORPORATION + [[:upper:][:digit:]_]*_([[:upper:]]*-[[:upper:]]*) + + diff --git a/test/isodata/windows/win10/en_windows_10_enterprise_n_x64_dvd_6852541.iso.txt b/test/isodata/windows/win10/en_windows_10_enterprise_n_x64_dvd_6852541.iso.txt new file mode 100644 index 0000000..d884c5d --- /dev/null +++ b/test/isodata/windows/win10/en_windows_10_enterprise_n_x64_dvd_6852541.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: +Volume id: J_CENNA_X64FREV_EN-US_DV5 +Volume set id: J_CENNA_X64FREV_EN-US_DV5 +Publisher id: MICROSOFT CORPORATION +Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080 +Application id: CDIMAGE 2.53 (01/01/2005 TM) +Copyright File id: +Abstract File id: +Bibliographic File id: +Volume set size is: 1 +Volume set sequence number is: 1 +Logical block size is: 2048 +Volume size is: 1849189 +El Torito VD version 1 found, boot catalog is in sector 22 +NO Joliet present +NO Rock Ridge present +Eltorito validation header: + Hid 1 + Arch 0 (x86) + ID 'Microsoft Corporation' + Key 55 AA + Eltorito defaultboot header: + Bootid 88 (bootable) + Boot media 0 (No Emulation Boot) + Load segment 0 + Sys type 0 + Nsect 8 + Bootoff 221 545 diff --git a/test/isodata/windows/win10/en_windows_10_enterprise_x64_dvd_6851151.iso.txt b/test/isodata/windows/win10/en_windows_10_enterprise_x64_dvd_6851151.iso.txt new file mode 100644 index 0000000..add60dd --- /dev/null +++ b/test/isodata/windows/win10/en_windows_10_enterprise_x64_dvd_6851151.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: +Volume id: J_CENA_X64FREV_EN-US_DV5 +Volume set id: J_CENA_X64FREV_EN-US_DV5 +Publisher id: MICROSOFT CORPORATION +Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080 +Application id: CDIMAGE 2.53 (01/01/2005 TM) +Copyright File id: +Abstract File id: +Bibliographic File id: +Volume set size is: 1 +Volume set sequence number is: 1 +Logical block size is: 2048 +Volume size is: 1923455 +El Torito VD version 1 found, boot catalog is in sector 22 +NO Joliet present +NO Rock Ridge present +Eltorito validation header: + Hid 1 + Arch 0 (x86) + ID 'Microsoft Corporation' + Key 55 AA + Eltorito defaultboot header: + Bootid 88 (bootable) + Boot media 0 (No Emulation Boot) + Load segment 0 + Sys type 0 + Nsect 8 + Bootoff 221 545 -- 2.7.4 From fidencio at redhat.com Thu May 5 10:55:35 2016 From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=) Date: Thu, 5 May 2016 12:55:35 +0200 Subject: [Libosinfo] [PATCH 04/10] win10: Adjust Enterprise (x86) volume ids In-Reply-To: <1462445741-32539-1-git-send-email-fidencio@redhat.com> References: <1462445741-32539-1-git-send-email-fidencio@redhat.com> Message-ID: <1462445741-32539-5-git-send-email-fidencio@redhat.com> Adjusting this volume id based on mimicking the already known ones for x86_64. Signed-off-by: Fabiano Fid?ncio --- data/os/microsoft.com/win-10.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/os/microsoft.com/win-10.xml.in b/data/os/microsoft.com/win-10.xml.in index c2109f1..d5963bc 100644 --- a/data/os/microsoft.com/win-10.xml.in +++ b/data/os/microsoft.com/win-10.xml.in @@ -40,7 +40,7 @@ - J_CENA_X86FREV_ + J_CENN?A_X86FREV_ MICROSOFT CORPORATION [[:upper:][:digit:]_]*_([[:upper:]]*-[[:upper:]]*) -- 2.7.4 From fidencio at redhat.com Thu May 5 10:55:36 2016 From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=) Date: Thu, 5 May 2016 12:55:36 +0200 Subject: [Libosinfo] [PATCH 05/10] win10: Add two Enterprise LTSB (x86_64) volume ids In-Reply-To: <1462445741-32539-1-git-send-email-fidencio@redhat.com> References: <1462445741-32539-1-git-send-email-fidencio@redhat.com> Message-ID: <1462445741-32539-6-git-send-email-fidencio@redhat.com> Signed-off-by: Fabiano Fid?ncio --- data/os/microsoft.com/win-10.xml.in | 13 ++++++++++ ..._enterprise_2015_ltsb_n_x64_dvd_6848316.iso.txt | 29 ++++++++++++++++++++++ ...10_enterprise_2015_ltsb_x64_dvd_6848446.iso.txt | 29 ++++++++++++++++++++++ 3 files changed, 71 insertions(+) create mode 100644 test/isodata/windows/win10/en_windows_10_enterprise_2015_ltsb_n_x64_dvd_6848316.iso.txt create mode 100644 test/isodata/windows/win10/en_windows_10_enterprise_2015_ltsb_x64_dvd_6848446.iso.txt diff --git a/data/os/microsoft.com/win-10.xml.in b/data/os/microsoft.com/win-10.xml.in index d5963bc..8cd15f3 100644 --- a/data/os/microsoft.com/win-10.xml.in +++ b/data/os/microsoft.com/win-10.xml.in @@ -17,6 +17,9 @@ <_name>Microsoft Windows 10 Enterprise + + <_name>Microsoft Windows 10 Enterprise (Long Term Servicing Branch) + @@ -54,6 +57,16 @@ + + + + + J_CESN?N?_X64FREV_ + MICROSOFT CORPORATION + [[:upper:][:digit:]_]*_([[:upper:]]*-[[:upper:]]*) + + + 1000000000 diff --git a/test/isodata/windows/win10/en_windows_10_enterprise_2015_ltsb_n_x64_dvd_6848316.iso.txt b/test/isodata/windows/win10/en_windows_10_enterprise_2015_ltsb_n_x64_dvd_6848316.iso.txt new file mode 100644 index 0000000..d92828a --- /dev/null +++ b/test/isodata/windows/win10/en_windows_10_enterprise_2015_ltsb_n_x64_dvd_6848316.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: +Volume id: J_CESNN_X64FREV_EN-US_DV5 +Volume set id: J_CESNN_X64FREV_EN-US_DV5 +Publisher id: MICROSOFT CORPORATION +Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080 +Application id: CDIMAGE 2.53 (01/01/2005 TM) +Copyright File id: +Abstract File id: +Bibliographic File id: +Volume set size is: 1 +Volume set sequence number is: 1 +Logical block size is: 2048 +Volume size is: 1742823 +El Torito VD version 1 found, boot catalog is in sector 22 +NO Joliet present +NO Rock Ridge present +Eltorito validation header: + Hid 1 + Arch 0 (x86) + ID 'Microsoft Corporation' + Key 55 AA + Eltorito defaultboot header: + Bootid 88 (bootable) + Boot media 0 (No Emulation Boot) + Load segment 0 + Sys type 0 + Nsect 8 + Bootoff 221 545 diff --git a/test/isodata/windows/win10/en_windows_10_enterprise_2015_ltsb_x64_dvd_6848446.iso.txt b/test/isodata/windows/win10/en_windows_10_enterprise_2015_ltsb_x64_dvd_6848446.iso.txt new file mode 100644 index 0000000..e096bd8 --- /dev/null +++ b/test/isodata/windows/win10/en_windows_10_enterprise_2015_ltsb_x64_dvd_6848446.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: +Volume id: J_CES_X64FREV_EN-US_DV5 +Volume set id: J_CES_X64FREV_EN-US_DV5 +Publisher id: MICROSOFT CORPORATION +Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080 +Application id: CDIMAGE 2.53 (01/01/2005 TM) +Copyright File id: +Abstract File id: +Bibliographic File id: +Volume set size is: 1 +Volume set sequence number is: 1 +Logical block size is: 2048 +Volume size is: 1802801 +El Torito VD version 1 found, boot catalog is in sector 22 +NO Joliet present +NO Rock Ridge present +Eltorito validation header: + Hid 1 + Arch 0 (x86) + ID 'Microsoft Corporation' + Key 55 AA + Eltorito defaultboot header: + Bootid 88 (bootable) + Boot media 0 (No Emulation Boot) + Load segment 0 + Sys type 0 + Nsect 8 + Bootoff 221 545 -- 2.7.4 From fidencio at redhat.com Thu May 5 10:55:37 2016 From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=) Date: Thu, 5 May 2016 12:55:37 +0200 Subject: [Libosinfo] [PATCH 06/10] win10: Add two Enterprise LTSB (x86) volume ids In-Reply-To: <1462445741-32539-1-git-send-email-fidencio@redhat.com> References: <1462445741-32539-1-git-send-email-fidencio@redhat.com> Message-ID: <1462445741-32539-7-git-send-email-fidencio@redhat.com> Adding these two volume ids mimicking our x86_64 volume ids. Signed-off-by: Fabiano Fid?ncio --- data/os/microsoft.com/win-10.xml.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/os/microsoft.com/win-10.xml.in b/data/os/microsoft.com/win-10.xml.in index 8cd15f3..df976ee 100644 --- a/data/os/microsoft.com/win-10.xml.in +++ b/data/os/microsoft.com/win-10.xml.in @@ -58,6 +58,14 @@ + + + + J_CESN?N?_X86FREV_ + MICROSOFT CORPORATION + [[:upper:][:digit:]_]*_([[:upper:]]*-[[:upper:]]*) + + -- 2.7.4 From fidencio at redhat.com Thu May 5 10:55:38 2016 From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=) Date: Thu, 5 May 2016 12:55:38 +0200 Subject: [Libosinfo] [PATCH 07/10] win10: Add two (x86_64) volume ids In-Reply-To: <1462445741-32539-1-git-send-email-fidencio@redhat.com> References: <1462445741-32539-1-git-send-email-fidencio@redhat.com> Message-ID: <1462445741-32539-8-git-send-email-fidencio@redhat.com> Signed-off-by: Fabiano Fid?ncio --- data/os/microsoft.com/win-10.xml.in | 9 +++++++ ...ws_10_multiple_editions_x64_dvd_6846432.iso.txt | 29 ++++++++++++++++++++++ ..._10_n_multiple_editions_x64_dvd_6846434.iso.txt | 29 ++++++++++++++++++++++ 3 files changed, 67 insertions(+) create mode 100644 test/isodata/windows/win10/en_windows_10_multiple_editions_x64_dvd_6846432.iso.txt create mode 100644 test/isodata/windows/win10/en_windows_10_n_multiple_editions_x64_dvd_6846434.iso.txt diff --git a/data/os/microsoft.com/win-10.xml.in b/data/os/microsoft.com/win-10.xml.in index df976ee..5dbe6ce 100644 --- a/data/os/microsoft.com/win-10.xml.in +++ b/data/os/microsoft.com/win-10.xml.in @@ -75,6 +75,15 @@ + + + + J_CCSN?A_X64FRE_ + MICROSOFT CORPORATION + [[:upper:][:digit:]_]*_([[:upper:]]*-[[:upper:]]*) + + + 1000000000 diff --git a/test/isodata/windows/win10/en_windows_10_multiple_editions_x64_dvd_6846432.iso.txt b/test/isodata/windows/win10/en_windows_10_multiple_editions_x64_dvd_6846432.iso.txt new file mode 100644 index 0000000..000529b --- /dev/null +++ b/test/isodata/windows/win10/en_windows_10_multiple_editions_x64_dvd_6846432.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: +Volume id: J_CCSA_X64FRE_EN-US_DV5 +Volume set id: J_CCSA_X64FRE_EN-US_DV5 +Publisher id: MICROSOFT CORPORATION +Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080 +Application id: CDIMAGE 2.53 (01/01/2005 TM) +Copyright File id: +Abstract File id: +Bibliographic File id: +Volume set size is: 1 +Volume set sequence number is: 1 +Logical block size is: 2048 +Volume size is: 1994069 +El Torito VD version 1 found, boot catalog is in sector 22 +NO Joliet present +NO Rock Ridge present +Eltorito validation header: + Hid 1 + Arch 0 (x86) + ID 'Microsoft Corporation' + Key 55 AA + Eltorito defaultboot header: + Bootid 88 (bootable) + Boot media 0 (No Emulation Boot) + Load segment 0 + Sys type 0 + Nsect 8 + Bootoff 221 545 diff --git a/test/isodata/windows/win10/en_windows_10_n_multiple_editions_x64_dvd_6846434.iso.txt b/test/isodata/windows/win10/en_windows_10_n_multiple_editions_x64_dvd_6846434.iso.txt new file mode 100644 index 0000000..b8b536d --- /dev/null +++ b/test/isodata/windows/win10/en_windows_10_n_multiple_editions_x64_dvd_6846434.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: +Volume id: J_CCSNA_X64FRE_EN-US_DV5 +Volume set id: J_CCSNA_X64FRE_EN-US_DV5 +Publisher id: MICROSOFT CORPORATION +Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080 +Application id: CDIMAGE 2.53 (01/01/2005 TM) +Copyright File id: +Abstract File id: +Bibliographic File id: +Volume set size is: 1 +Volume set sequence number is: 1 +Logical block size is: 2048 +Volume size is: 1880567 +El Torito VD version 1 found, boot catalog is in sector 22 +NO Joliet present +NO Rock Ridge present +Eltorito validation header: + Hid 1 + Arch 0 (x86) + ID 'Microsoft Corporation' + Key 55 AA + Eltorito defaultboot header: + Bootid 88 (bootable) + Boot media 0 (No Emulation Boot) + Load segment 0 + Sys type 0 + Nsect 8 + Bootoff 221 545 -- 2.7.4 From fidencio at redhat.com Thu May 5 10:55:39 2016 From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=) Date: Thu, 5 May 2016 12:55:39 +0200 Subject: [Libosinfo] [PATCH 08/10] win10: Add two (x86) volume ids In-Reply-To: <1462445741-32539-1-git-send-email-fidencio@redhat.com> References: <1462445741-32539-1-git-send-email-fidencio@redhat.com> Message-ID: <1462445741-32539-9-git-send-email-fidencio@redhat.com> Adding these two volume ids mimicking our x86_64 volume ids. Signed-off-by: Fabiano Fid?ncio --- data/os/microsoft.com/win-10.xml.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/os/microsoft.com/win-10.xml.in b/data/os/microsoft.com/win-10.xml.in index 5dbe6ce..d95a002 100644 --- a/data/os/microsoft.com/win-10.xml.in +++ b/data/os/microsoft.com/win-10.xml.in @@ -76,6 +76,13 @@ + + + J_CCSN?A_X86FRE_ + MICROSOFT CORPORATION + [[:upper:][:digit:]_]*_([[:upper:]]*-[[:upper:]]*) + + J_CCSN?A_X64FRE_ -- 2.7.4 From fidencio at redhat.com Thu May 5 10:55:40 2016 From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=) Date: Thu, 5 May 2016 12:55:40 +0200 Subject: [Libosinfo] [PATCH 09/10] win, installer: Improve "setting product key" logic In-Reply-To: <1462445741-32539-1-git-send-email-fidencio@redhat.com> References: <1462445741-32539-1-git-send-email-fidencio@redhat.com> Message-ID: <1462445741-32539-10-git-send-email-fidencio@redhat.com> Only a few variants of Windows 8 and Windows 8.1, like Enterprise, Enterprise Debug and Professioanl, have to have the ProductKey skipped during the WindowsPE phase of the installation script. This patch re-writes the "skipping ProductKey" logic in a cleaner way (that will also work for Windows 10). Signed-off-by: Fabiano Fid?ncio --- .../microsoft.com/windows-unattend-desktop.xml.in | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/data/install-script/microsoft.com/windows-unattend-desktop.xml.in b/data/install-script/microsoft.com/windows-unattend-desktop.xml.in index a207c1d..3d58a88 100644 --- a/data/install-script/microsoft.com/windows-unattend-desktop.xml.in +++ b/data/install-script/microsoft.com/windows-unattend-desktop.xml.in @@ -150,17 +150,22 @@ true - + + + + + + + + + + + + + - - - - - - - -- 2.7.4 From fidencio at redhat.com Thu May 5 10:55:41 2016 From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=) Date: Thu, 5 May 2016 12:55:41 +0200 Subject: [Libosinfo] [PATCH 10/10] win10: Enable unattended installation In-Reply-To: <1462445741-32539-1-git-send-email-fidencio@redhat.com> References: <1462445741-32539-1-git-send-email-fidencio@redhat.com> Message-ID: <1462445741-32539-11-git-send-email-fidencio@redhat.com> Unattended installation works properly, apart from the user avatar not being set for Windows 8 (or newer)[0]. [0]: https://bugzilla.redhat.com/show_bug.cgi?id=1328637 Signed-off-by: Fabiano Fid?ncio --- data/os/microsoft.com/win-10.xml.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/os/microsoft.com/win-10.xml.in b/data/os/microsoft.com/win-10.xml.in index d95a002..04facce 100644 --- a/data/os/microsoft.com/win-10.xml.in +++ b/data/os/microsoft.com/win-10.xml.in @@ -112,5 +112,17 @@ + + + + + + + multi-user + + + sshd + + + + + + + autoyast2-installation + dhcp-client + dhcp-tools + + + apparmor + apparmor_opt + base + console + devel_basis + enhanced_base + enhanced_base_opt + sw_management + yast2_basis + yast2_install_wf + + + + UTC + + + + + 100 + + /home + -1 + /bin/bash + /etc/skel + 022 + + + + false + root + 0 + /root + /bin/bash + 0 + + root + + + + + + + + -- 2.7.4 From fidencio at redhat.com Sun May 8 21:32:38 2016 From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=) Date: Sun, 8 May 2016 23:32:38 +0200 Subject: [Libosinfo] [PATCH v2 14/16] opensuse, installer: Add DESKTOP script In-Reply-To: <1462743160-8448-1-git-send-email-fidencio@redhat.com> References: <1462743160-8448-1-git-send-email-fidencio@redhat.com> Message-ID: <1462743160-8448-14-git-send-email-fidencio@redhat.com> The script has been tested and works as expected for the most recent releases of OpenSUSE (Leap 4.21 and Tumbleweed). A big thanks to Lasse Schuirmann, who had worked on a similar script, from which I got the chroot-scripts part, during his GSoC project. Co-author: Lasse Schuirmann Signed-off-by: Fabiano Fid?ncio Acked-by: Zeeshan Ali (Khattak) --- .../opensuse.org/autoinst-desktop.xml.in | 333 +++++++++++++++++++++ 1 file changed, 333 insertions(+) create mode 100644 data/install-script/opensuse.org/autoinst-desktop.xml.in diff --git a/data/install-script/opensuse.org/autoinst-desktop.xml.in b/data/install-script/opensuse.org/autoinst-desktop.xml.in new file mode 100644 index 0000000..d62560e --- /dev/null +++ b/data/install-script/opensuse.org/autoinst-desktop.xml.in @@ -0,0 +1,333 @@ + + + + + desktop + autoinst.xml + + + + + + + + + + + + + + + + + + + disk + + + + -- 2.7.4 From fidencio at redhat.com Sun May 8 21:32:39 2016 From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=) Date: Sun, 8 May 2016 23:32:39 +0200 Subject: [Libosinfo] [PATCH v2 15/16] opensuse-42.1: Enable express installation In-Reply-To: <1462743160-8448-1-git-send-email-fidencio@redhat.com> References: <1462743160-8448-1-git-send-email-fidencio@redhat.com> Message-ID: <1462743160-8448-15-git-send-email-fidencio@redhat.com> Signed-off-by: Fabiano Fid?ncio --- data/os/opensuse.org/opensuse-42.1.xml.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/os/opensuse.org/opensuse-42.1.xml.in b/data/os/opensuse.org/opensuse-42.1.xml.in index 931e321..4772dc8 100644 --- a/data/os/opensuse.org/opensuse-42.1.xml.in +++ b/data/os/opensuse.org/opensuse-42.1.xml.in @@ -29,5 +29,10 @@ boot/x86_64/loader/linux boot/x86_64/loader/initrd + + +