From: Stephen Soltesz Date: Tue, 8 Jul 2008 17:47:47 +0000 (+0000) Subject: Changed the patch to reflect current ifup-eth script. X-Git-Tag: 4.2-rc21~31 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=af1010c8f8f2fa738340da096a67ec629e369bc2;p=build.git Changed the patch to reflect current ifup-eth script. --- 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 <