From cfergeau at redhat.com Mon Nov 2 10:56:59 2015 From: cfergeau at redhat.com (Christophe Fergeau) Date: Mon, 2 Nov 2015 11:56:59 +0100 Subject: [Libosinfo] [PATCH 3/5] fedora, script: Install qemu-guest-agent In-Reply-To: <1445889399-6380-3-git-send-email-zeeshanak@gnome.org> References: <1445889399-6380-1-git-send-email-zeeshanak@gnome.org> <1445889399-6380-3-git-send-email-zeeshanak@gnome.org> Message-ID: <20151102105659.GV15093@edamame.cdg.redhat.com> It's present by default on the f22 live CD at least, so maybe it's not needed to explicitly list it? Christophe On Mon, Oct 26, 2015 at 07:56:37PM +0000, Zeeshan Ali (Khattak) wrote: > For desktop profile. > --- > data/install-script/fedoraproject.org/fedora-kickstart-desktop.xml.in | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/data/install-script/fedoraproject.org/fedora-kickstart-desktop.xml.in b/data/install-script/fedoraproject.org/fedora-kickstart-desktop.xml.in > index be7a965..24a4d6b 100644 > --- a/data/install-script/fedoraproject.org/fedora-kickstart-desktop.xml.in > +++ b/data/install-script/fedoraproject.org/fedora-kickstart-desktop.xml.in > @@ -156,6 +156,9 @@ url --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-install- > xorg-x11-drv-qxl > spice-vdagent > > +# Also Qemu agent > +qemu-guest-agent > + > %end > > %post --erroronfail > -- > 2.5.0 > > _______________________________________________ > Libosinfo mailing list > Libosinfo at redhat.com > https://www.redhat.com/mailman/listinfo/libosinfo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: From cfergeau at redhat.com Mon Nov 2 10:57:09 2015 From: cfergeau at redhat.com (Christophe Fergeau) Date: Mon, 2 Nov 2015 11:57:09 +0100 Subject: [Libosinfo] [PATCH 2/5] debian, script: Install qemu-guest-agent In-Reply-To: <1445889399-6380-2-git-send-email-zeeshanak@gnome.org> References: <1445889399-6380-1-git-send-email-zeeshanak@gnome.org> <1445889399-6380-2-git-send-email-zeeshanak@gnome.org> Message-ID: <20151102105709.GW15093@edamame.cdg.redhat.com> ACK. On Mon, Oct 26, 2015 at 07:56:36PM +0000, Zeeshan Ali (Khattak) wrote: > For desktop profile. > --- > data/install-script/debian.org/debian-preseed-desktop.xml.in | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/data/install-script/debian.org/debian-preseed-desktop.xml.in b/data/install-script/debian.org/debian-preseed-desktop.xml.in > index d9ac99d..f7f1759 100644 > --- a/data/install-script/debian.org/debian-preseed-desktop.xml.in > +++ b/data/install-script/debian.org/debian-preseed-desktop.xml.in > @@ -170,6 +170,8 @@ d-i apt-setup/security_host string > ### Software selection > tasksel tasksel/first multiselect desktop > > +### Install Qemu guest agent > +d-i pkgsel/include string qemu-guest-agent > > ### Bootloader > > -- > 2.5.0 > > _______________________________________________ > Libosinfo mailing list > Libosinfo at redhat.com > https://www.redhat.com/mailman/listinfo/libosinfo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: From cfergeau at redhat.com Mon Nov 2 11:02:22 2015 From: cfergeau at redhat.com (Christophe Fergeau) Date: Mon, 2 Nov 2015 12:02:22 +0100 Subject: [Libosinfo] [PATCH 4/5] rhel,script: Install qemu-guest-agent In-Reply-To: <1445889399-6380-4-git-send-email-zeeshanak@gnome.org> References: <1445889399-6380-1-git-send-email-zeeshanak@gnome.org> <1445889399-6380-4-git-send-email-zeeshanak@gnome.org> Message-ID: <20151102110222.GX15093@edamame.cdg.redhat.com> ACK (this has been available in RHEL6 for several years now, so should be good). Christophe On Mon, Oct 26, 2015 at 07:56:38PM +0000, Zeeshan Ali (Khattak) wrote: > for desktop profile. > --- > data/install-script/redhat.com/rhel-kickstart-desktop.xml.in | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/data/install-script/redhat.com/rhel-kickstart-desktop.xml.in b/data/install-script/redhat.com/rhel-kickstart-desktop.xml.in > index a643113..1aeb3a2 100644 > --- a/data/install-script/redhat.com/rhel-kickstart-desktop.xml.in > +++ b/data/install-script/redhat.com/rhel-kickstart-desktop.xml.in > @@ -107,6 +107,9 @@ reboot > @internet-browser > @input-methods > > +# Qemu agent > +qemu-guest-agent > + > %end > > %post --erroronfail > -- > 2.5.0 > > _______________________________________________ > Libosinfo mailing list > Libosinfo at redhat.com > https://www.redhat.com/mailman/listinfo/libosinfo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: From cfergeau at redhat.com Mon Nov 2 11:06:00 2015 From: cfergeau at redhat.com (Christophe Fergeau) Date: Mon, 2 Nov 2015 12:06:00 +0100 Subject: [Libosinfo] [PATCH 5/5] fedora,script: Use more generic URL In-Reply-To: <1445889399-6380-5-git-send-email-zeeshanak@gnome.org> References: <1445889399-6380-1-git-send-email-zeeshanak@gnome.org> <1445889399-6380-5-git-send-email-zeeshanak@gnome.org> Message-ID: <20151102110600.GY15093@edamame.cdg.redhat.com> ACK. On Mon, Oct 26, 2015 at 07:56:39PM +0000, Zeeshan Ali (Khattak) wrote: > The URL we have been pointing Anaconda to, seems to only work for > released versions and not for Alpha and Beta. Let's use a URL that works > for both released and development snapshots. > --- > data/install-script/fedoraproject.org/fedora-kickstart-desktop.xml.in | 2 +- > data/install-script/fedoraproject.org/fedora-kickstart-jeos.xml.in | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/data/install-script/fedoraproject.org/fedora-kickstart-desktop.xml.in b/data/install-script/fedoraproject.org/fedora-kickstart-desktop.xml.in > index 24a4d6b..e7c2d62 100644 > --- a/data/install-script/fedoraproject.org/fedora-kickstart-desktop.xml.in > +++ b/data/install-script/fedoraproject.org/fedora-kickstart-desktop.xml.in > @@ -130,7 +130,7 @@ reboot > > repo --name=fedora --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch > repo --name=updates --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch > -url --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-install-$releasever&arch=$basearch > +url --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch > > > %packages > diff --git a/data/install-script/fedoraproject.org/fedora-kickstart-jeos.xml.in b/data/install-script/fedoraproject.org/fedora-kickstart-jeos.xml.in > index 55cd52f..8786d8a 100644 > --- a/data/install-script/fedoraproject.org/fedora-kickstart-jeos.xml.in > +++ b/data/install-script/fedoraproject.org/fedora-kickstart-jeos.xml.in > @@ -131,7 +131,7 @@ reboot > > repo --name=fedora --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch > repo --name=updates --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch > -url --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-install-$releasever&arch=$basearch > +url --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch > > > %packages > -- > 2.5.0 > > _______________________________________________ > Libosinfo mailing list > Libosinfo at redhat.com > https://www.redhat.com/mailman/listinfo/libosinfo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: From cfergeau at redhat.com Mon Nov 2 11:13:49 2015 From: cfergeau at redhat.com (Christophe Fergeau) Date: Mon, 2 Nov 2015 12:13:49 +0100 Subject: [Libosinfo] [PATCH 1/5] fedora: Add F23 info & testcases In-Reply-To: <1445889399-6380-1-git-send-email-zeeshanak@gnome.org> References: <1445889399-6380-1-git-send-email-zeeshanak@gnome.org> Message-ID: <20151102111349.GZ15093@edamame.cdg.redhat.com> Hey, With f23 release due yesterday according to https://fedoraproject.org/wiki/Releases/23/Schedule , it might be worth to wait a bit and push a patch with the final URLs / release dates / ... ? Looks good otherwise, Christophe On Mon, Oct 26, 2015 at 07:56:35PM +0000, Zeeshan Ali (Khattak) wrote: > --- > data/os/fedoraproject.org/fedora-23.xml.in | 166 +++++++++++++++++++++ > po/POTFILES.in | 1 + > .../Fedora-Live-Workstation-i686-23_Beta-1.iso.txt | 29 ++++ > ...edora-Live-Workstation-x86_64-23_Beta-1.iso.txt | 29 ++++ > .../Fedora-Server-DVD-i386-23_Beta.iso.txt | 29 ++++ > .../Fedora-Server-DVD-x86_64-23_Beta.iso.txt | 29 ++++ > .../Fedora-Server-netinst-i386-23_Beta.iso.txt | 29 ++++ > .../Fedora-Server-netinst-x86_64-23_Beta.iso.txt | 29 ++++ > ...Fedora-Workstation-netinst-i386-23_Beta.iso.txt | 29 ++++ > ...dora-Workstation-netinst-x86_64-23_Beta.iso.txt | 29 ++++ > 10 files changed, 399 insertions(+) > create mode 100644 data/os/fedoraproject.org/fedora-23.xml.in > create mode 100644 test/isodata/fedora/fedora23/Fedora-Live-Workstation-i686-23_Beta-1.iso.txt > create mode 100644 test/isodata/fedora/fedora23/Fedora-Live-Workstation-x86_64-23_Beta-1.iso.txt > create mode 100644 test/isodata/fedora/fedora23/Fedora-Server-DVD-i386-23_Beta.iso.txt > create mode 100644 test/isodata/fedora/fedora23/Fedora-Server-DVD-x86_64-23_Beta.iso.txt > create mode 100644 test/isodata/fedora/fedora23/Fedora-Server-netinst-i386-23_Beta.iso.txt > create mode 100644 test/isodata/fedora/fedora23/Fedora-Server-netinst-x86_64-23_Beta.iso.txt > create mode 100644 test/isodata/fedora/fedora23/Fedora-Workstation-netinst-i386-23_Beta.iso.txt > create mode 100644 test/isodata/fedora/fedora23/Fedora-Workstation-netinst-x86_64-23_Beta.iso.txt > > diff --git a/data/os/fedoraproject.org/fedora-23.xml.in b/data/os/fedoraproject.org/fedora-23.xml.in > new file mode 100644 > index 0000000..8c382a2 > --- /dev/null > +++ b/data/os/fedoraproject.org/fedora-23.xml.in > @@ -0,0 +1,166 @@ > + > + > + fedora23 > + <_name>Fedora 23 > + 23 > + <_vendor>Fedora Project > + linux > + fedora > + > + > + > + > + <_name>Fedora 23 Workstation > + > + > + <_name>Fedora 23 Workstation > + > + > + <_name>Fedora 23 Server > + > + > + <_name>Fedora 23 Server > + > + > + > + > + > + > + > + > + > + Fedora-Live-WS-i686-23.* > + LINUX > + > + isolinux/vmlinuz0 > + isolinux/initrd0.img > + > + > + > + > + > + Fedora-Live-WS-x86_64-23.* > + LINUX > + > + isolinux/vmlinuz0 > + isolinux/initrd0.img > + > + > + > + > + > + > + > + Fedora-WS-23(_[[:alpha:]]*)*-i386 > + LINUX > + > + isolinux/vmlinuz > + isolinux/initrd.img > + > + > + > + > + > + Fedora-WS-23(_[[:alpha:]]*)*-x86_64 > + LINUX > + > + isolinux/vmlinuz > + isolinux/initrd.img > + > + > + > + > + > + > + > + > + > + Fedora-S-23(_[[:alpha:]]*)*-i386 > + LINUX > + > + > + > + isolinux/vmlinuz > + isolinux/initrd.img > + > + > + > + > + > + Fedora-S-23(_[[:alpha:]]*)*-x86_64 > + LINUX > + > + > + isolinux/vmlinuz > + isolinux/initrd.img > + > + > + > + > + > + > + > + Fedora-S-23(_[[:alpha:]]*)*-i386 > + LINUX > + > + > + isolinux/vmlinuz > + isolinux/initrd.img > + > + > + > + > + > + Fedora-23-x86_64 > + LINUX > + > + > + isolinux/vmlinuz > + isolinux/initrd.img > + > + > + > + > + > + > + Fedora > + 23 > + i386 > + > + > + > + > + > + > + Fedora > + 23 > + x86_64 > + > + > + > + > + > + > + > + 1 > + 1000000000 > + 1073741824 > + 10737418240 > + > + > + > + 2147483648 > + 21474836480 > + > + > + > + > +