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, 6 months
[spin-kickstarts] enable initial-setup.service
by Dennis Gilmore
commit 21c9f3a5d28431f3a0a0b05add032f54103df577
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Wed Jan 13 18:24:43 2016 -0600
enable initial-setup.service
initail-setup.service now handles running both the gui mode and text
mode running of initial-setup so just enable the one service and no
longer do any special handling rhbz#1296495
Signed-off-by: Dennis Gilmore <dennis(a)ausil.us>
fedora-arm-base.ks | 2 +-
fedora-arm-minimal.ks | 4 ----
fedora-arm-server.ks | 4 ----
3 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks
index a64b980..63689fd 100644
--- a/fedora-arm-base.ks
+++ b/fedora-arm-base.ks
@@ -14,7 +14,7 @@ part / --size=3000 --fstype ext4
# make sure that initial-setup runs and lets us do all the configuration bits
firstboot --reconfig
-services --enabled=ssh,NetworkManager,avahi-daemon,rsyslog,chronyd --disabled=network
+services --enabled=ssh,NetworkManager,avahi-daemon,rsyslog,chronyd,initial-setup --disabled=network
%include fedora-repo.ks
diff --git a/fedora-arm-minimal.ks b/fedora-arm-minimal.ks
index b98d7db..453b27f 100644
--- a/fedora-arm-minimal.ks
+++ b/fedora-arm-minimal.ks
@@ -19,9 +19,5 @@ rm -f /etc/systemd/system/default.target
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
echo .
-echo -n "Enabling initial-setup text mode on startup"
-ln -s /usr/lib/systemd/system/initial-setup-text.service /etc/systemd/system/multi-user.target.wants/initial-setup-text.service
-echo .
-
%end
diff --git a/fedora-arm-server.ks b/fedora-arm-server.ks
index a00f790..9c31d87 100644
--- a/fedora-arm-server.ks
+++ b/fedora-arm-server.ks
@@ -23,9 +23,5 @@ rm -f /etc/systemd/system/default.target
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
echo .
-echo -n "Enabling initial-setup text mode on startup"
-ln -s /usr/lib/systemd/system/initial-setup-text.service /etc/systemd/system/multi-user.target.wants/initial-setup-text.service
-echo .
-
%end
7 years, 4 months
Livemedia-creator conversion for F24
by Dennis Gilmore
Hi all,
As part of http://fedoraproject.org/wiki/Changes/LivemediaCreator we will be
moving from using livecd-creator to livemedia-creator for making livecds. I am
hoping to make the switch live by the end of the week. The kickstart changes
are minimal and I will go ahead and make them. I will let you know more as
things move along, Right now this is just a heads up change is imminent. Once
we make the change it will be good to get some testing of the images to ensure
that everything is right, for one dnf and not yum will be used to install the
live payload.
Denis
7 years, 4 months
[spin-kickstarts] design-suite: exclude darktable from x86 and trim the ks
using groups
by Luya Tshimbalanga
commit 6b8631e393b12240b5113ce63ad724e4ab86f74e
Author: Luya Tshimbalanga <luya(a)fedoraproject.org>
Date: Sat Jan 9 20:46:16 2016 -0800
design-suite: exclude darktable from x86 and trim the ks using groups
fedora-live-design_suite.ks | 67 ++++---------------------------------------
1 files changed, 6 insertions(+), 61 deletions(-)
---
diff --git a/fedora-live-design_suite.ks b/fedora-live-design_suite.ks
index ae27f5c..306ccfd 100644
--- a/fedora-live-design_suite.ks
+++ b/fedora-live-design_suite.ks
@@ -13,69 +13,14 @@
part / --size 8192
%packages
-# graphics
-blender
-LuxRender-blender
-YafaRay-blender
-bluefish
-calligra-krita
-colord-extra-profiles
-darktable
-dia
-entangle
-fontforge
-font-manager
-gimp
-gimp-elsamuko
-gimp-*-plugin
-gimp-data-extras
-gimp-gap
-gimp-paint-studio
-gimp-high-pass-filter
-gimp-normalmap
-gimp-resynthesizer
-gimp-separate+
-gnome-photos
-gpick
-GraphicsMagick
-gmic-gimp
-hugin
-ImageMagick
-inkscape
-inkscape-sozi
-inkscape-table
-mypaint
-nautilus-image-converter
-optipng
-phatch
-screenruler
-simple-scan
-scribus
-shutter
-synfigstudio
-xournal
-
-# office
-vym
-pdfmod
-pdfshuffler
+# Switch to groups for design suite
+@design-suite
-# internet
-filezilla
-sparkleshare
-sshpass
-
-# audio & video
-audacity
-pitivi
+# Replace shotwell
+gnome-photos
-# fonts
-aajohan-comfortaa-fonts
-adobe-source-sans-pro-fonts
-campivisivi-titillium-fonts
-lato-fonts
-open-sans-fonts
-overpass-fonts
+# Exclude darktable from x86 architecture
+-darktable.i386
# Extra wallpapers
f23-backgrounds-extras-base
7 years, 4 months
[spin-kickstarts] design-suite: delete -darktable.686 exclusion line,
should be unnecessary
by Luya Tshimbalanga
commit f5f7fb74e79f8bf1b5b70f384e6ddaa90ce7e2e4
Author: Luya Tshimbalanga <luya(a)kwetu.telus1603>
Date: Mon Jan 11 13:47:15 2016 -0800
design-suite: delete -darktable.686 exclusion line, should be unnecessary
fedora-live-design_suite.ks | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/fedora-live-design_suite.ks b/fedora-live-design_suite.ks
index 306ccfd..96dbb56 100644
--- a/fedora-live-design_suite.ks
+++ b/fedora-live-design_suite.ks
@@ -19,9 +19,6 @@ part / --size 8192
# Replace shotwell
gnome-photos
-# Exclude darktable from x86 architecture
--darktable.i386
-
# Extra wallpapers
f23-backgrounds-extras-base
f23-backgrounds-extras-gnome
7 years, 4 months
[spin-kickstarts] design-suite: added Calligra Krita
by Luya Tshimbalanga
commit 1905ebd3fbb33f0207ad1e95b4f0c6a1b5358e23
Author: Luya Tshimbalanga <luya(a)fedoraproject.org>
Date: Sun Jan 3 11:55:31 2016 -0800
design-suite: added Calligra Krita
fedora-live-design_suite.ks | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/fedora-live-design_suite.ks b/fedora-live-design_suite.ks
index 8fd7afc..ae27f5c 100644
--- a/fedora-live-design_suite.ks
+++ b/fedora-live-design_suite.ks
@@ -15,9 +15,10 @@ part / --size 8192
%packages
# graphics
blender
-#LuxRender-blender
+LuxRender-blender
YafaRay-blender
bluefish
+calligra-krita
colord-extra-profiles
darktable
dia
7 years, 5 months