diff --git a/autorun.bat b/autorun.bat index 6d3cf4c..ed4ab64 100644 --- a/autorun.bat +++ b/autorun.bat @@ -157,6 +157,7 @@ del /q "%temp%\umount.log" 2> nul %curdrive%\cygwin\bin\mount -bfu %curdrive%/cygwin/lib /usr/lib 2> nul %curdrive%\cygwin\bin\mount -bfu "%temp%/tmp" /tmp 2> nul %curdrive%\cygwin\bin\mount -bfu "%temp%/var/tmp" /var/tmp 2> nul +%curdrive%\cygwin\bin\mount -t --change-cygdrive-prefix /cygdrive 2> nul %curdrive%\cygwin\bin\bash -c "/usr/share/cygwin-easy/autorun.sh %curdrive%" 2> nul goto makebat diff --git a/readme.txt b/readme.txt index ff52b6a..899f2aa 100644 --- a/readme.txt +++ b/readme.txt @@ -42,4 +42,4 @@ General information about Cygwin licenses is available at http://www.cygwin.com/ Cygwin Easy requires Microsoft Windows 95/98/ME/2000/XP/Vista or next version. -For any other informations visit the project site: www.cygwineasy.tk. \ No newline at end of file +For any other informations visit the site of the project: www.cygwineasy.tk. \ No newline at end of file