From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Fri, 14 Mar 2008 13:27:41 +0000 (+0000) Subject: Remove about 120MB of docs, locales. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=75605bd63002a1740b04a198c1ad9b7a65f74fd9;p=virt-p2v.git Remove about 120MB of docs, locales. --- diff --git a/p2v.ks.in b/p2v.ks.in index 83557ab..5176928 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@ +repo --name=local --baseurl=file:///home/rjones/d/virt-p2v--devel/localrepo %packages bash @@ -157,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