Commit Graph

1513 Commits

Author SHA1 Message Date
Bruno Wolff III df4358b360 Remove stellarium from the games spin due to size
Things are going to be very close with removing just neverball. So it
looks like we need another removal and it is stellarium.

This is for bug 1168983.
2014-11-28 17:24:50 -06:00
Bruno Wolff III a79d569669 Cut neverball for size
With XFCE upping its target size, a cut needed to be made to
Games to keep it under its target size.
2014-11-28 12:41:42 -06:00
Dennis Gilmore 5b77508a60 explude the other productimg packages 2014-11-27 23:04:35 -06:00
Stephen Gallagher 89c95f0a43 Work around pungi issue with productimg packages
Pungi and lorax pull in the complete repository set and then try
to load all possible fedora-productimg-* packages. We need to
explicitly exclude the ones for the different products.
2014-11-24 08:49:41 -05:00
Kevin Fenzi 952d860392 Xfce: Drop a bunch of space saving now that we are no longer targeting 700MB 2014-11-21 17:12:57 -07:00
Stephen Gallagher b69a769629 Include banner images for Product installs 2014-11-20 15:36:21 -05:00
Kalev Lember d796583f7a workstation: Use anaconda branding from fedora-productimg-workstation 2014-11-17 22:13:42 +01:00
Colin Walters 31cfa9a3b2 cloud-atomic: Change osname to 'fedora-atomic'
No reason to have it differ, really.
2014-11-17 15:59:07 -05:00
Colin Walters f9306a0334 cloud-atomic: Bring sanity to the remote setup
We were doing gyrations here between the "installmedia" remote and the
intended "fedora-atomic" remote.  Thinking about this, it's *far*
simpler if we pretend installmedia is the target remote.

We still need to delete the remote configuration Anaconda added and
re-add it with the real target URL.
2014-11-17 15:58:45 -05:00
Colin Walters 16fb17d455 cloud-atomic: Trim installmedia remote
Otherwise it takes up space until manually removed.
2014-11-17 15:14:56 -05:00
Amit Saha 7a7d16bc5c scientific: add python3-sympy 2014-11-16 09:05:18 +10:00
Amit Saha f56faabf5a Scientific: Add couple of new tools
Adds IDLE and pandas for both Python 2 and 3.
2014-11-16 08:32:58 +10:00
Matthew Miller ddb2862b52 make the cloud base lang hacks line up with the same filenames as in the docker image 2014-11-14 10:19:21 -05:00
Matthew Miller f3e0beb135 more hacks for en_US in cloud base image 2014-11-13 14:10:18 -05:00
Rex Dieter 12762c7a2d kde: support modifying existing /etc/sddm.conf 2014-11-13 12:40:10 -06:00
raveit65 dd76377ad0 Mate: add more packages 2014-11-13 17:51:20 +01:00
Colin Walters 423db5a738 cloud-atomic: Switch to dl.fedoraproject.org
We don't have a mirrorlist yet.
2014-11-12 12:17:32 -05:00
raveit65 93afb3345a add more packages, no sense to reduce size if CJK font packages are so big 2014-11-12 14:09:26 +01:00
raveit65 f164fefa7a add adobe-source-han-* fonts again 2014-11-12 12:02:09 +01:00
Luya Tshimbalanga 81d2f86266 design-suite: remove legacy comments 2014-11-11 20:31:07 -08:00
Matthew Miller f8b2d154d6 Revert "builds failed last night with "an additional 861.02 MiB is needed""
This wasn't the problem. :)

This reverts commit 4f2df51206.
2014-11-11 18:54:05 -05:00
Matthew Miller 4f2df51206 builds failed last night with "an additional 861.02 MiB is needed" 2014-11-11 11:06:49 -05:00
raveit65 fb107cf740 add missing CJK fonts and localization 2014-11-11 17:04:21 +01:00
Matthew Miller 35d07d9bcf Revert "remove heat-cfntools from cloud image until python3 / boto issue can be resolved"
In anticipation of https://admin.fedoraproject.org/updates/FEDORA-2014-14606/python-boto-2.34.0-4.fc21
being tested and pushed to stable soon

This reverts commit 365e62a37e.
2014-11-10 17:19:58 -05:00
Colin Walters 377cf487ed cloud-atomic: Forcibly power off after %post to work around bug
The system loops with:

mkdir: cannot create directory '/oldsys': Read-only filesystem
mkdir: cannot create directory '/oldsys/sys': Read-only filesystem
mount: mount point /oldsys/sys does not exist
...
drauct Warning: Killing all remaining processes
...

--- begin loop ---
Unable to unlink device node for atomicos-root
Unable to unlink device node for live-base
rm: cannot remove /lib/drauct/hooks/shutdown/30-dm-shutdown.sh: Read-only filesystem
rm: cannot remove /lib/drauct/hooks/shutdown/30-md-shutdown.sh: Read-only filesystem
--- end loop ---

Not entirely sure what's at fault here, but this is a quick hack to
get an image building.
2014-11-10 14:22:51 -05:00
Colin Walters 09243c9986 cloud-atomic: Re-shrink rootfs partitions
mattdm changed these previously because we hit an ENOSPC error during
qcow2 image creation, but that *really* happened because the Fedora
rel-eng create-cloud-images script hardcoded 3GB.

