X-Git-Url: http://git.onelab.eu/?p=bootstrapfs.git;a=blobdiff_plain;f=build.sh;h=bed9794911c0d1cdb41bf30189bcd0cec8cbb230;hp=1d3da79edc09821d20cb18458ef45d9f5b3cd98c;hb=1a877094d43095b524630ba53176478d2e821090;hpb=44438c0c79216ac2373867793004de033b307e2f diff --git a/build.sh b/build.sh index 1d3da79..bed9794 100755 --- a/build.sh +++ b/build.sh @@ -82,6 +82,11 @@ for pkgs in ../build/config.${pldistro}/bootstrapfs-*.pkgs ; do umount ${vdir}/proc fi + # Remove unneeded services + for service in util-vserver vprocunhide vservers-default; do + chroot ${vdir} /sbin/chkconfig $service off + done + # Create a copy of the ${NAME} bootstrap filesystem w/o the base # bootstrap filesystem and make it smaller. This is a three step # process: