[Ovirt-devel] [PATCH ovirt-appliance] import base-pkgs.ks

Alan Pevec apevec at redhat.com
Mon Sep 29 14:17:48 UTC 2008


to make it work with appliance-tools-002-3.fc9
---
 base-pkgs.ks       |   58 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 ovirt-appliance.ks |    2 +-
 2 files changed, 59 insertions(+), 1 deletions(-)
 create mode 100644 base-pkgs.ks

diff --git a/base-pkgs.ks b/base-pkgs.ks
new file mode 100644
index 0000000..6e36711
--- /dev/null
+++ b/base-pkgs.ks
@@ -0,0 +1,58 @@
+#
+# Packages to Add
+#
+ at core
+bash
+kernel
+grub
+e2fsprogs
+passwd
+policycoreutils
+chkconfig
+rootfiles
+yum
+vim-minimal
+acpid
+
+#Allow for dhcp access
+dhclient
+iputils
+
+#
+# Packages to Remove
+#
+
+# no need for kudzu if the hardware doesn't change
+-kudzu
+-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
+-fedora-release-notes
+
diff --git a/ovirt-appliance.ks b/ovirt-appliance.ks
index e60181d..66e5aa2 100644
--- a/ovirt-appliance.ks
+++ b/ovirt-appliance.ks
@@ -28,7 +28,7 @@ network --device=eth1 --bootproto=static --ip=192.168.50.2 --netmask=255.255.255
 %include repos.ks
 
 %packages --nobase
-%include /usr/share/appliance-tools/base-pkgs.ks
+%include base-pkgs.ks
 ovirt-recipe
 lokkit
 
-- 
1.5.5.1




More information about the ovirt-devel mailing list