From af1010c8f8f2fa738340da096a67ec629e369bc2 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Tue, 8 Jul 2008 17:47:47 +0000 Subject: [PATCH] Changed the patch to reflect current ifup-eth script. --- config.planetlab/bootstrapfs.post | 42 ++++++++++++++++++------------- 1 file changed, 24 insertions(+), 18 deletions(-) diff --git a/config.planetlab/bootstrapfs.post b/config.planetlab/bootstrapfs.post index 1de09d7a..0d200589 100644 --- a/config.planetlab/bootstrapfs.post +++ b/config.planetlab/bootstrapfs.post @@ -25,6 +25,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 <