Commit Graph

1494 Commits

Author SHA1 Message Date
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
Kalev Lember b9dc5f25e9 live base: Install fedora-release-nonproduct for non-product lives
Add fedora-release-nonproduct to fedora-live-base.ks to ensure it gets
pulled in for all spins. In order to avoid it getting pulled in to
the Workstation product that is also based on fedora-live-base.ks,
explicitly exclude fedora-release-nonproduct in workstation kickstart
file.

https://bugzilla.redhat.com/show_bug.cgi?id=1154235
2014-10-18 15:37:15 +02:00
Kalev Lember 6c3c08f442 workstation: Pull in all of workstation-product-environment
... instead of listing individual groups manually in the kickstart file.
2014-10-18 15:21:38 +02:00
Peter Robinson 7f12fba617 SOAS: update from gconf to gsettings 2014-10-17 17:32:26 +01:00
Peter Robinson ac6ae65e82 ARM minimal: ensure we get fedora-release 2014-10-17 17:23:50 +01:00
Matthew Miller 5f29e730a3 updated dd extlinux mbr during post as temporary workaround for bug #1147998 2014-10-15 09:24:48 -04:00
Bruno Wolff III d034bb6c58 Revert "design: add LuxRender and YaraRay plugin for Blender"
This reverts commit 6e96869ce3, reversing
changes made to 9142cc25d5.
2014-10-15 06:28:50 -05:00
Bruno Wolff III de82df00d2 Revert "dd extlinux mbr during post as temporary workaround for bug #1147998"
This reverts commit 58b06553fa.

We need to go back to the broken merge.
2014-10-15 06:26:48 -05:00
Bruno Wolff III 7517d88f12 Revert "Dropping bigdata cloud spin from f21"
This reverts commit 1d4a252ed6.

We need to go back to the broken merge.
2014-10-15 06:26:10 -05:00
Matthew Miller 1d4a252ed6 Dropping bigdata cloud spin from f21 2014-10-14 16:02:32 -04:00
Matthew Miller 58b06553fa dd extlinux mbr during post as temporary workaround for bug #1147998 2014-10-14 16:01:25 -04:00
luya 6e96869ce3 design: add LuxRender and YaraRay plugin for Blender 2014-10-13 23:50:42 -07:00
luya 8d5f9bb321 add LuxRender and Yafaray plugiins for Blender 2014-10-13 23:43:26 -07:00
raveit65 395757c4b6 mate: sync master with f21 branch 2014-10-13 19:17:11 +02:00
raveit65 5f7ca87f01 xfce: fix typo 2014-10-13 19:11:43 +02:00
raveit65 9142cc25d5 xfce: fix typo 2014-10-13 19:09:44 +02:00
raveit65 c405f83139 Merge branch 'f21' of ssh://git.fedorahosted.org/git/spin-kickstarts into f21 2014-10-13 18:58:23 +02:00
raveit65 7fc8b1e738 mate: revert switch to lghtdm-gtk2 greeter, cursor issue is fixed in GTK3 too 2014-10-13 18:57:55 +02:00
Kevin Fenzi 4e3090ac91 Try some more removals to get Xfce under size 2014-10-13 10:42:54 -06:00
Kevin Fenzi 3b362be489 Try some more removals to get Xfce under size 2014-10-13 10:41:38 -06:00