Dusty Mabe
26be0f2d85
Move manipulation of machine-id above systemd-tmpfiles
...
For complicated reasons the systemd-tmpfiles call acutally
fails and causes the rest of the kspost to not get run. This
commit makes it the last thing to get run.
This has been fixed in future branches with a more complicated
set of patches:
- https://pagure.io/fedora-kickstarts/c/a4ae071
- https://pagure.io/fedora-kickstarts/c/f6ecdc3
Signed-off-by: Dusty Mabe <dusty@dustymabe.com >
2017-10-31 11:50:56 -04:00
Dusty Mabe
6553b85eba
zero out resolv.conf during install
...
Anaconda is writing an /etc/resolv.conf from the install environment.
The system should start out with an empty file, otherwise cloud-init
will try to use this information and may error:
https://bugs.launchpad.net/cloud-init/+bug/1670052
(cherry picked from commit fc0a635bc4 )
2017-03-29 14:44:31 -04:00
Jonathan Lebon
015e301b25
fedora-atomic.ks: create new ref and delete old one
...
1. Make sure that the ref we sit on exists. This will also work around
a subtle issue which would cause static deltas to not be used (though
https://github.com/ostreedev/ostree/pull/710 will fix that).
2. Make sure we delete the old refs so that the commit eventually gets
cleaned up.
2017-03-02 11:01:24 -05:00
Dusty Mabe
e77c443079
atomic: use kojipkgs url everywhere
...
We need to use the kojipkgs url on the builders because they don't
have access to dl.fp.o. After some discussion we have just decided
to use the kojipkgs url everywhere as the dl.fp.o url is just a
redirect anyway.
2017-02-09 15:02:18 -05:00
Dusty Mabe
3fd7e8b009
atomic: build from updates ostree ref
...
We want to build images from ostree ref that gets updated "nightly"
but we want consumers of the image to track the two week releases.
This is part of work for ticket: https://pagure.io/releng/issue/6545
2017-02-07 17:17:19 -05:00
Dusty Mabe
8909332a6d
atomic: use the dl.fp.o url
...
Would be better to just go ahead and use the dl.fp.o url in our
ostreesetup command so that we don't have to worry about doing the
remote delete/add in the %post. The dl.fp.o url [1] is just a redirect
to the kojipkgs url [2] anyway.
[1] https://dl.fedoraproject.org/pub/fedora/linux/atomic/25/
[2] https://kojipkgs.fedoraproject.org/atomic/25/
2017-02-07 17:00:50 -05:00
Thomas Mueller
ee920bfa1f
Allow vagrant user to sudo to all users
...
This addresses atomic-wg issue 173.
Also vagrant docs https://www.vagrantup.com/docs/boxes/base.html
tell to configure it like this.
(cherry picked from commit 2cb099d7a3 )
2017-02-03 17:04:00 +01:00
Colin Walters
e11de770d0
atomic: Add workaround for bash
2017-01-23 10:26:41 -05:00
Adam Miller
f85bbb10ee
add tar to address BZ#1409920
...
Signed-off-by: Adam Miller <maxamillion@fedoraproject.org >
2017-01-04 15:32:53 -06:00
Dusty Mabe
0ef56672f7
Fix the url for the ostree repo
...
Bodhi updates https://kojipkgs.fedoraproject.org/atomic/25/ on every
stable update run. We need to point the repo there as the old location
is what was updated by pungi before F25 release.
Note that https://dl.fedoraproject.org/pub/fedora/linux/atomic/25/
redirects to https://kojipkgs.fedoraproject.org/atomic/25/ .
2016-12-05 16:46:41 -05:00
raveit65
15e9749cd4
Mate: add f25-backgrounds-extras
2016-11-19 09:53:49 +01:00
Dennis Gilmore
0933e101c0
Merge branch 'f25' of https://pagure.io/forks/luya/fedora-kickstarts into f25
2016-11-14 13:06:03 -06:00
Peter Robinson
fc25b45421
sugar still needs webkitgtk3 it seems
...
Signed-off-by: Peter Robinson <Peter Robinson pbrobinson@fedoraproject.org >
2016-11-14 16:33:07 +00:00
Peter Robinson
25735c97b2
fix SoaS user login
...
Signed-off-by: Peter Robinson <Peter Robinson pbrobinson@fedoraproject.org >
2016-11-13 22:07:13 +00:00
Luya Tshimbalanga
9c4ea05e32
design-suite: remove LuxRender-blender from ks
2016-11-06 10:20:46 -08:00
Christian Dersch
84cba7aaa0
kde: added mediawriter as a replacement for liveusb-creator
2016-11-01 16:44:36 +01:00
Christian Dersch
434aec0dd3
kde: removed obsoleted liveusb-creator
2016-10-31 20:46:13 +01:00
Kamil Páral
d0d81076bb
fedora-live-base: change static hostname to localhost-live
...
This prevents systemd to update it during boot if DHCP supplies a
hostname, which causes sddm to not start. See
https://bugzilla.redhat.com/show_bug.cgi?id=1370222
2016-10-31 19:03:51 +01:00
Christian Dersch
5468763219
astronomy: added ginga FITS viewer and fitsio library
2016-10-28 10:40:56 +02:00
Luya Tshimbalanga
4b020c1d29
design-suite: add F25 supplemental backgrounds and inkscape addon
2016-10-27 19:00:53 -07:00
Peter Robinson
965fb1adab
revert ext3 /boot for arm images
...
The issue has been fixed upstream with improvements to ext4 support in u-boot 2016.11,
in Fedora I backported these fixes to uboot-tools-2016.09.01-2.fc25 and they've now
been verified and that release is now stable so we should be good to revert the ext3
partition workaround for F-25 GA.
2016-10-22 18:44:36 +01:00
Peter Robinson
7f436214bc
fix graphical initial-setup on ARM images
...
The old means of enabling the graphical service is obsolete so remove it.
It's now detected by explicitly enabling graphical.target so do this by default
for all graphical UXes
2016-10-19 13:43:58 +01:00
Christian Dersch
8d66af166c
astronomy: enhanced Python 3 toolchain
2016-10-16 16:49:35 +02:00
Jason Brooks
6f3661e3a5
revert network service change
2016-10-14 16:27:02 -07:00
Jason Brooks
5d987e82b3
networking fixes for f25
...
* removes the extra ens3 ifcfg that seems to be added
by dracut at some point (cloud base did this in their
ks a year ago in c509863 )
* adds net.ifnames=0 to the bootloader line, because
that seems to be necessary to actually disable consistent
device naming
* enables the network service
see https://pagure.io/atomic-wg/issue/174
2016-10-14 10:13:10 -07:00
Kevin Fenzi
2de79eaadb
Switch cloud base back to extlinux from grub2.
...
We need to unset the 64bit option on ext4 to make extlinux work.
See https://bugzilla.redhat.com/show_bug.cgi?id=1369934
and http://www.syslinux.org/wiki/index.php/Filesystem#ext
(cherry picked from commit 99727567b0 )
2016-10-07 11:28:38 -06:00
Adam Williamson
aaaf21e930
s/f24-backgrounds/f25-backgrounds/
...
but not f24-backgrounds-extras, as there are no -extras packages
for f25-backgrounds yet...so stay with 24 there.
2016-10-03 14:40:27 -07:00
Peter Robinson
73645f341e
Touch the machine-id file
...
So is seems that if you remove the machine-id file it won't regenerate the file
but if you touch the file and leave it empty on boot it'll put a new machine-id
in the empty file. So work around this bug ("feature"?) by touching the file
so we don't have other issues in the process.
We're track the outcome of this in RHBZ 1379800
2016-09-30 16:58:44 +01:00
Luya Tshimbalanga
b2a85a8796
design-suite: added extra gnome applications
2016-09-28 16:51:59 -07:00
Christian Dersch
f626ce246d
astronomy: added astropy-tools subpackage
2016-09-25 12:34:41 +02:00
Peter Robinson
b41f84a72c
Most of the new ARM X/Wayland accelerated drivers need some level of CMA allocation
2016-09-22 14:41:53 +01:00
Peter Robinson
dceca557c3
Initial support for Raspberry Pi. We continue to support existing ARM images without any change to the process (except they have a small 30Mb partition at the begining of the image) but all exisiting documented processe work for image writing. The RPi is auto configured and a pure dd to the card, plug and boot.
2016-09-22 14:41:53 +01:00
Dusty Mabe
e0e0f1f7ee
cloud: remove sshfs from vagrant image.
...
It is not yet in the right package lists for cloud so it's not
available at install time.
2016-09-21 14:06:45 -04:00
Kevin Fenzi
c4c8c7add1
Disable packagekit cached metadata generation to see if it's causing compose failures or if it's something else.
2016-09-20 14:36:55 -06:00
Peter Robinson
1f1184c77c
Remove machine-id on pre generated images so it's unique on each deployed device
...
As referenced on the arm list [1] and as already being done on the docker image we
should remove the unique /etc/machine-id file on compose artifacts to ensure it's
regenerated and unique on each deployed host/device. This unifies the process across
all base ks so it's inherited for each artifact.
[1] https://lists.fedoraproject.org/archives/list/arm@lists.fedoraproject.org/message/Q3YZVF5P2OLLPUJQ2LYZSTKWGGDIU6QO/
Signed-off-by: Peter Robinson <pbrobinson@gmail.com >
2016-09-13 09:12:37 +01:00
Luya Tshimbalanga
2699e4b6a3
design-suite: replace calligra-krita by krita
2016-09-07 10:10:38 -07:00
Peter Robinson
2ac5e77a03
add rng-tools to all ARM images as most arm HW has a HW rng
2016-09-07 15:32:04 +01:00
Amit Saha
c901db770b
Scientific: Comment out root for now
2016-08-25 13:45:33 +10:00
Kevin Fenzi
3d4d6ddc8d
Switch the cloud base image back to grub2 for now.
...
For some reason extlinux isn't working right to boot the image.
See bug https://bugzilla.redhat.com/show_bug.cgi?id=1369934
2016-08-24 15:41:24 -06:00
Adam Williamson
d37a1e4622
drop rsyslog service from all cloud kickstarts
...
it's no longer pulled in by cloud-init (since 2014...). None
of these kickstarts has it in %packages, and it's not in any
of the cloud environment or package groups in comps either. So
it seems like no-one particularly wants rsyslog in the cloud
images.
From compose logs, it looks like trying to enable a non-existent
service in anaconda in Fedora 24 and earlier wasn't a fatal
error (anaconda more or less logged a warning and continued),
but in Fedora 25 and later it does seem to be fatal. It at least
causes one anaconda thread to crash, though the image compose
completes. I think possibly at least the way anaconda's run
in the Cloud compose process, the main thread manages to exit,
but it seems pretty likely the thread crash will result in
problems in the produced image.
Needed on master and f25.
2016-08-24 13:27:45 -06:00
Adam Williamson
4fc84a77a2
manipulate network service in %post ( #1369794 )
...
Due to #1369794 , anaconda cannot currently manipulate sysv
services in F25+. So to work around this, take 'network' out of
the services lines in all kickstarts and instead manipulate
it in the %post section, with chkconfig.
Also remove rsyslog from the Atomic image services line because
it doesn't appear to be included in the OStree tree at present
and so attempting to enable the service breaks Atomic image
compose, see e.g.:
https://kojipkgs.fedoraproject.org//work/tasks/9022/15349022/oz-x86_64.log
also correct the name of the ssh service in fedora-arm-base.ks;
it's sshd not ssh.
2016-08-24 10:10:36 -07:00
Adam Williamson
9181574bcc
jam: remove retired lv2-fil-plugins
...
was retired for broken dependencies, no-one has fixed it.
2016-08-23 00:54:18 -05:00
Luya Tshimbalanga
c86a3d3f99
design-suite: fix typo on gimp-dds-plugin
2016-08-22 20:46:51 -07:00
Luya Tshimbalanga
59a047ebf7
design-suite: remove commented line
2016-08-19 14:00:12 -07:00
Luya Tshimbalanga
579a8aaf93
design-suite: remove commented line
2016-08-19 13:25:31 -07:00
Bruno Wolff III
232e5174ce
Temporarily remove maniadrive
...
maniadrive isn't building with php7
2016-08-19 15:20:25 -05:00
Peter Robinson
06fc035621
move arm boot partition to ext3
...
With e2fsprogs after 1.43 the 64bit and metadata_csum features are
enabled by default. These features are not currently supported in
u-boot and the 64bit feature introduces changes such that it cannot
be read by implementations that do not support it. U-Boot does not
support the functionality and hence now won't mount it just in case
it corrupts the filesystem, which is a reasonable response, this how
ever stops us from booting when we have a ext4 /boot file system
which means basically we end up with a pot plant. Go back to using
ext3 for the time being as the mkfs.ext3 option doesn't enable these
features and we get booting systems!! YAY \o/
2016-08-17 13:03:52 +01:00
Adam Williamson
722a7889fa
specify libcrypt packages in fedora-arm-base for RHBZ #1324623
...
This seems to be enough to work around yum's issues in dealing
with the libcrypt/libcrypt-nss package split, at least it is
for me.
2016-08-15 22:11:09 +01:00
Luya Tshimbalanga
ce535c5c35
Merge branch 'master' of ssh://pagure.io/forks/luya/fedora-kickstarts
2016-07-31 22:05:02 -07:00
Luya Tshimbalanga
c98b517d5a
design-suite: temporarily disable some packages for testing purpose
2016-07-31 22:03:57 -07:00
Luya Tshimbalanga
1e4fc3d8a7
design-suite: fix typo on gimp-dds-plugin
2016-07-29 10:21:06 -07:00
Peter Robinson
8df52454c6
initial Fedora 25 branched setup
...
Signed-off-by: Peter Robinson <Peter Robinson pbrobinson@fedoraproject.org >
2016-07-26 06:51:27 +01:00
Adam Miller
96a6711bb7
fix missing /run/lock in docker base image BZ#1343138
...
Signed-off-by: Adam Miller <maxamillion@fedoraproject.org >
2016-07-22 15:26:49 -05:00
Kevin Fenzi
63bc5b44b7
Merge #34 design-suite: remove yafaray as it is retired
2016-07-21 16:50:43 +00:00
Luya Tshimbalanga
2df0cd5d0e
design-suite: remove yafaray as it is retired
2016-07-21 09:38:56 -07:00
Bruno Wolff III
ee5d72bae9
We probably have room for freedroid again
2016-06-19 13:03:44 -05:00
Bruno Wolff III
b0471f609a
We should have room for warmux again
2016-06-19 13:01:40 -05:00
Bruno Wolff III
7eb869a8ac
Remove Supertux 2 since it crashes
2016-06-19 13:01:40 -05:00
Bruno Wolff III
b39ac77024
Make sure chronyd runs with the correct config
...
We need to have chronyd start after livesys has finished so that
the config for chronyd gets rewritten before it starts. If not it
will overwrite the system clock with a time that will be incorrect
(US eastern stored as local time instead of UTC) for most people.
This fixes bug 1018162.
2016-06-18 08:14:35 -05:00
Jan Pazdziora
27c2ec431d
Make the %post fail when its commands no longer pass.
2016-06-08 21:00:09 +02:00
Dan Book
d958d3568f
Cinnamon - correct gnome metadata for extra backgrounds and add basic backgrounds
2016-06-07 20:58:44 -04:00
Kevin Fenzi
20b2147482
Merge #27 1343111 - Purge fstab to stop systemd from attempting to mount filesystems.
2016-06-07 18:09:05 +00:00
Jan Pazdziora
1a5dea70fc
1343136 - the default OOMScoreAdjust=-900 does not cause any ill effects on fedora:rawhide.
2016-06-07 09:54:16 +02:00
Jan Pazdziora
4d39c5ca63
1343111 - Purge fstab to stop systemd from attempting to mount filesystems.
2016-06-07 09:11:29 +02:00
Kalev Lember
1c9fefa186
packagekit-cached-metadata.ks: Adapt for livemedia-creator changes
...
Now that F24 images are made with livemedia-creator instead of
livecd-creator, the kickstart parser has changed; the new kickstart
parser doesn't understand the $INSTALL_ROOT variable we'd been using in
%post --nochroot scripts. This commit fixes this by replacing
$INSTALL_ROOT usage with hardcoded /mnt/sysimage as docs suggest.
While at this, this commit also fixes a case where resolv.conf would be
incorrectly copied if it is a symlink, thanks to dgilmore for pointing
this out.
2016-06-01 23:20:36 +02:00
Dennis Gilmore
8df2ac9a00
Merge #19 Update readme file and note bugzilla should be used for issues.
2016-06-01 18:46:53 +00:00
Dennis Gilmore
30e01b5bc6
Merge #20 design-suite: add gimp-layer-via-copy-cut
2016-06-01 18:46:24 +00:00
Luya Tshimbalanga
c509ed9b98
design-suite: add gimp-layer-via-copy-cut
2016-05-31 01:36:30 -07:00
Kevin Fenzi
97b13fb90b
Update readme file and note bugzilla should be used for issues.
2016-05-30 14:19:28 -06:00
Dennis Gilmore
fc2a0cf4d5
install new arm-tools group to pull in tools for booting arm systems.
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us >
2016-05-30 10:08:58 -05:00
Christian Dersch
cf7f713f34
astronomy: remove astronomy-bookmarks (outdated and affected by #1338010 )
2016-05-27 09:56:40 +02:00
Dennis Gilmore
5e553abc09
Merge #10 design-suite: include add-ons in ks from group
2016-05-27 01:40:21 +00:00
luya
78c207b1b6
design-suite: include add-ons in ks from group
...
Added add-ons in ks file due to dnf bug unable to fulfill conditional level of packages in compose
2016-05-24 03:46:16 +00:00
Dennis Gilmore
ea508e51e5
add a default url line to the livecd kickstarts
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us >
2016-05-23 09:37:01 -05:00
Christian Dersch
bdceb70ed8
astronomy: added plasma applet for redshift
2016-05-21 15:09:08 +02:00
Dusty Mabe
b529dcba60
fedora-cloud-base: Add which package back.
...
After removing grub2 the which package gets removed. Let's add it back
because it is generally useful and because it is needed for many vagrant
utilities to work.
2016-05-20 11:02:44 -04:00
luya
ed3b8e9fb5
Update fedora-live-design_suite.ks
...
Ascend darktable to default on docker
2016-05-17 16:06:45 +00:00
Peter Robinson
266fba7c2e
arm: add fedora-arm-installer
2016-05-17 13:50:51 +01:00
Peter Robinson
a312124d8f
cloud: ppc: add grub2 explicitly since now primary has explicitly removed it again
2016-05-17 12:03:47 +01:00
Christian Dersch
e361a19da4
astronomy: removed skychart, do not ship two complete Python stacks => removed python 2 scientific stuff
2016-05-16 14:08:50 +02:00
Dan Book
7f83c64b65
remove unneeded keyring package; add yumex-dnf and extra backgrounds
...
- gnome-keyring-pam is already required by cinnamon
2016-05-13 18:28:01 -04:00
Kevin Fenzi
6ed9330dae
add MAINTAINERS file to map owners to ks files and update README for pagure
2016-05-13 14:18:01 -06:00
Peter Robinson
ef5e9246c0
aarch64: fix cloud ks
2016-05-13 17:57:44 +01:00
raveit65
118419df0d
Mate: add p7zip
2016-05-13 11:00:20 +02:00
Peter Robinson
15581fa935
arm: minimal: add WiFi cli support
2016-05-12 16:33:27 +01:00
Peter Robinson
5d90212127
cloud: aarch64: fix console line
2016-05-12 08:47:09 +01:00
Peter Robinson
7aeb066018
aarch64: cloud: explicitly add uEFI boot components
2016-05-10 16:37:35 +01:00
Christian Dersch
12fe6d8269
astronomy: added virtualplanet and redshift
2016-05-10 14:15:45 +02:00
raveit65
f5f08a158a
Mate: use f24-backgrounds-extras-base
2016-05-10 11:08:39 +02:00
Luya Tshimbalanga
329c4b61db
Merge branch 'master' of ssh://git.fedorahosted.org/git/spin-kickstarts
2016-05-04 19:37:01 -07:00
Luya Tshimbalanga
692aba42c5
design-suite: really enable gthumb
2016-05-04 19:36:18 -07:00
Dusty Mabe
209b48fd52
cloud-base-vagrant: use extlinux to match cloud-base
...
If we don't do this it will try to use grub2 but will fail
because we removed the packages from the package set.
2016-05-03 17:35:55 -05:00
Dusty Mabe
3904c53a79
cloud-base-vagrant: Add sshfs to support vagrant-sshfs plugin
...
Adding sshfs into the image will make it so that users won't have
to wait for the package to be installed on bringup.
2016-05-03 17:34:27 -05:00
Luya Tshimbalanga
fdd3074108
design-suite: bring back f24-backgrounds-extras
2016-05-03 14:56:01 -07:00
Luya Tshimbalanga
78d2cb9dbe
Merge branch 'master' of ssh://git.fedorahosted.org/git/spin-kickstarts
2016-05-03 10:20:56 -07:00
Luya Tshimbalanga
e53054392e
design-suite: remove erronous typo
2016-05-03 10:19:28 -07:00
Kalev Lember
d1500f92ca
packagekit-cached-metadata.ks: Update Branched and Rawhide repo URLs
...
They changed with the switch to Pungi.
2016-05-03 15:18:40 +02:00
Luya Tshimbalanga
d98e0bcdb2
design-suite: temporary disable f24-backgrounds-extras for testing purpose
2016-05-02 11:15:02 -07:00
Luya Tshimbalanga
0079d44560
Merge branch 'master' of ssh://git.fedorahosted.org/git/spin-kickstarts
2016-05-02 11:08:54 -07:00
Luya Tshimbalanga
2b8ed79082
design-suite: temporary disable f24-backgrounds-extras for testing purpose
2016-05-02 11:08:21 -07:00
Kevin Fenzi
b63ab022d7
Drop dracut-config-generic since we don't want the larger generic initramfses on all installed from live instances.
2016-04-29 15:32:42 -06:00
Bruno Wolff III
84241e4037
Games: I still need to get the i686 size down another 100 MB
...
Hopefully eventually Midori will get fixed, so firefox can be dropped
and we'll find a way to get the i686 version not to be 400 MB larger
than the x86_64 version.
2016-04-29 13:50:38 -05:00
Kevin Fenzi
77b6f51609
Add admin-tools group in. Fixes bug #1330298
2016-04-26 15:06:00 -06:00
Luya Tshimbalanga
33150c8f1b
design-suite: add f24-backgrounds extras and switch geeqie to gthumb
2016-04-26 12:33:43 -07:00
Bruno Wolff III
b4e5520d63
Games also cut Ri-li for size
2016-04-25 00:16:51 -05:00
Bruno Wolff III
811cc8ed0f
Games: need to save 20MB on i686
...
With livemedia putting both PAE and non-PAE kernels on i686,
i686 images are a lot bigger than x86_64 images and what i686
used to be. Removing freedroid looks to be enough.
2016-04-24 23:59:02 -05:00
Luya Tshimbalanga
e91cf35a69
design-suite: add geeqie
2016-04-21 01:40:27 -07:00
Kushal Das
a5ad80cbc1
Pulls in the systemd-udev subpackage
2016-04-13 15:24:01 +05:30
Peter Robinson
b2eb0a44ea
Docker: Base: add arm config, use includes for ppc config
2016-04-12 15:43:30 +01:00
Peter Robinson
42de211146
Cloud: Base: add arm config, use includes for ppc config
2016-04-12 14:22:03 +01:00
Dennis Gilmore
27a0af11dd
remove cloud from atomic kickstarts and point at new repo location
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us >
2016-04-11 14:09:19 -05:00
Peter Robinson
cae70e9506
SoaS: we don't want the WebKit gtk2 plugin support
2016-04-10 22:41:16 +01:00
raveit65
c793957cb1
update fedora-mate-packages.ks
2016-04-09 17:08:26 +02:00
Peter Robinson
b9d3ec89db
SoaS: Don't include livecd-tools anymore
2016-03-30 14:48:58 +01:00
Kevin Fenzi
c05c51325d
Allow dracut-config-rescue to be installed so installed systems have a
...
rescue kernel. Also remove the rescue kernel and initramfs on the live
itself. Fixes bug #1317709
2016-03-25 12:36:19 -06:00
Christian Dersch
4102c235d9
astronomy: increased space
2016-03-24 20:52:17 +01:00
Peter Robinson
88773e7f1f
ppc: we need grub2 in cloud images
2016-03-24 18:01:13 +00:00
Peter Robinson
8571a5b71e
add PPC specific cloud kickstarts until anaconda rhbz 1303219 is fixed
2016-03-24 16:44:55 +00:00
Luya Tshimbalanga
c3b80ffdca
desing-suite: increase recommended size
2016-03-23 23:35:43 -07:00
Dennis Gilmore
5ed2cb827f
make the arm KDE image 6.5G, needs more space
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us >
2016-03-14 20:36:02 -05:00
Christian Dersch
8aae3f4733
astronomy: added veusz to have a proper replacement for scidavis
2016-03-13 20:28:11 +01:00
Adam Williamson
8879bca02b
Revert "Revert "add @gnome-desktop to fedora-workstation-packages""
...
This reverts commit a08e27a87d .
Requested by Michael Catanzaro, he is re-applying the Workstation
comps group change that was reverted.
2016-03-12 09:03:30 -08:00
Christian Dersch
3df087a9d1
astronomy: removed broken xvarstar
2016-03-12 13:06:30 +01:00
raveit65
745d7546ee
Mate: clean up fedora-mate-packages.ks
2016-03-12 00:29:09 +01:00
Kevin Fenzi
0c6b9e68f3
Switch default browser to firefox on Xfce
2016-03-10 13:18:20 -07:00
Rex Dieter
2599848690
kde-desktop: +qupzilla, use @firefox group
2016-03-08 07:08:47 -06:00
Christian Dersch
4e9eda7c72
astronomy: kst fixed, added again
2016-03-06 13:56:40 +01:00