aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-09-29 08:50:37 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-09-29 08:50:37 +0000
commit8468f856c18838107ea4f25d9dcef2220cadd780 (patch)
tree0fd1181ea84a41b124014841a36c892471783a50 /tools
parent07374dc028ab2f0e53b6f3c4013970d877e82155 (diff)
downloadxen-8468f856c18838107ea4f25d9dcef2220cadd780.tar.gz
xen-8468f856c18838107ea4f25d9dcef2220cadd780.tar.bz2
xen-8468f856c18838107ea4f25d9dcef2220cadd780.zip
bitkeeper revision 1.470 (3f77f25dLnNa4xk_syeLDfNYb2Woyw)
add examples, update TODO
Diffstat (limited to 'tools')
-rw-r--r--tools/control/Makefile2
-rw-r--r--tools/control/etc.exports-example20
2 files changed, 21 insertions, 1 deletions
diff --git a/tools/control/Makefile b/tools/control/Makefile
index 1086f47ddb..7b8cefe966 100644
--- a/tools/control/Makefile
+++ b/tools/control/Makefile
@@ -8,7 +8,7 @@ clean: clean-cmdline clean-web
examples: FORCE
mkdir -p ../../../install/etc
- cp examples/xen* examples/grub.conf* ../../../install/etc/
+ cp examples/xen* examples/*example ../../../install/etc/
cmdline: FORCE
ant -buildfile build-cmdline.xml dist
diff --git a/tools/control/etc.exports-example b/tools/control/etc.exports-example
new file mode 100644
index 0000000000..3a56773292
--- /dev/null
+++ b/tools/control/etc.exports-example
@@ -0,0 +1,20 @@
+/local/roots/root1 169.254.1.1(rw,no_root_squash)
+/local/roots/root2 169.254.1.2(rw,no_root_squash)
+/local/roots/root3 169.254.1.3(rw,no_root_squash)
+/local/roots/root4 169.254.1.4(rw,no_root_squash)
+/local/roots/root5 169.254.1.5(rw,no_root_squash)
+/local/roots/root6 169.254.1.6(rw,no_root_squash)
+/local/roots/root7 169.254.1.7(rw,no_root_squash)
+/local/roots/root8 169.254.1.8(rw,no_root_squash)
+
+#/usr 169.254.1/24(ro,no_root_squash)
+
+/local/usrs/usr1 169.254.1.1(rw,no_root_squash)
+/local/usrs/usr2 169.254.1.2(rw,no_root_squash)
+/local/usrs/usr3 169.254.1.3(rw,no_root_squash)
+/local/usrs/usr4 169.254.1.4(rw,no_root_squash)
+/local/usrs/usr5 169.254.1.5(rw,no_root_squash)
+/local/usrs/usr6 169.254.1.6(rw,no_root_squash)
+/local/usrs/usr7 169.254.1.7(rw,no_root_squash)
+/local/usrs/usr8 169.254.1.8(rw,no_root_squash)
+