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:
4a4b1cb
)
added BootstrapFS package to the build
author
Marc Fiuczynski
<mef@cs.princeton.edu>
Thu, 8 Nov 2007 15:27:53 +0000
(15:27 +0000)
committer
Marc Fiuczynski
<mef@cs.princeton.edu>
Thu, 8 Nov 2007 15:27:53 +0000
(15:27 +0000)
planetlab.mk
patch
|
blob
|
history
diff --git
a/planetlab.mk
b/planetlab.mk
index
902bfe8
..
3670437
100644
(file)
--- a/
planetlab.mk
+++ b/
planetlab.mk
@@
-328,6
+328,19
@@
ALL += BootCD
# BootCD requires current packages
# BootCD: $(filter-out BootCD,$(ALL))
+#
+# BootstrapFS
+#
+
+BootstrapFS-MODULE := BootstrapFS build
+BootstrapFS-SPEC := bootstrapfs.spec
+# Package must be built as root
+BootstrapFS-RPMBUILD := sudo bash ./rpmbuild.sh
+ALL += BootstrapFS
+
+# BootstrapFS requires current packages
+BootstrapFS: $(filter-out BootstrapFS,$(ALL))
+
#
# MyPLC
#