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

Perry N. Myers pmyers at redhat.com
Mon Sep 29 14:49:56 UTC 2008


Alan Pevec wrote:
> 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

Changes to tar-src in ovirt.mk need to be made in conjunction with this.

Perry

> 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
>  

-- 
|=-        Red Hat, Engineering, Emerging Technologies, Boston        -=|
|=-                     Email: pmyers at redhat.com                      -=|
|=-         Office: +1 412 474 3552   Mobile: +1 703 362 9622         -=|
|=- GnuPG: E65E4F3D 88F9 F1C9 C2F3 1303 01FE 817C C5D2 8B91 E65E 4F3D -=|




More information about the ovirt-devel mailing list