From f422765df76d6cd7ea937de692e568f0efb793e2 Mon Sep 17 00:00:00 2001 From: gdr-ftp Date: Thu, 28 Jan 1999 05:34:38 +0000 Subject: [PATCH] gshrc: - added workaround for PR#113 README.install - checked in some changes propagated from the intro.tex file. --- verbatim/boot/README.install | 13 +++++++------ verbatim/boot/gshrc | 6 +++--- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/verbatim/boot/README.install b/verbatim/boot/README.install index 3f089aa..2b9c139 100644 --- a/verbatim/boot/README.install +++ b/verbatim/boot/README.install @@ -1,4 +1,4 @@ -$Id: README.install,v 1.3 1999/01/18 01:59:52 gdr-ftp Exp $ +$Id: README.install,v 1.4 1999/01/28 05:34:38 gdr-ftp Exp $ The install scripts assumes that your _new_ distribution will be installed on to the two volumes /gno (ProDOS) and /gno-hfs (HFS). It also assumes @@ -9,13 +9,13 @@ below with the appropriate name. You should now do the following steps: 1. Set your DOWNLOAD_DIR environment variable to the directory - into which you placed the above NuFX (*.shk) files. For example, - if the files gnohfs.shk, gno.01.shk, gno.02.shk (and so forth) - were in /download, you would type: + into which you placed the base distribution NuFX archive files + (gnoboot.shk, gnohfs.shk, gno.01.shk, and so forth). For + example, if the NuFX files were in /download, you would type: setenv DOWNLOAD_DIR /download - Ensure that you use slashes ( /) rather than colons ( :) as the + Ensure that you use slashes ("/") rather than colons (":") as the pathname delimiter. Do not use a trailing slash. 2. Install the majority of the GNO base distribution files by @@ -47,7 +47,8 @@ You should now do the following steps: have to replace all the ":gno:" strings with the appropriate path. Similarily, you will have to replace ":gno-hfs:" if that is not the name of your HFS (or Appleshare) partition - where you ran the installboot2 script. + where you ran the installboot2 script. Note that you cannot + currently use pathnames in the namespace file that contain spaces. The gno.boot disk includes the vi utility to do these edits. You can also edit the namespace file with any other text editor diff --git a/verbatim/boot/gshrc b/verbatim/boot/gshrc index 800959b..1e518a2 100755 --- a/verbatim/boot/gshrc +++ b/verbatim/boot/gshrc @@ -3,7 +3,7 @@ # GNO 2.0.6 gshrc file (for the bootstrap disk). # This file is parsed whenever a gsh shell is started. # -# $Id: gshrc,v 1.3 1999/01/18 01:59:52 gdr-ftp Exp $ +# $Id: gshrc,v 1.4 1999/01/28 05:34:38 gdr-ftp Exp $ # ### @@ -40,7 +40,7 @@ echo "= Don't worry about the fact that this disk contains a v2.0.4 kernel;" echo "= a more recent one will be installed. See Problem Report #62 at" echo "= http://www.gno.org/~gno/bugs.html for details." echo "=" -echo '= $Id: gshrc,v 1.3 1999/01/18 01:59:52 gdr-ftp Exp $' +echo '= $Id: gshrc,v 1.4 1999/01/28 05:34:38 gdr-ftp Exp $' echo "=====================================================================" echo " " echo " " @@ -48,5 +48,5 @@ echo "Please read the file README.install on the /gno.boot disk. You can" echo "do this by issuing the command:" echo " more README.install" echo "The vi editor is also available. A vi tutorial is available from" -echo "http://www.jaws.umn.edu/~tobkin/vi" +echo 'http://www.jaws.umn.edu/~tobkin/vi' echo " "