aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-11-22 17:06:38 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-11-22 17:06:38 +0000
commit2e62adfda5a2d57c7af44e76fe967601b6368580 (patch)
tree0a9e011bbda8ec87c35da5befc8530835c67f960 /tools/examples
parent75a7d26709dd81a126f1c92be06c8b13ae453ef8 (diff)
downloadxen-2e62adfda5a2d57c7af44e76fe967601b6368580.tar.gz
xen-2e62adfda5a2d57c7af44e76fe967601b6368580.tar.bz2
xen-2e62adfda5a2d57c7af44e76fe967601b6368580.zip
bitkeeper revision 1.632 (3fbf979eo_ScBFnsFE5_BwSNLqCSog)
createlinuxdom.py: Clarify teh createlinuxdom example script.
Diffstat (limited to 'tools/examples')
-rwxr-xr-xtools/examples/createlinuxdom.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/examples/createlinuxdom.py b/tools/examples/createlinuxdom.py
index d13ce5dbcb..57b2b0760a 100755
--- a/tools/examples/createlinuxdom.py
+++ b/tools/examples/createlinuxdom.py
@@ -27,9 +27,10 @@ gateway = XenoUtil.get_current_ipgw()
nfsserv = "ADDRESS"
nfspath = "FULL_PATH_TO_ROOT_DIR"
-# STEP 5b. Specify root (and possibly /usr) on local disc (if not NFS booting)
+# STEP 5b. Specify root partition on local disc (if not NFS booting)
#root_partn = "/dev/sda2"
-#usr_partn = "/dev/sda6"
+# (NB. The following is only needed for a separate shared read-only /usr)
+# (usr_partn = "/dev/sda6")
# STEP 6. Check that the following cmdline setup is to your taste.
cmdline = "ip="+ipaddr+":"+nfsserv+":"+gateway+":"+netmask+"::eth0:off"