mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-21 05:43:26 -07:00
Fixed wrong fstab entries
This commit is contained in:
parent
df73aa0231
commit
70dad06000
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ copy /Y %cd%\msys2\ps\*.conf %cd%\msys2\etc\ >NUL
|
||||||
echo # For a description of the file format, see the Users Guide >%cd%\msys2/etc/fstab
|
echo # For a description of the file format, see the Users Guide >%cd%\msys2/etc/fstab
|
||||||
echo # http://cygwin.com/cygwin-ug-net/using.html#mount-table >>%cd%\msys2/etc/fstab
|
echo # http://cygwin.com/cygwin-ug-net/using.html#mount-table >>%cd%\msys2/etc/fstab
|
||||||
echo none / cygdrive binary,posix=0,noacl,user 0 0 >>%cd%\msys2/etc/fstab
|
echo none / cygdrive binary,posix=0,noacl,user 0 0 >>%cd%\msys2/etc/fstab
|
||||||
echo %~dp0pm3 /pm3 ntfs noacl 0 0 >>%cd%\msys2/etc/fstab
|
echo %cd%\pm3 /pm3 ntfs noacl 0 0 >>%cd%\msys2/etc/fstab
|
||||||
echo %~dp0gcc-arm-none-eabi /gcc-arm-none-eabi ntfs noacl 0 0 >>%cd%\msys2/etc/fstab
|
echo %cd%\gcc-arm-none-eabi /gcc-arm-none-eabi ntfs noacl 0 0 >>%cd%\msys2/etc/fstab
|
||||||
|
|
||||||
dash /usr/bin/rebaseall -p 2> nul
|
dash /usr/bin/rebaseall -p 2> nul
|
||||||
mkdir %cd%\msys2\tmp 2> nul
|
mkdir %cd%\msys2\tmp 2> nul
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue