From 70a4c3f9fc549a72dbe711dd9b624bf729ce676e Mon Sep 17 00:00:00 2001 From: Russ Fish Date: Mon, 13 Mar 2006 23:35:03 +0000 Subject: [PATCH] Add early mention of Emulab exe paths. --- www/doc/windows.html | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/www/doc/windows.html b/www/doc/windows.html index c09ee525d..97bd8e2e0 100644 --- a/www/doc/windows.html +++ b/www/doc/windows.html @@ -62,15 +62,18 @@ Before booting the node at swap-in time, Emulab loads a onto the experiment nodes in parallel, using our frisbee service. Emulab software automatically configures each Windows XP node, providing the expected experiment user environment including: user accounts and Emulab SSH -keys; remote home, project, and shared directories; and network connections. -All of the Emulab experiment automation and monitoring services have been ported -to run on Windows. -

+keys; remote home, project, and shared directories; and network connections.

+ +The Cygwin GNU environment is provided, including Bash +and TCSH shells, the C/C++, Perl and Python programming languages, and several +editors including Emacs, vim, nano and ed.

-The Cygwin GNU environment is provided, -including Bash and TCSH shells, the -C/C++, Perl and Python programming languages, and several editors including -Emacs, vim, nano and ed.

+All of the Emulab experiment automation and monitoring services have been +ported to run on Windows/Cygwin. Sometimes the Emulab documentation shows +explicit command paths, such as /usr/testbed/bin/emulab-sync. Cygwin handles both Unix and Windows-style command paths, +as described below .

The Emulab web interface manages a separate Windows password in the user @@ -897,10 +900,13 @@ good across SMB.

  • Cygwin tries to treat .exe files the same as executable files without the .exe suffix, but with execute - permissions turned on. This breaks down in Makefile actions and - scripts, where rm, ls -l, and - install commands may need an explicit .exe - added.
  • + permissions turned on. (See the + Cygwin Users Guide .)

    + + This breaks down in Makefile actions and scripts, where + rm, ls -l, and install commands + may need an explicit .exe added. -- GitLab