David Huff wrote:
snippets/aos-base-pkgs.ks | 60 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 60 insertions(+), 0 deletions(-) create mode 100644 snippets/aos-base-pkgs.ks
diff --git a/snippets/aos-base-pkgs.ks b/snippets/aos-base-pkgs.ks new file mode 100644 index 0000000..ed4e4ab --- /dev/null +++ b/snippets/aos-base-pkgs.ks @@ -0,0 +1,60 @@ +# +# Packages to Add +# +grub +kernel +bash +e2fsprogs +passwd +policycoreutils +chkconfig +rootfiles +yum +vim-minimal +acpid +#needed to disable selinux +lokkit
+#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
+# keep Fedora Logos since the AOS is an offical Fedora spin +#generic-logos +#fedora-logos +#fedora-release-notes
+1 with the kudzu comment from Bill.
-- bk