From: Faiyaz Ahmed <faiyaza@cs.princeton.edu> Date: Thu, 13 Sep 2007 19:58:18 +0000 (+0000) Subject: I hate the f#$&ing build system... X-Git-Tag: planetlab-4_1-rc2~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c92eed90dfb20020b06d4c6f1ea93cc9a8eb56cd;p=build.git I hate the f#$&ing build system... --- diff --git a/mkfedora b/mkfedora index 8821621a..57fa1974 100755 --- a/mkfedora +++ b/mkfedora @@ -13,7 +13,7 @@ # Mark Huang <mlhuang@cs.princeton.edu> # Copyright (C) 2004-2006 The Trustees of Princeton University # -# $Id$ +# $Id: mkfedora,v 1.26 2007/01/20 04:10:04 mlhuang Exp $ # export PATH=/sbin:/bin:/usr/sbin:/usr/bin @@ -202,9 +202,9 @@ mount -t proc none $vroot/proc cleanup () { - umount $vroot/proc - umount $vroot/dev/shm - umount $vroot/dev/pts + umount -l $vroot/proc + umount -l $vroot/dev/shm + umount -l $vroot/dev/pts } # Clean up before exiting if anything goes wrong