Adam Miller
a550d62548
add tar to address BZ#1409920
...
Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
2017-01-04 15:36:56 -06:00
Jan Pazdziora
7afda9537f
1343136 - the default OOMScoreAdjust=-900 does not cause any ill effects on fedora.
...
(cherry picked from commit 1a5dea70fc
)
2016-09-20 18:20:28 +02:00
Jason Brooks
7e4f164444
correct ostree repo location
...
see: https://pagure.io/fedora-kickstarts/pull-request/38#comment-8056
2016-08-13 13:25:32 -05:00
Bruno Wolff III
1cdbd3ef07
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-08-04 07:43:46 -05:00
Jason Brooks
e640139976
fix ostree repo location
...
problem: fedora atomic host images are including an old
ostree tree (24.39 from 2016-06-15 09:57:04)
cause: The ostree repo specified in this file at:
https://kojipkgs.fedoraproject.org/compose/atomic/24/
was last updated at 2016-06-15 09:57:04.
Fedora Atomic 23 used the location:
https://kojipkgs.fedoraproject.org/mash/atomic/23/ .
The ref at the similar
https://kojipkgs.fedoraproject.org/mash/atomic/24/
was last modifed 2016-07-24. This seems to be the correct
location. Or, if the switch from mash to compose is right,
then we need to ensure that the compose location is updated
/ kept up to date.
2016-07-27 10:36:46 -07:00
Adam Miller
fb34ac6186
fix missing /run/lock in docker base image BZ#1343138
...
Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
2016-07-22 16:04:40 -05:00
Dan Book
03020f4a74
Cinnamon - correct gnome metadata for extra backgrounds and add basic backgrounds
2016-06-07 21:03:21 -04:00
Kevin Fenzi
cd2ff0eea2
Drop dracut-config-generic since we don't want the larger generic initramfses on all installed from live instances.
...
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2016-06-03 12:09:10 -07:00
Kalev Lember
ee9e070d75
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:46 +02:00
Dennis Gilmore
a769fe0a58
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:10:29 -05:00
Christian Dersch
dbf41eb0b0
astronomy: remove astronomy-bookmarks (outdated and affected by #1338010 )
2016-05-27 09:57:53 +02:00
Dennis Gilmore
f086a341da
add a default url line to the livecd kickstarts
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-23 09:36:29 -05:00
Christian Dersch
9714319110
astronomy: added plasma applet for redshift
2016-05-21 15:11:26 +02:00
Dusty Mabe
df302e6748
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 10:53:04 -04:00
Peter Robinson
558f5c6315
arm: add fedora-arm-installer
2016-05-17 13:51:48 +01:00
Peter Robinson
f0fdf7c568
cloud: ppc: add grub2 explicitly since now primary has explicitly removed it again
2016-05-17 12:04:21 +01:00
Christian Dersch
302f5ad386
astronomy: removed skychart, do not ship two complete Python stacks => removed python 2 scientific stuff
2016-05-16 14:09:42 +02:00
Dan Book
e891c467f0
remove unneeded keyring package; add yumex-dnf and extra backgrounds
...
- gnome-keyring-pam is already required by cinnamon
2016-05-13 22:05:23 -05:00
Peter Robinson
6105897461
aarch64: fix cloud ks
2016-05-13 17:57:18 +01:00
raveit65
d003cb2a7d
Mate: add p7zip
2016-05-13 11:01:12 +02:00
Peter Robinson
f8593bceab
arm: minimal: add WiFi cli support
2016-05-12 16:33:02 +01:00
Peter Robinson
6eab7f1b6a
cloud: aarch64: fix console line
2016-05-12 08:47:30 +01:00
Peter Robinson
2264e6daa9
aarch64: cloud: explicitly add uEFI boot components
2016-05-10 16:36:34 +01:00
Christian Dersch
24e3e25f16
astronomy: added virtualplanet and redshift
2016-05-10 14:16:13 +02:00
raveit65
a4495045d0
Mate: use f24-backgrounds-extras-base
2016-05-10 11:10:52 +02:00
Luya Tshimbalanga
17bed3db91
design-suite: really enable gthumb
2016-05-04 19:39:43 -07:00
Adam Williamson
f4ee7648ad
Revert "cloud-base-vagrant: Add sshfs to support vagrant-sshfs plugin"
...
This reverts commit 34a505db5c
.
The package is not in the Cloud install root at present so this
change made the image compose fail. This can be re-applied if
the package is added to an appropriate comps group.
2016-05-03 22:54:53 -07:00
Dusty Mabe
3992f9ca91
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:36:30 -05:00
Dusty Mabe
34a505db5c
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:35:16 -05:00
Luya Tshimbalanga
dc22ec46cb
design-suite: bring back f24-backgrounds-extras
2016-05-03 14:56:27 -07:00
Luya Tshimbalanga
dec45f8d97
design-suite: remove erronous typo
2016-05-03 10:25:03 -07:00
Kalev Lember
80d15bf8ba
packagekit-cached-metadata.ks: Update Branched and Rawhide repo URLs
...
They changed with the switch to Pungi.
2016-05-03 15:16:50 +02:00
Luya Tshimbalanga
1ef06b2533
design-suite: temporary disable f24-backgrounds-extras for testing purpose
2016-05-02 11:16:30 -07:00
Bruno Wolff III
71fb82b5bc
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:54:04 -05:00
Kevin Fenzi
11a93ac029
Add admin-tools group in. Fixes bug #1330298
2016-04-26 15:06:58 -06:00
Luya Tshimbalanga
4407d70045
Merge branch 'f24' of ssh://git.fedorahosted.org/git/spin-kickstarts into f24
2016-04-26 12:36:48 -07:00
Luya Tshimbalanga
ab8bfa2903
design-suite: add f24-backgrounds extras and switch geeqie to gthumb
2016-04-26 12:34:01 -07:00
Bruno Wolff III
37bbc185a5
Games also cut Ri-li for size
2016-04-25 00:19:04 -05:00
Bruno Wolff III
125b994038
Games: don't block firefox
...
With no sign of midori getting fixed, let firefox get used for beta.
The kernel / change to livemedia had more to do with the size problem,
than firefox did. With the removal of freedroid and letting firefox
go the size should be very close.
2016-04-24 23:54:51 -05:00
Bruno Wolff III
d9a3ca9946
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:51:57 -05:00
Luya Tshimbalanga
1016065d6b
design-suite: add geeqie
2016-04-21 01:40:52 -07:00
Kushal Das
8c2a31f378
Pulls in the systemd-udev subpackage
2016-04-13 15:25:52 +05:30
Dennis Gilmore
e1206f4b9b
update the atomic cloud images for f24
...
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-12 10:07:32 -05:00
Peter Robinson
7f13b20e33
Docker: Base: add arm config, use includes for ppc config
2016-04-12 15:44:02 +01:00
Peter Robinson
6226c24d43
Cloud: Base: add arm config, use includes for ppc config
2016-04-12 14:22:27 +01:00
Peter Robinson
b4d8fed0e8
SoaS: we don't want the WebKit gtk2 plugin support
2016-04-10 22:41:43 +01:00
raveit65
de041f9852
update fedora-mate-packages.ks
2016-04-09 17:12:51 +02:00
Peter Robinson
7b9bef18d0
SoaS: Don't include livecd-tools anymore
2016-03-30 14:57:07 +01:00
Kevin Fenzi
802b718d0d
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:37:29 -06:00
Christian Dersch
c4326802f6
astronomy: increased space
2016-03-24 20:53:12 +01:00