[Fedora-spins] [spin-kickstarts] atomic: Drop %packages section

Colin Walters walters at fedoraproject.org
Mon Jul 21 18:17:57 UTC 2014


commit 04ec88194acda21444f61e8399ba31941c928ebd
Author: Colin Walters <walters at verbum.org>
Date:   Mon Jul 21 14:07:03 2014 -0400

    atomic: Drop %packages section
    
    Not relevant when doing an OSTree install.

 fedora-cloud-atomic.ks |   49 ------------------------------------------------
 1 files changed, 0 insertions(+), 49 deletions(-)
---
diff --git a/fedora-cloud-atomic.ks b/fedora-cloud-atomic.ks
index 5abde76..59dd910 100644
--- a/fedora-cloud-atomic.ks
+++ b/fedora-cloud-atomic.ks
@@ -30,55 +30,6 @@ ostreesetup --osname="fedora-atomic" --remote="fedora-atomic" --url="http://dl.f
 
 reboot
 
-# Package list.
-%packages
-
-fedora-release-cloud
-
-kernel-core
- at core
-grubby
-
-
-
-# cloud-init does magical things with EC2 metadata, including provisioning
-# a user account with ssh keys.
-cloud-init
-
-# this is used by openstack's cloud orchestration framework (and it's small)
-heat-cfntools
-
-# need this for growpart, because parted doesn't yet support resizepart
-# https://bugzilla.redhat.com/show_bug.cgi?id=966993
-cloud-utils-growpart
-
-# We need this image to be portable; also, rescue mode isn't useful here.
-dracut-config-generic
--dracut-config-rescue
-
-syslinux-extlinux 
-
-# Needed initially, but removed below.
-firewalld
-
-# cherry-pick a few things from @standard
-tar
-rsync
-
-# Some things from @core we can do without in a minimal install
--biosdevname
--plymouth
--NetworkManager
--iprutils
--kbd
--uboot-tools
--kernel
--grub2
-
-%end
-
-
-
 %post --erroronfail
 
 # Create grub.conf for EC2. This used to be done by appliance creator but


More information about the spins mailing list