git://git.onelab.eu
/
build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
828db68
)
I hate the f#$&ing build system...
author
Faiyaz Ahmed
<faiyaza@cs.princeton.edu>
Thu, 13 Sep 2007 19:58:18 +0000
(19:58 +0000)
committer
Faiyaz Ahmed
<faiyaza@cs.princeton.edu>
Thu, 13 Sep 2007 19:58:18 +0000
(19:58 +0000)
mkfedora
patch
|
blob
|
history
diff --git
a/mkfedora
b/mkfedora
index
8821621
..
57fa197
100755
(executable)
--- 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