easier details info
This commit is contained in:
parent
f459f09726
commit
05fb2aa8fd
1 changed files with 61 additions and 61 deletions
122
README.md
122
README.md
|
@ -14,69 +14,69 @@ 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
|
||||
wpa_passhrase <SSID> <clé WIFI> > /var/lib/iwd/<SSID>.psk
|
||||
```
|
||||
|
||||
### Ajout entête
|
||||
```bash
|
||||
echo -e "[Security]\nPreSharedKey=" >> /var/lib/iwd/<SSID>.psk
|
||||
```
|
||||
|
||||
### Modification fichier pour ne garder que l'entête
|
||||
```bash
|
||||
nano /var/lib/iwd/<SSID>.psk
|
||||
```
|
||||
|
||||
### Connexion au WiFi
|
||||
```bash
|
||||
iwctl station wlan0 connect <SSID>
|
||||
```
|
||||
</details>
|
||||
|
||||
### Copié la configuration
|
||||
> `run.sh`
|
||||
```bash
|
||||
curl -o run.sh -L lstu.fr/m_ai_r
|
||||
```
|
||||
|
||||
> `user_configuration.json`
|
||||
```bash
|
||||
curl -o u.json -L lstu.fr/m_ai_c
|
||||
```
|
||||
|
||||
> `user_disk_layout.json`
|
||||
```bash
|
||||
curl -o d.json -L lstu.fr/m_ai_d
|
||||
```
|
||||
|
||||
### Lancé la configration
|
||||
> Rendre le script exécutable
|
||||
```bash
|
||||
chmod +x run.sh
|
||||
```
|
||||
|
||||
> Lancer le script
|
||||
```bash
|
||||
./run.sh
|
||||
```
|
||||
|
||||
> Ne pas aller dans le `chroot` à la fin de l'installation et redémarrer la machine
|
||||
```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><summary>Procédure</summary>
|
||||
|
||||
> ### Layout FR
|
||||
> ```bash
|
||||
> loadkeys fr
|
||||
> ```
|
||||
> <details>
|
||||
> <summary>Connexion en WiFi</summary>
|
||||
>
|
||||
> > ### Récupération clé hashée
|
||||
> > ```bash
|
||||
> > wpa_passhrase <SSID> <clé WIFI> > /var/lib/iwd/<SSID>.psk
|
||||
> > ```
|
||||
> >
|
||||
> > ### Ajout entête
|
||||
> > ```bash
|
||||
> > echo -e "[Security]\nPreSharedKey=" >> /var/lib/iwd/<SSID>.psk
|
||||
> > ```
|
||||
> >
|
||||
> > ### Modification fichier pour ne garder que l'entête
|
||||
> > ```bash
|
||||
> > nano /var/lib/iwd/<SSID>.psk
|
||||
> > ```
|
||||
> >
|
||||
> > ### Connexion au WiFi
|
||||
> > ```bash
|
||||
> > iwctl station wlan0 connect <SSID>
|
||||
> > ```
|
||||
> </details>
|
||||
>
|
||||
> ### Copié la configuration
|
||||
> > `run.sh`
|
||||
> ```bash
|
||||
> curl -o run.sh -L lstu.fr/m_ai_r
|
||||
> ```
|
||||
>
|
||||
> > `user_configuration.json`
|
||||
> ```bash
|
||||
> curl -o u.json -L lstu.fr/m_ai_c
|
||||
> ```
|
||||
>
|
||||
> > `user_disk_layout.json`
|
||||
> ```bash
|
||||
> curl -o d.json -L lstu.fr/m_ai_d
|
||||
> ```
|
||||
>
|
||||
> ### Lancé la configration
|
||||
> > Rendre le script exécutable
|
||||
> ```bash
|
||||
> chmod +x run.sh
|
||||
> ```
|
||||
>
|
||||
> > Lancer le script
|
||||
> ```bash
|
||||
> ./run.sh
|
||||
> ```
|
||||
>
|
||||
> > Ne pas aller dans le `chroot` à la fin de l'installation et redémarrer la machine
|
||||
> ```bash
|
||||
> reboot
|
||||
> ```
|
||||
</details>
|
||||
|
||||
## [outdated] Manjaro
|
||||
|
|
Loading…
Reference in a new issue