--- 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..2039214 --- /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 + +# Things it would be nice to loose +generic-logos +-fedora-logos +-fedora-release-notes +