spins removed from Beta
by Dennis Gilmore
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi All,
As Design Suite, Games and Security Spins were not signed off[1]
for Beta they have been removed from F20. They will need to reapply for
inclusion in F21.
Dennis
[1] http://fedoraproject.org/wiki/Releases/20/Spins
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAEBAgAGBQJSfYtiAAoJEH7ltONmPFDR2ZMP/36WFbwSnE+uZ+TyV0kjg1R+
PCmCrbYIp2V8fsaHkXNGiKgm9UlD5N/q8IqwtduvjAqshB2ziRcuJFgD8IlDp3Y3
Dp9NfqmYEzcUx6kETB4A+Fhm4xZWvxaBJ9j4rb37MIGh4buYXMnx3AIhppBUUNqB
yrugdItbwSuaIkfF9Owx5UM9TLqtyy/cJo/5IAcZ4vDcPTeeZcoDI+OBwCiX4b8a
gObe7t7S+VgayPJxo4u+bQWTeg1zuGErfbw0h+0LrTeQarpOJfZuIArvQa4c0BcB
2Xw0FsA9A9r281ZbGPpdj0RtqmJD+x/u96gMjzLyTCouBcHJZCuIfFpiTejIcnxp
QVzA3wCwUyd2EpMQ7k/dEQRZI91Cx9F8B3HZYSWcqTe+1dwBMRlZVazaCUIAXXPc
ttluoaYif85yvc9DfxQhYWwkkC5x44CeTpjHg1dASQ2rpoxMlkUrChO9K+ywal+w
FC2apcXAvYDK1jOSffAO91R5SLdle6DwbVEmoP/UQIc/GUmkyx1YubQ1SPR73xgd
M3XmLQ1ZdAqd0PbJCwCZu8fyScRTJuL1zthvlQzaa1hAO/6f2tHJ+5BpgrkrnxnT
q8O+0xJBkwXaph5qrfz5csLyLGDrWOko+RLUjjZ3CUz/c1uTqfYvTr9YAimWKzLP
KkLvuj4JouH3tjVpRxIv
=1wrx
-----END PGP SIGNATURE-----
4 years, 7 months
[spin-kickstarts] install uboot-images-armv7 rather than the old individual u-boto images
by Dennis Gilmore
commit 2e8e82a93dee23c434bc0ed5ecef5aeffbe0ea4c
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Mon Apr 21 16:07:44 2014 -0500
install uboot-images-armv7 rather than the old individual u-boto images
don't install initial-setup-gui on the minimal text only image
fedora-arm-base.ks | 10 +---------
fedora-arm-minimal-vfat.ks | 1 +
fedora-arm-minimal.ks | 1 +
3 files changed, 3 insertions(+), 9 deletions(-)
---
diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks
index 0e81f8b..7eb5f38 100644
--- a/fedora-arm-base.ks
+++ b/fedora-arm-base.ks
@@ -36,15 +36,7 @@ dracut-modules-growroot
dracut-config-generic
# install uboot images
-uboot-beagle
-uboot-beaglebone
-uboot-origen
-uboot-panda
-uboot-smdkv310
-uboot-uevm
-uboot-wandboard_dl
-uboot-wandboard_solo
-uboot-wandboard_quad
+uboot-images-armv7
%end
diff --git a/fedora-arm-minimal-vfat.ks b/fedora-arm-minimal-vfat.ks
index 8e5a025..b41873e 100644
--- a/fedora-arm-minimal-vfat.ks
+++ b/fedora-arm-minimal-vfat.ks
@@ -7,6 +7,7 @@ part / --size=1400 --fstype ext4
%packages
-@standard
-@dial-up
+-initial-setup-gui
%end
%post
diff --git a/fedora-arm-minimal.ks b/fedora-arm-minimal.ks
index 844f2d1..ae9fdc4 100644
--- a/fedora-arm-minimal.ks
+++ b/fedora-arm-minimal.ks
@@ -7,6 +7,7 @@ part / --size=1400 --fstype ext4
%packages
-@standard
-@dial-up
+-initial-setup-gui
%end
%post
9 years, 1 month
[spin-kickstarts] remove @dial-up and @standard from the minimal arm image
by Dennis Gilmore
commit d8f9852e473420c637cd1ade4bc60f834b4b9bee
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Sat Apr 12 08:49:27 2014 -0500
remove @dial-up and @standard from the minimal arm image
fedora-arm-minimal-vfat.ks | 5 +++++
fedora-arm-minimal.ks | 5 +++++
2 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/fedora-arm-minimal-vfat.ks b/fedora-arm-minimal-vfat.ks
index 85a7d91..8e5a025 100644
--- a/fedora-arm-minimal-vfat.ks
+++ b/fedora-arm-minimal-vfat.ks
@@ -4,6 +4,11 @@
part swap --size=128 --fstype swap
part / --size=1400 --fstype ext4
+%packages
+-@standard
+-@dial-up
+%end
+
%post
# setup systemd to boot to the right runlevel
diff --git a/fedora-arm-minimal.ks b/fedora-arm-minimal.ks
index b6faee6..844f2d1 100644
--- a/fedora-arm-minimal.ks
+++ b/fedora-arm-minimal.ks
@@ -4,6 +4,11 @@
part swap --size=128 --fstype swap
part / --size=1400 --fstype ext4
+%packages
+-@standard
+-@dial-up
+%end
+
%post
# setup systemd to boot to the right runlevel
9 years, 2 months
[spin-kickstarts] kde: disable baloo for live user
by Rex Dieter
commit 09a1dd5807803e95e59338f92341cfdf8295e30a
Author: Rex Dieter <rdieter(a)math.unl.edu>
Date: Tue Apr 8 21:40:27 2014 -0500
kde: disable baloo for live user
fedora-live-kde-base.ks | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/fedora-live-kde-base.ks b/fedora-live-kde-base.ks
index 7624f29..74ba8eb 100644
--- a/fedora-live-kde-base.ks
+++ b/fedora-live-kde-base.ks
@@ -90,6 +90,12 @@ cat > /home/liveuser/.kde/share/config/kdedrc << KDEDRC_EOF
autoload=false
KDEDRC_EOF
+# Disable baloo
+cat > /home/liveuser/.kde/share/config/baloofilerc << BALOO_EOF
+[Basic Settings]
+Indexing-Enabled=false
+BALOO_EOF
+
# Disable kres-migrator
cat > /home/liveuser/.kde/share/config/kres-migratorrc << KRES_EOF
[Migration]
9 years, 2 months
[spin-kickstarts] fedora-live-base.ks: do not hardcode fedora-release in %post
by Kevin Kofler
commit ccd8c30b8864d21099aaa66f56b491c66d23797c
Author: Kevin Kofler <Kevin(a)tigcc.ticalc.org>
Date: Mon Apr 7 14:04:57 2014 +0200
fedora-live-base.ks: do not hardcode fedora-release in %post
Do not hardcode the fedora-release package name in the %post scriptlet
(in the place that imports the Fedora RPM GPG key). Instead, use
"--whatprovides system-release", which is strictly equivalent if
fedora-release is used, but also works when the *-release package is
named differently.
This makes live easier for remixes, which have to replace fedora-release
with generic-release or ${remixname}-release. They would otherwise have
to edit fedora-live-base.ks.
fedora-live-base.ks | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 29be3c2..3e29713 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -280,7 +280,7 @@ systemctl enable tmp.mount
# work around for poor key import UI in PackageKit
rm -f /var/lib/rpm/__db*
-releasever=$(rpm -q --qf '%{version}\n' fedora-release)
+releasever=$(rpm -q --qf '%{version}\n' --whatprovides system-release)
basearch=$(uname -i)
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
echo "Packages within this LiveCD"
9 years, 2 months
[spin-kickstarts] increase size of / for arm desktop image
by Dennis Gilmore
commit 854d60c78113229822c8ffde6e5ee8c505141196
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Fri Apr 4 12:37:30 2014 -0500
increase size of / for arm desktop image
currently the desktop image is failing to compose, this is due to needing
an additional 126MB on the / filesystem. lets give it an extra 1000MB
fedora-arm-desktop.ks | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-arm-desktop.ks b/fedora-arm-desktop.ks
index 1517f49..dbb98a3 100644
--- a/fedora-arm-desktop.ks
+++ b/fedora-arm-desktop.ks
@@ -3,7 +3,7 @@
%include fedora-desktop-packages.ks
%include fedora-arm-partitioning.ks
-part / --size=4000 --fstype ext4
+part / --size=5000 --fstype ext4
%packages
-initial-setup
9 years, 2 months
[spin-kickstarts] update SoaS live spin version numbers
by Adam Williamson
commit 9470ce8863e95202811a55ed5b37230eaae1f1b6
Author: Adam Williamson <awilliam(a)redhat.com>
Date: Thu Apr 3 10:11:20 2014 -0700
update SoaS live spin version numbers
fedora-livecd-soas.ks | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/fedora-livecd-soas.ks b/fedora-livecd-soas.ks
index 5e057ae..a23afed 100644
--- a/fedora-livecd-soas.ks
+++ b/fedora-livecd-soas.ks
@@ -26,8 +26,8 @@ rm -f /var/lib/rpm/__db*
# Get proper release naming in the control panel
cat >> /boot/olpc_build << EOF
-Sugar on a Stick 10 (Unknown)
-Fedora release 20 (Rawhide)
+Sugar on a Stick 11 (Unknown)
+Fedora release 21 (Rawhide)
EOF
# Add our activities to the favorites
9 years, 2 months
[spin-kickstarts] exclude uboot-tools from cloud images (arm only; not needed)
by Matthew Miller
commit 08f336ed40d8230c39592d58d8e3c5be7c9e0372
Author: Matthew Miller <mattdm(a)mattdm.org>
Date: Wed Apr 2 12:54:01 2014 -0400
exclude uboot-tools from cloud images (arm only; not needed)
fedora-cloud-base.ks | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks
index 980328b..2f256b9 100644
--- a/fedora-cloud-base.ks
+++ b/fedora-cloud-base.ks
@@ -71,6 +71,7 @@ rsync
-NetworkManager
-iprutils
-kbd
+-uboot-tools
%end
9 years, 2 months