X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build.sh;h=29bdff031a74203032407d47ea91fe6591ded627;hb=b1ee9b89f0e964c971186117e334c7037325d0a8;hp=1d3da79edc09821d20cb18458ef45d9f5b3cd98c;hpb=44438c0c79216ac2373867793004de033b307e2f;p=bootstrapfs.git diff --git a/build.sh b/build.sh index 1d3da79..29bdff0 100755 --- a/build.sh +++ b/build.sh @@ -78,10 +78,18 @@ for pkgs in ../build/config.${pldistro}/bootstrapfs-*.pkgs ; do [ -n "$groups" ] && yum -c ${vdir}/etc/yum.conf --installroot=${vdir} -y groupinstall $groups if [ -f "${vdir}/proc/cpuinfo" ] ; then - echo "WARNING: some RPM appears to have mounted /proc in ${NAME}. Unmounting it!" - umount ${vdir}/proc + echo "WARNING: some RPM appears to have mounted /proc in ${NAME}. Unmounting it!" + umount ${vdir}/proc fi + # Remove unneeded services + for service in util-vserver vprocunhide vservers-default; do + chroot ${vdir} /sbin/chkconfig $service off + done + + # Add site_admin account + chroot ${vdir} /usr/sbin/useradd -p "" -u 502 -m site_admin + # Create a copy of the ${NAME} bootstrap filesystem w/o the base # bootstrap filesystem and make it smaller. This is a three step # process: