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
|
## Arch
|
||||||
|
<details><summary>Procédure</summary>
|
||||||
|
|
||||||
### Layout FR
|
### Layout FR
|
||||||
```bash
|
```bash
|
||||||
loadkeys fr
|
loadkeys fr
|
||||||
```
|
```
|
||||||
|
<details>
|
||||||
|
<summary>Connexion en WiFi</summary>
|
||||||
|
|
||||||
### Récupération clé hashée
|
### Récupération clé hashée
|
||||||
```bash
|
```bash
|
||||||
|
@ -38,6 +42,7 @@ nano /var/lib/iwd/<SSID>.psk
|
||||||
```bash
|
```bash
|
||||||
iwctl station wlan0 connect <SSID>
|
iwctl station wlan0 connect <SSID>
|
||||||
```
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
### Copié la configuration
|
### Copié la configuration
|
||||||
> `run.sh`
|
> `run.sh`
|
||||||
|
@ -70,6 +75,9 @@ chmod +x run.sh
|
||||||
```bash
|
```bash
|
||||||
reboot
|
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
|
## [outdated] Manjaro
|
||||||
Commande pour lancer mon installation :
|
Commande pour lancer mon installation :
|
||||||
|
|
Loading…
Reference in a new issue