mirror of
https://github.com/eoli3n/archiso-zfs.git
synced 2025-12-06 07:02:00 +01:00
udpated README
This commit is contained in:
parent
e11450c70b
commit
96b0f70a22
14
README.md
14
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue