From: Stephen Soltesz Date: Tue, 8 Jul 2008 17:49:57 +0000 (+0000) Subject: copied from trunk, should help the aston.uk node with their weird Cisco X-Git-Tag: 4.2-rc19~13 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=21cef7be2cefd2448ae157daef660168c2c8b4b4;p=build.git copied from trunk, should help the aston.uk node with their weird Cisco router. --- diff --git a/config.planetlab/bootstrapfs.post b/config.planetlab/bootstrapfs.post index d35618c2..c2535bda 100644 --- a/config.planetlab/bootstrapfs.post +++ b/config.planetlab/bootstrapfs.post @@ -18,6 +18,10 @@ echo > ${vdir}/etc/sysconfig/crontab # Add site_admin account chroot ${vdir} /usr/sbin/useradd -p "" -u 502 -m site_admin +# NOTE: this is added to ensure that processes running within the slices that +# may have special permissions and other parts of the filesystem engated are +# killed before shutdown. We experienced hangs when rebooting without this +# step. ( cat <