From 8468f856c18838107ea4f25d9dcef2220cadd780 Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Mon, 29 Sep 2003 08:50:37 +0000 Subject: bitkeeper revision 1.470 (3f77f25dLnNa4xk_syeLDfNYb2Woyw) add examples, update TODO --- tools/control/Makefile | 2 +- tools/control/etc.exports-example | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 tools/control/etc.exports-example (limited to 'tools') 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) + -- cgit v1.2.3