aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
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)
+