Now that we've shrunk the content down to ~850MB, drop the defaults:

- rootfs down to 2GB.  This is enough space for a replacement of
  all content, plus a bit of spare room for logging
- /boot to 200MB.  At present, kernel+initramfs is just 30MB,
  so this is still very conservative.
2014-11-10 09:42:00 -05:00
Colin Walters e46c512867 cloud-atomic: Drop SELinux relabeling
This should not be necessary; we have policy loaded from the Anaconda
environment.
2014-11-10 09:42:00 -05:00
Colin Walters 0ba1d1dbc6 atomic: Rewrite origin to point to metalink
Basically Anaconda-in-ImageFactory is set up to pull from the
builder, so that's what ends up in the origin file.  But that's
obviously not what we want to ship to users.

ostree/rpm-ostree do not yet have a convenient command to change this,
so brute force it with sed.

Implements https://lists.fedoraproject.org/pipermail/cloud/2014-November/004570.html
2014-11-10 09:42:00 -05:00
Matthew Miller 66f3423525 hack around instLangs not working (due to https://bugzilla.redhat.com/show_bug.cgi?id=1051816) 2014-11-09 11:09:19 -05:00
Matthew Miller 365e62a37e remove heat-cfntools from cloud image until python3 / boto issue can be resolved 2014-11-09 11:06:15 -05:00
Matthew Miller 4971745782 cloud images -- leave persistant journal, since upcoming cloud-init no longer pulls in rsyslog 2014-11-07 21:55:36 -05:00
Matthew Miller 2a0fdd5241 nightly builds failing due to size.
enlarge so it works, and then we'll figure it out

see http://koji.fedoraproject.org/koji/taskinfo?taskID=8054050 (check the screenshot)
2014-11-06 23:08:20 -05:00
Colin Walters fbeec77bd5 atomic: We do not support pv-grub
Atomic is HVM only, since OSTree doesn't understand grub1 at the
moment, and incentive to have it do so is low.
2014-11-06 22:40:39 -05:00
Colin Walters b69402e4b4 atomic: Drop package deinstallation
This isn't supported; at the moment the tree has authconfig and
linux-firmware, but not firewalld.
2014-11-06 22:40:34 -05:00
Colin Walters 13cc8ee768 atomic: Switch /boot to ext4
For some reason Anaconda in Fedora rejects XFS as /boot, even though
that's what RHEL defaults to.
2014-11-05 12:39:31 -05:00
Colin Walters 4bc31dd88e cloud-atomic: Drop yum/rpm bits from %post
While it makes sense to import the GPG key, it has to be done
as part of the treecompose, because it'll drop out of the rpmdb
on the next upgrade.

For yum, it was run as part of the treecompose, not Anaconda, so
there's already no history.
2014-11-05 11:43:18 -05:00
Colin Walters 11c22f0c8d cloud-atomic: Use LVM by default in combination with docker-storage-setup
This will allow flexible expansion of direct Docker LVM.
2014-11-05 11:43:13 -05:00
Adam Williamson 1dddaeebc4 ...and fix SDDM one more time: correct name of Plasma session 2014-10-28 11:41:38 -07:00
Adam Williamson 73543397cf fix SDDM config write to not use 'EOF'
It's nested in another cat << EOF, so can't use the same string.
2014-10-28 11:41:38 -07:00
Adam Williamson ab93ba68cb update autologin conf for SDDM changes (from mbriza, #1149610) 2014-10-28 11:41:38 -07:00
Rex Dieter bf576a02b1 kde-live-kde: rely on @kde-office, @kde-education groups
instead of listing individual packages
2014-10-25 14:23:59 -05:00
Rex Dieter 48ac6d329a kde-livecd: rely on @kde-office, @kde-education groups 2014-10-25 14:21:15 -05:00
raveit65 9842b6ce72 Merge branch 'f21' of ssh://git.fedorahosted.org/git/spin-kickstarts into f21 2014-10-25 00:48:02 +02:00
raveit65 bd2c3cd565 mate-live: reduce size again 2014-10-25 00:47:33 +02:00
raveit65 783c32d6fa mate live: some more drops for size 2014-10-24 17:12:40 +02:00
Kalev Lember be9216200b l10n: Adapt for Desktop -> Workstation rename
Rename the l10n kickstarts to match the Workstation kickstart file name
and update includes.
2014-10-24 16:32:15 +02:00
Adam Williamson 35d3a0f008 also put fedora-release-nonproduct in fedora-arm-base.ks
to fix the generic problem for Beta
2014-10-23 10:15:13 -07:00
Kevin Kofler 1c7da1d744 fedora-livecd-kde.ks: update size target in the header comment
It was increased from 1 GB to 1.4 GB (MiniDVD) by a KDE SIG vote.
2014-10-19 04:38:04 +02:00
Kevin Kofler 537415a58c fedora-livecd-kde.ks: remove obsolete nhn-nanum-gothic-fonts blacklist
comps now only references the new naver-nanum-gothic-fonts name, so we
need to blacklist only that one.
2014-10-19 04:35:05 +02:00
Kalev Lember f50ad757d3 Revert "workstation: Pull in all of workstation-product-environment"
Turns out the @^ construction for pulling in comps environment groups
doesn't work in kickstart, for reasons unknown.

This reverts commit 6c3c08f442.
2014-10-18 23:02:40 +02:00