Commit Graph

1608 Commits

Author SHA1 Message Date
Bruno Wolff III 95c0f2af6d Games: needed to save more space
Fedora has gotten significantly bigger since we started doing final TCs
and even between final RCs. I am not sure why. But this cut will get
the Games spin safely under 4 GiB.
2015-10-24 12:09:17 -05:00
Kalev Lember f46ca3331f live base: Migrate yum's yumdb over to dnf
As livecd-creator is still yum based, we only get yum's yumdb during
live image composes. To work this around, this commit adds a %post
script to fedora-live-base.ks to migrate yum's yumdb over to dnf.

https://bugzilla.redhat.com/show_bug.cgi?id=1274319
2015-10-22 20:10:56 +02:00
Peter Robinson fdc93b3659 arm: fix up boot partitions 2015-10-21 09:47:44 +01:00
Kalev Lember 0bc399cf58 packagekit-cached-metadata.ks: Set up resolv.conf and hosts files
Copy over host system's /etc/resolv.conf and /etc/hosts to make it
possible to resolve kojipkgs.fedoraproject.org inside the chroot.
2015-10-20 20:24:09 +02:00
Kalev Lember b53dfb5ba8 packagekit-cached-metadata.ks: Use http for kojipkgs.fedoraproject.org
It turns out that koji builders can't access kojipkgs.fedoraproject.org
over https, but plain http works just fine.
2015-10-20 20:19:19 +02:00
Kalev Lember 469ad561b9 Move packagekit-cached-metadata.ks to snippets/
... and make it a top-level script wrapped in %post ... %end.
2015-10-20 20:17:29 +02:00
Rex Dieter f5eb0bee5f split pk cached metadata hack into include'able snippet
and add to -kde-base
2015-10-20 11:13:25 -05:00
Rex Dieter 21a379ef79 kde: Plasma session notifies for available updates
See also http://bugzilla.redhat.com/1262600
2015-10-20 08:42:43 -05:00
Kalev Lember e07cfce2f1 workstation: Include cached metadata for PackageKit
Instead of taking the metadata from PackageKit-cached-metadata package
as we were doing previously, copy it over directly during the compose
from https://kojipkgs.fedoraproject.org/mash/

This makes it much less error prone as we always get the very latest
metadata, and makes maintenance much simpler as we don't need to roll
PackageKit-cached-metadata by hand. Users are also going to appreciate
this because it makes post-GA updates smaller as they won't have to
download updates for the PackageKit-cached-metadata subpackage each time
PackageKit gets updated.
2015-10-19 20:45:58 +02:00
Luya Tshimbalanga 7e607ce0f3 Merge branch 'f23' of ssh://git.fedorahosted.org/git/spin-kickstarts into f23 2015-10-18 09:33:07 -07:00
Luya Tshimbalanga f206dc6253 design-suite: fix typo on f23-backgrounds-extras-base 2015-10-18 09:31:46 -07:00
Matthew Miller 2585bce264 adds kbd,plymouth rpms back.
We have had -kbd in the kickstart for a long time, but because of BZ#1199868
it wasn't actually getting excluded. Not having it causes
systemd-vconsole-setup.service to fail so we are adding it back for now.

