only windows commands!
This commit is contained in:
parent
77153873e7
commit
ca8a0d2897
1 changed files with 10 additions and 19 deletions
29
README.md
29
README.md
|
@ -23,6 +23,16 @@ Ensuite, il faut définir un utilisateur :
|
|||
>Arch.exe config --default-user anri
|
||||
```
|
||||
|
||||
[Fix bug `ldconfig`](https://github.com/microsoft/WSL/issues/5548#issuecomment-1366418464) :
|
||||
|
||||
```batch
|
||||
CD \Windows\System32\lxss\lib
|
||||
DEL libcuda.so
|
||||
DEL libcuda.so.1
|
||||
MKLINK libcuda.so libcuda.so.1.1
|
||||
MKLINK libcuda.so.1 libcuda.so.1.1
|
||||
```
|
||||
|
||||
Commande pour lancer mon installation :
|
||||
|
||||
```bash
|
||||
|
@ -30,25 +40,6 @@ Commande pour lancer mon installation :
|
|||
[anri@PC ~]# curl https://git.mylloon.fr/Anri/confOS/raw/branch/main/arch_wsl.sh -s | bash
|
||||
```
|
||||
|
||||
[Fix bug `ldconfig`](https://github.com/microsoft/WSL/issues/5548#issuecomment-1366418464) :
|
||||
|
||||
```bash
|
||||
# in cmd as admin
|
||||
cd C:\Windows\System32\lxss\lib
|
||||
del libcuda.so
|
||||
del libcuda.so.1
|
||||
wsl -e /bin/bash
|
||||
# in WSL
|
||||
ln -s libcuda.so.1.1 libcuda.so.1
|
||||
ln -s libcuda.so.1.1 libcuda.so
|
||||
exit
|
||||
# back in CMD
|
||||
wsl --shutdown
|
||||
wsl -e /bin/bash
|
||||
# in restarted WSL
|
||||
sudo ldconfig
|
||||
```
|
||||
|
||||
## Arch
|
||||
|
||||
<details><summary>Procédure dans l'image ISO</summary>
|
||||
|
|
Loading…
Reference in a new issue