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-----
5 years
[spin-kickstarts] CLOUD: fix up the kickstart to make the world happy
by Dennis Gilmore
commit e8bbd2f00b0413853d459b82d1fff52d6da4a008
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Fri May 30 08:30:17 2014 -0500
CLOUD: fix up the kickstart to make the world happy
fedora-cloud-base.ks | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks
index 685794b..d8408b7 100644
--- a/fedora-cloud-base.ks
+++ b/fedora-cloud-base.ks
@@ -18,14 +18,14 @@ timezone --utc Etc/UTC
auth --useshadow --enablemd5
selinux --enforcing
-rootpw --lock
-user --name=dummy --password=none --plaintext
+rootpw --lock --iscrypted locked
+user --name=none
firewall --disabled
bootloader --timeout=1 --append="console=tty1 console=ttyS0,115200n8" extlinux
-network --bootproto=dhcp --device=ens3 --activate --onboot=on
+network --bootproto=dhcp --device=eth0 --activate --onboot=on
services --enabled=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config,cloud-final
zerombr
@@ -108,6 +108,8 @@ ln -sf /boot/grub/grub.conf /etc/grub.conf
# older versions of livecd-tools do not follow "rootpw --lock" line above
# https://bugzilla.redhat.com/show_bug.cgi?id=964299
passwd -l root
+# remove the user anaconda forces us to make
+userdel -r none
# Kickstart specifies timeout in seconds; syslinux uses 10ths.
# 0 means wait forever, so instead we'll go with 1.
@@ -221,9 +223,6 @@ chattr -i /boot/extlinux/ldlinux.sys
/usr/sbin/fixfiles -R -a restore
chattr +i /boot/extlinux/ldlinux.sys
-userdel dummy
-rm -rf /home/dummy
-
echo "Zeroing out empty space."
# This forces the filesystem to reclaim space from deleted files
dd bs=1M if=/dev/zero of=/var/tmp/zeros || :
9 years, 6 months
[spin-kickstarts] Revert "try using cmdline instead of text for cloud installs"
by Dennis Gilmore
commit d4b5366a57a53238075af8fcaaeb82ed72c200bb
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Thu May 22 17:04:29 2014 -0500
Revert "try using cmdline instead of text for cloud installs"
This reverts commit 1f37a24e7a30ce0702736bc0a292526264bf9487.
fedora-cloud-base.ks | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks
index af1ecdb..685794b 100644
--- a/fedora-cloud-base.ks
+++ b/fedora-cloud-base.ks
@@ -11,7 +11,7 @@
# may need slight modification for use with actual anaconda or other tools.
# We intend to target anaconda-in-a-vm style image building for F20.
-cmdline
+text
lang en_US.UTF-8
keyboard us
timezone --utc Etc/UTC
9 years, 6 months
[spin-kickstarts] cloud: try using ens3 for network dev
by Dennis Gilmore
commit e1778df1fe1a035b21085023996c58ecbf3be378
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Thu May 22 16:34:32 2014 -0500
cloud: try using ens3 for network dev
fedora-cloud-base.ks | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks
index a2afcd0..af1ecdb 100644
--- a/fedora-cloud-base.ks
+++ b/fedora-cloud-base.ks
@@ -25,7 +25,7 @@ firewall --disabled
bootloader --timeout=1 --append="console=tty1 console=ttyS0,115200n8" extlinux
-network --bootproto=dhcp --device=link --activate --onboot=on
+network --bootproto=dhcp --device=ens3 --activate --onboot=on
services --enabled=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config,cloud-final
zerombr
9 years, 6 months
[spin-kickstarts] try using cmdline instead of text for cloud installs
by Dennis Gilmore
commit 1f37a24e7a30ce0702736bc0a292526264bf9487
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Thu May 22 16:22:26 2014 -0500
try using cmdline instead of text for cloud installs
fedora-cloud-base.ks | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks
index 91c01c4..a2afcd0 100644
--- a/fedora-cloud-base.ks
+++ b/fedora-cloud-base.ks
@@ -11,7 +11,7 @@
# may need slight modification for use with actual anaconda or other tools.
# We intend to target anaconda-in-a-vm style image building for F20.
-text
+cmdline
lang en_US.UTF-8
keyboard us
timezone --utc Etc/UTC
9 years, 6 months
[spin-kickstarts] try creating and deleting a user
by Dennis Gilmore
commit dd1f2890a0b668414a7d44a62c48df2a04f1c649
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Tue May 20 13:40:23 2014 -0500
try creating and deleting a user
fedora-cloud-base.ks | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks
index 9cafdaa..91c01c4 100644
--- a/fedora-cloud-base.ks
+++ b/fedora-cloud-base.ks
@@ -18,13 +18,14 @@ timezone --utc Etc/UTC
auth --useshadow --enablemd5
selinux --enforcing
-rootpw --lock --iscrypted locked
+rootpw --lock
+user --name=dummy --password=none --plaintext
firewall --disabled
bootloader --timeout=1 --append="console=tty1 console=ttyS0,115200n8" extlinux
-network --bootproto=dhcp --device=ens3 --activate --onboot=on
+network --bootproto=dhcp --device=link --activate --onboot=on
services --enabled=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config,cloud-final
zerombr
@@ -220,6 +221,9 @@ chattr -i /boot/extlinux/ldlinux.sys
/usr/sbin/fixfiles -R -a restore
chattr +i /boot/extlinux/ldlinux.sys
+userdel dummy
+rm -rf /home/dummy
+
echo "Zeroing out empty space."
# This forces the filesystem to reclaim space from deleted files
dd bs=1M if=/dev/zero of=/var/tmp/zeros || :
9 years, 6 months
[spin-kickstarts] attempt to use teh same network name as is used in my local vm
by Dennis Gilmore
commit e41164127eacf44fd85055d2fd0cfb5563198f3b
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Tue May 20 13:01:06 2014 -0500
attempt to use teh same network name as is used in my local vm
fedora-cloud-base.ks | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks
index 1da4ce5..9cafdaa 100644
--- a/fedora-cloud-base.ks
+++ b/fedora-cloud-base.ks
@@ -24,7 +24,7 @@ firewall --disabled
bootloader --timeout=1 --append="console=tty1 console=ttyS0,115200n8" extlinux
-network --bootproto=dhcp --device=link --activate --onboot=on
+network --bootproto=dhcp --device=ens3 --activate --onboot=on
services --enabled=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config,cloud-final
zerombr
9 years, 6 months
[spin-kickstarts] install only kernel-core into the cloud image
by Dennis Gilmore
commit 57a518fdea07737224a86deaefb5d048a6021712
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Tue May 20 12:44:01 2014 -0500
install only kernel-core into the cloud image
fedora-cloud-base.ks | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks
index 46f43e6..1da4ce5 100644
--- a/fedora-cloud-base.ks
+++ b/fedora-cloud-base.ks
@@ -38,6 +38,7 @@ reboot
# Package list.
%packages
+kernel-core
@core
grubby
@@ -72,6 +73,7 @@ rsync
-iprutils
-kbd
-uboot-tools
+-kernel
%end
9 years, 6 months
[spin-kickstarts] Workstation: Add scl-utils
by Matthias Clasen
commit 42b2c22ddc58d06bf978bdce2b0f262bb0766ec3
Author: Matthias Clasen <mclasen(a)redhat.com>
Date: Mon May 12 10:32:58 2014 -0400
Workstation: Add scl-utils
fedora-workstation-packages.ks | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/fedora-workstation-packages.ks b/fedora-workstation-packages.ks
index 4464d29..4f90971 100644
--- a/fedora-workstation-packages.ks
+++ b/fedora-workstation-packages.ks
@@ -13,6 +13,7 @@ qt5-qtdeclarative
qt5-qtxmlpatterns
devassistant
+scl-utils
# FIXME; apparently the glibc maintainers dislike this, but it got put into the
# desktop image at some point. We won't touch this one for now.
9 years, 6 months
[spin-kickstarts] remove --nobase from installer kickstarts
by Dennis Gilmore
commit 5d35678eb98f0fea67db3f419a45e262fe082ec1
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Fri May 9 23:54:15 2014 -0500
remove --nobase from installer kickstarts
fedora-install-cloud.ks | 2 +-
fedora-install-server.ks | 2 +-
fedora-install-workstation.ks | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/fedora-install-cloud.ks b/fedora-install-cloud.ks
index ee751f3..3ffefc2 100644
--- a/fedora-install-cloud.ks
+++ b/fedora-install-cloud.ks
@@ -26,7 +26,7 @@ repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirror
# Package manifest for the compose. Uses repo group metadata to translate groups.
# (default groups for the configured repos are added by --default)
# @base got renamed to @standard, but @base is still included by default by pungi.
-%packages --default --nobase
+%packages --default
# pungi is an inclusive depsolver so that multiple packages are brought
# in to satisify dependencies and we don't always want that. So we use
diff --git a/fedora-install-server.ks b/fedora-install-server.ks
index fef1c0d..34a9c6b 100644
--- a/fedora-install-server.ks
+++ b/fedora-install-server.ks
@@ -26,7 +26,7 @@ repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirror
# Package manifest for the compose. Uses repo group metadata to translate groups.
# (default groups for the configured repos are added by --default)
# @base got renamed to @standard, but @base is still included by default by pungi.
-%packages --default --nobase
+%packages --default
# pungi is an inclusive depsolver so that multiple packages are brought
# in to satisify dependencies and we don't always want that. So we use
diff --git a/fedora-install-workstation.ks b/fedora-install-workstation.ks
index c45a578..704654a 100644
--- a/fedora-install-workstation.ks
+++ b/fedora-install-workstation.ks
@@ -26,7 +26,7 @@ repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirror
# Package manifest for the compose. Uses repo group metadata to translate groups.
# (default groups for the configured repos are added by --default)
# @base got renamed to @standard, but @base is still included by default by pungi.
-%packages --default --nobase
+%packages --default
# pungi is an inclusive depsolver so that multiple packages are brought
# in to satisify dependencies and we don't always want that. So we use
9 years, 6 months