details html
This commit is contained in:
parent
9f1caf51dc
commit
f459f09726
1 changed files with 8 additions and 0 deletions
|
@ -14,10 +14,14 @@ curl https://git.kennel.ml/Anri/confOS/raw/branch/main/wsl.sh -s | bash
|
|||
```
|
||||
|
||||
## Arch
|
||||
<details><summary>Procédure</summary>
|
||||
|
||||
### Layout FR
|
||||
```bash
|
||||
loadkeys fr
|
||||
```
|
||||
<details>
|
||||
<summary>Connexion en WiFi</summary>
|
||||
|
||||
### Récupération clé hashée
|
||||
```bash
|
||||
|
@ -38,6 +42,7 @@ nano /var/lib/iwd/<SSID>.psk
|
|||
```bash
|
||||
iwctl station wlan0 connect <SSID>
|
||||
```
|
||||
</details>
|
||||
|
||||
### Copié la configuration
|
||||
> `run.sh`
|
||||
|
@ -70,6 +75,9 @@ chmod +x run.sh
|
|||
```bash
|
||||
reboot
|
||||
```
|
||||
<!-- à l'avenir, aller dans le chroot, finir le setup avec d'autres commandes et tout sera bon :) -->
|
||||
<!-- dans un avenir + lointain, voir comment setup un script python avec la librairie archinstall -->
|
||||
</details>
|
||||
|
||||
## [outdated] Manjaro
|
||||
Commande pour lancer mon installation :
|
||||
|
|
Loading…
Reference in a new issue