diff --git a/README.md b/README.md index 2467f36..56ee390 100644 --- a/README.md +++ b/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
Procédure dans l'image ISO