Additionally we need to add back plymouth to cover up the subsequent failure
of systemd-vconsole-setup.service. See BZ#1272684.
2015-10-17 13:00:12 -04:00
Kushal Das 72774fc6b0 Fixes trac #128 Removes extra ifcfg file. 2015-10-15 13:44:41 +05:30
Luya Tshimbalanga aa81c7cd0e Merge branch 'f23' of ssh://git.fedorahosted.org/git/spin-kickstarts into f23 2015-10-13 10:39:04 -07:00
Luya Tshimbalanga 5e9291ec1c design-suite: restore luxrender and add extra wallpapers 2015-10-13 10:38:17 -07:00
Bruno Wolff III a44b1dc6d3 Games spin: xscreensaver-extras was supposed to get removed 2015-10-13 09:52:38 -05:00
Luya Tshimbalanga 5fe8408f5c Merge branch 'f23' of ssh://git.fedorahosted.org/git/spin-kickstarts into f23 2015-10-12 21:39:49 -07:00
Bruno Wolff III 6751aa3849 Games spin - cut to get back under 4 GiB 2015-10-12 19:31:30 -05:00
raveit65 6d5b58634a Mate add f23-backgrounds-extras-base 2015-10-13 00:56:13 +02:00
Rex Dieter 01e4b012f3 kde: drop (deprecated) xsession stuff 2015-09-25 10:09:26 -05:00
Rex Dieter 9b16a9462d add trailing / , to ensure we copy to dir and not as file 2015-09-25 09:49:16 -05:00
Rex Dieter 2a96952c22 kde: drop kdm reference 2015-09-25 09:20:47 -05:00
Rex Dieter 84557491c8 kde: drop reference to /etc/sysconfig/desktop
deprecated long ago
2015-09-25 09:19:43 -05:00
Rex Dieter 1274fda3e7 kde: update default favorites 2015-09-25 09:18:30 -05:00
Rex Dieter 7f133a05ce drop liveinst icon hack
no longer needed, and needlessly invalidates icon cache
2015-09-25 09:14:45 -05:00
Rex Dieter 330c56ad28 explicitly mkdir Desktop dir
workaround https://bugzilla.redhat.com/show_bug.cgi?id=1266243
2015-09-25 09:13:35 -05:00
Peter Robinson 7764a782a5 adjust linux-firmware for cloud images 2015-09-23 07:16:42 +01:00
Rex Dieter 0f26c21c8d disable kwallet migrator 2015-09-21 20:16:48 -05:00
Kushal Das 4d05ed6718 Removes extlinux parameter from bootloader information. 2015-09-15 02:48:58 +05:30
Dusty Mabe 93793acd48 cloud-base: workaround issue where langs are not getting installed.
Workaround BZ1262040 by removing the --instLangs arg from the
%packages line and rely on our previous hack to manually remove
langs after install. This fixes BZ1261249.

Signed-off-by: Kushal Das <kushaldas@gmail.com>
2015-09-15 00:10:07 +05:30
Luya Tshimbalanga 27ed383622 design: use https for fpo address 2015-09-10 20:58:29 -07:00
David Ward d86a3b5d9d fedora-live-base.ks: enable ModemManager service
The ModemManager package is already installed for all live images;
it should be enabled so users can connect to WWAN right after boot
using the NetworkManager applet.

Signed-off-by: David Ward <david.ward@ll.mit.edu>
2015-09-07 10:36:21 -06:00
raveit65 f85ce784f9 Mate-live f23: disable caja-actions for the moment 2015-09-07 09:54:28 +02:00
Kevin Fenzi 73bf1e7ef1 Add ffado to jam spin. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1259053 2015-09-03 09:58:40 -06:00
Colin Walters 1fac51f92e atomic: Fix references for branched 2015-09-02 17:13:48 -04:00
Colin Walters 60e8bf04f0 cloud-atomic: s/rawhide/23/ on this branch 2015-08-27 16:02:27 -04:00
Amit 2ee3dfa33d Scientific: Comment out scilab for now. 2015-08-21 23:50:44 +10:00
Amit 6cbd02ead6 scientific: pvm is retired 2015-08-17 22:15:07 +10:00
Luya Tshimbalanga 9e4639836a design-suite: temporarily removal of luxrender-blender due to broken dependency (rhbz #1253408) 2015-08-13 09:27:16 -07:00
Dan Book 0790ffabbb menu items should be excluded by cinnamon now 2015-08-12 14:37:23 -04:00
Rex Dieter be135f9a7d kde: +firefox
per
https://lists.fedoraproject.org/pipermail/kde/2015-August/015363.html
2015-08-11 13:33:08 -05:00
Stephen Gallagher d90ed68560 Fedora Server: Include @networkmanager-submodules
This is needed for optional installations including WiFI or WWAN
2015-08-10 14:24:41 -04:00
raveit65 c51b27294e Mate: use f23 backgrounds 2015-08-07 16:33:08 +02:00
Dennis Gilmore fb40fd6d03 do not remove grub2
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-08-06 18:41:39 -05:00
Dennis Gilmore bc1f075e41 remove the hacks in %post for extlinux
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-08-06 16:02:18 -05:00
Dennis Gilmore 932524c849 switch the cloud base image to grub for Alpha
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-08-06 14:32:36 -05:00
Stephen Gallagher 1568248565 Temporarily remove @perl-web group from the DVD
This is due to package issues caused by a broken perl-MongoDB
package. We will fix it post-alpha and re-add this.
2015-08-05 08:46:06 -04:00
Stephen Gallagher 8453b8352b Pull in @virtualization-headless instead of @virtualization 2015-08-05 08:45:01 -04:00
raveit65 5a7026e059 Mate: add lightdm-gtk-greeter-settings 2015-07-30 17:27:10 +02:00
Bruno Wolff III f0a3e2cef0 Remove games that pull in fluid-soundfont-lite-patches
fluid-soundfont-lite-patches is 200MB installed and we need some
big cuts to get under size again.
2015-07-26 00:46:41 -05:00