From fidencio at redhat.com Sun Apr 17 12:34:27 2016 From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=) Date: Sun, 17 Apr 2016 14:34:27 +0200 Subject: [Libosinfo] [PATCH] win8.1: Re-enable unattended installation Message-ID: <1460896467-18533-1-git-send-email-fidencio@redhat.com> Unattended installation of Windows 8.1 works, but not with a Volume License (VL) version of Windows. As the same problem can be seen on Windows 7, let's re-enable the unatttended installation for Windows 8.1 and, later on, try to find a way for distinguishing the OSes versions. A minor here, copying the user picture isn't working for now and must be fixed later as well. For more info, please, check: https://blogs.technet.microsoft.com/askcore/2009/10/05/invalid-product-key-error-specifying-mak-key-in-unattend-xml/ This reverts commit 49ae46cda4fbd2e95dc794cb64aec27117351c85. Signed-off-by: Fabiano Fid?ncio --- data/os/microsoft.com/win-8.1.xml.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/os/microsoft.com/win-8.1.xml.in b/data/os/microsoft.com/win-8.1.xml.in index f746d10..398a576 100644 --- a/data/os/microsoft.com/win-8.1.xml.in +++ b/data/os/microsoft.com/win-8.1.xml.in @@ -145,5 +145,10 @@ + + + + + + + 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 From fidencio at redhat.com Wed Apr 27 12:03:34 2016 From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=) Date: Wed, 27 Apr 2016 14:03:34 +0200 Subject: [Libosinfo] [PATCH 14/16] opensuse,installer: Add DESKTOP script In-Reply-To: <1461758616-31503-1-git-send-email-fidencio@redhat.com> References: <1461758616-31503-1-git-send-email-fidencio@redhat.com> Message-ID: <1461758616-31503-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 --- .../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 From fidencio at redhat.com Wed Apr 27 12:03:35 2016 From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=) Date: Wed, 27 Apr 2016 14:03:35 +0200 Subject: [Libosinfo] [PATCH 15/16] opensuse-42.1: Enable express installation In-Reply-To: <1461758616-31503-1-git-send-email-fidencio@redhat.com> References: <1461758616-31503-1-git-send-email-fidencio@redhat.com> Message-ID: <1461758616-31503-15-git-send-email-fidencio@redhat.com> --- 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 + + + > + > + > + > + graphical > + > + > + NetworkManager > + > + > + > + > + > + autoyast2-installation > + gdm > + > + > + apparmor > + apparmor_opt > + console > + devel_basis > + enhanced_base > + enhanced_base_opt > + fonts > + gnome_basis > + gnome > + print_server > + sw_management > + yast2_basis > + yast2_install_wf > + > + > + > + > + DISPLAYMANAGER > + /etc/sysconfig/displaymanager > + gdm > + > + > + DEFAULT_WM > + /etc/sysconfig/windowmanager > + gnome > + > + > + > + UTC > + > + > + > + > + 100 > + > + /home > + -1 > + true > + /bin/bash > + /etc/skel > + 022 > + > + > + > + false > + root > + 0 > + /root > + /bin/bash > + 0 > + > + root > + > + > + false > + > + > + > + > + > + > + > + > + > + > + > -- > 2.7.3 > > _______________________________________________ > Libosinfo mailing list > Libosinfo at redhat.com > https://www.redhat.com/mailman/listinfo/libosinfo -- Fabiano Fid?ncio