[Fedora-spins] [PATCH] added snippet/aos-base-pkg.ks

David Huff dhuff at redhat.com
Mon Feb 23 21:28:24 UTC 2009


---
 fedora-aos.ks             |   58 +--------------------------------------------
 snippets/aos-base-pkgs.ks |   55 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+), 57 deletions(-)
 create mode 100644 snippets/aos-base-pkgs.ks

diff --git a/fedora-aos.ks b/fedora-aos.ks
index ca821ad..8458370 100644
--- a/fedora-aos.ks
+++ b/fedora-aos.ks
@@ -51,63 +51,7 @@ repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?rep
 # Add all the packages after the base packages
 #
 %packages --excludedocs --nobase --instLang=en
-bash
-kernel
-grub
-e2fsprogs
-passwd
-policycoreutils
-chkconfig
-rootfiles
-yum
-
-#for nice power off in xen
-#acpid
-
-#needed to disable selinux
-lokkit
-
-#Allow for dhcp access
-dhclient
-iputils
-
-#
-# Packages to Remove
-#
-
--prelink
--setserial
--ed
-
-# Remove the authconfig pieces
--authconfig
--rhpl
--wireless-tools
-
-# Remove the kbd bits
--kbd
--usermode
-
-# these are all kind of overkill but get pulled in by mkinitrd ordering
--mkinitrd
--kpartx
--dmraid
--mdadm
--lvm2
--tar
-
-# selinux toolchain of policycoreutils, libsemanage, ustr
--policycoreutils
--checkpolicy
--selinux-policy*
--libselinux-python
--libselinux
-
-# Things it would be nice to loose
--fedora-logos
-generic-logos
--fedora-release-notes
-
+%include snippets/aos-base-pkgs.ks
 %end
 
 #
diff --git a/snippets/aos-base-pkgs.ks b/snippets/aos-base-pkgs.ks
new file mode 100644
index 0000000..2f02f7a
--- /dev/null
+++ b/snippets/aos-base-pkgs.ks
@@ -0,0 +1,55 @@
+#
+# Packages to Add
+#
+ at core
+bash
+kernel
+grub
+e2fsprogs
+passwd
+policycoreutils
+chkconfig
+rootfiles
+yum
+vim-minimal
+
+#for nice power off in xen
+#apcid
+
+#needed to disable selinux
+lokkit
+
+#Allow for dhcp access
+dhclient
+iputils
+
+#
+# Packages to Remove
+#
+-prelink
+-setserial
+-ed
+
+# Remove the authconfig pieces
+-authconfig
+-rhpl
+-wireless-tools
+
+# Remove the kbd bits
+-kbd
+-usermode
+
+# these are all kind of overkill but get pulled in by mkinitrd ordering
+-mkinitrd
+-kpartx
+-dmraid
+-mdadm
+-lvm2
+-tar
+
+# selinux toolchain of policycoreutils, libsemanage, ustr
+-policycoreutils
+-checkpolicy
+-selinux-policy*
+-libselinux-python
+-libselinux
-- 
1.6.0.6




More information about the spins mailing list