X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=p2v.ks.in;h=c62d4e8338e165e7f4983bbcf532d82e649b5e9f;hb=56cb3cbf0f571df50f8b80efe651c24da81f07d2;hp=c543f3d29c0857a5fc3e0f7a58c309ccf5eef827;hpb=40c673af493ee76fe8a6ba2ba70872418bc4e9cc;p=virt-p2v.git diff --git a/p2v.ks.in b/p2v.ks.in index c543f3d..c62d4e8 100644 --- a/p2v.ks.in +++ b/p2v.ks.in @@ -27,6 +27,7 @@ firewall --disabled repo --name=released --baseurl=@CD_BASE_URL@ #repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-@CD_BASE@&arch=@CD_ARCH@ +@LOCALREPO@ %packages bash @@ -53,12 +54,15 @@ openssh-clients nc # For the shell script -dialog grep sed gawk findutils +# For IP configuration +iproute +net-tools + # For OCaml ocaml ocaml-runtime @@ -66,6 +70,7 @@ ocaml-pcre ocaml-extlib ocaml-xml-light ocaml-libvirt +ocaml-newt # For network configuration dhclient @@ -81,9 +86,6 @@ vim-enhanced bind-utils file -# For PXE boots we need tftp -tftp - %post --nochroot @@ -156,4 +158,9 @@ touch /media/.hal-mtab # Make some mountpoints. mkdir /mnt/root +# Remove some unused files. +rm -rf /usr/share/man ;# 20 MB +rm -rf /usr/share/doc ;# 44 MB +rm -rf /usr/share/locale ;# 60 MB + %end