lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5117] Move 'fstab' customization


From: Greg Chicares
Subject: [lmi-commits] [5117] Move 'fstab' customization
Date: Thu, 04 Nov 2010 00:49:15 +0000

Revision: 5117
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5117
Author:   chicares
Date:     2010-11-04 00:49:15 +0000 (Thu, 04 Nov 2010)
Log Message:
-----------
Move 'fstab' customization

Modified Paths:
--------------
    lmi/trunk/INSTALL
    lmi/trunk/install_cygwin.bat

Modified: lmi/trunk/INSTALL
===================================================================
--- lmi/trunk/INSTALL   2010-11-04 00:37:15 UTC (rev 5116)
+++ lmi/trunk/INSTALL   2010-11-04 00:49:15 UTC (rev 5117)
@@ -75,7 +75,7 @@
 
 Close the "Command prompt" window.
 
-(2) Configure Cygwin
+(2) Install lmi
 
 Start 'bash', and enable pasting:
 
@@ -86,22 +86,6 @@
   select "Modify shortcut that started this window"
   OK
 
-Copy and paste the following lines into 'bash':
-
-  cd /etc
-  echo '#' >> fstab
-  echo 'C:/opt/lmi/MinGW-20090203 /MinGW_  lmi_specific binary,user 0 0' >> 
fstab
-  echo 'C:/opt/lmi                /opt/lmi lmi_specific binary,user 0 0' >> 
fstab
-  echo 'C:/lmi                    /lmi     lmi_specific binary,user 0 0' >> 
fstab
-
-Close the 'bash' window to make these settings take effect.
-
-(3) Install lmi
-
-Start 'bash':
-
-  Start | Programs | Cygwin | Cygwin Bash Shell
-
 Copy and paste the following into 'bash':
 
   mkdir -p /tmp

Modified: lmi/trunk/install_cygwin.bat
===================================================================
--- lmi/trunk/install_cygwin.bat        2010-11-04 00:37:15 UTC (rev 5116)
+++ lmi/trunk/install_cygwin.bat        2010-11-04 00:49:15 UTC (rev 5117)
@@ -71,6 +71,12 @@
   --site ftp://mirror.mcs.anl.gov/pub/cygwin/ ^
   --root C:/cygwin-1_7 --packages ^
   cvs,doxygen,gdb,libtool,make,openssh,patch,rsync,subversion,wget,zsh
+cd C:\cygwin-1_7\etc
+echo # >> fstab
+echo C:/opt/lmi/MinGW-20090203 /MinGW_  lmi_specific binary,user 0 0 >> fstab
+echo C:/opt/lmi                /opt/lmi lmi_specific binary,user 0 0 >> fstab
+echo C:/lmi                    /lmi     lmi_specific binary,user 0 0 >> fstab
+cd C:\cache_for_lmi
 echo Cygwin-1.7 installation seems to have succeeded
 GOTO End
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]