[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master f4c8594 2/2: Remove disused '/lmi/' mount
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master f4c8594 2/2: Remove disused '/lmi/' mount |
Date: |
Tue, 30 Apr 2019 13:51:18 -0400 (EDT) |
branch: master
commit f4c8594f776ced58cf35bc450b2e25506ccd8933
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Remove disused '/lmi/' mount
---
install_cygwin.bat | 1 -
1 file changed, 1 deletion(-)
diff --git a/install_cygwin.bat b/install_cygwin.bat
index b48dafd..7b32e1e 100644
--- a/install_cygwin.bat
+++ b/install_cygwin.bat
@@ -37,7 +37,6 @@ cd C:\cygwin64_lmi\etc
echo # >> fstab
echo C:/opt/lmi/MinGW-8_1_0 /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
echo C:/cache_for_lmi /cache_for_lmi lmi_specific binary,user 0 0 >>
fstab
echo Cygwin installation seems to have succeeded
GOTO End