udpated README

This commit is contained in:
eoli3n 2022-02-16 11:16:38 +01:00
parent e11450c70b
commit 96b0f70a22

View file

@ -21,14 +21,24 @@ In that case, the script uses [Arch Linux Archive](https://wiki.archlinux.org/in
Boot on any archiso system, and run:
```
curl -s https://eoli3n.github.io/archzfs/init | bash
$ curl -s https://eoli3n.github.io/archzfs/init | bash
```
### Debug
To run the script in verbose mode, use:
```
curl -s https://eoli3n.github.io/archzfs/init | sed 's- &>/dev/null--' | bash &> debug.log
$ curl -s https://eoli3n.github.io/archzfs/init | sed 's- &>/dev/null--' | bash &> debug.log
```
### Dev
```bash
$ loadkeys fr
# In pacman.conf, comment SigLevel line
# Set "SigLevel = Never"
$ pacman -Syy git
# In pacman.conf, restore Siglevel line
```
### Related