X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=p2v.ks.in;h=a590d7067e63de45fc6defaef10a9dd9a592cbe7;hb=58d00e9c5eb4727f4700422e1ca8dc6f44161164;hp=83557ab66cbd9d3905ce8e6ae33ebcb27f6692d3;hpb=4a5fdb0a695840f635281a0169167c204401dd56;p=virt-p2v.git diff --git a/p2v.ks.in b/p2v.ks.in index 83557ab..a590d70 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 @@ -68,10 +69,14 @@ ocaml-runtime ocaml-pcre ocaml-extlib ocaml-xml-light +# REQUIRED: ocaml-libvirt >= 0.4.1.1 ocaml-libvirt +# REQUIRED: ocaml-newt >= 0.9 ocaml-newt # For network configuration +# dhclient >= 4.0.0 fixes the cwd-holds-filesystem-open problem. +# REQUIRED: dhclient >= 4.0.0 dhclient # Some other generally useful packages @@ -157,4 +162,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