git://git.onelab.eu
/
myplc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed29535
)
- fix typo
author
Mark Huang
<mlhuang@cs.princeton.edu>
Fri, 31 Mar 2006 21:51:34 +0000
(21:51 +0000)
committer
Mark Huang
<mlhuang@cs.princeton.edu>
Fri, 31 Mar 2006 21:51:34 +0000
(21:51 +0000)
build.sh
patch
|
blob
|
history
diff --git
a/build.sh
b/build.sh
index
0795f7f
..
39f13d4
100755
(executable)
--- a/
build.sh
+++ b/
build.sh
@@
-103,7
+103,7
@@
done < <(./plc-config --packages $config)
mkfedora -v -r $releasever -a $basearch $packages $root
# Disable all services in reference image
-chroot $
v
root sh -c "/sbin/chkconfig --list | awk '{ print \$1 }' | xargs -i /sbin/chkconfig {} off"
+chroot $root sh -c "/sbin/chkconfig --list | awk '{ print \$1 }' | xargs -i /sbin/chkconfig {} off"
# FC2 minilogd starts up during shutdown and makes unmounting
# impossible. Just get rid of it.