mirror of
https://github.com/eoli3n/archiso-zfs.git
synced 2025-12-06 07:02:00 +01:00
remove short url and submodule on eoli3n.github.io as github rawusercontent url is now easier than before, to retyped by hand
This commit is contained in:
parent
daeea43305
commit
4d726eafbb
14
README.md
14
README.md
|
|
@ -24,27 +24,23 @@ In that case, just switch to the previous month iso.
|
||||||
|
|
||||||
Boot on any archiso system, and run:
|
Boot on any archiso system, and run:
|
||||||
```
|
```
|
||||||
$ curl -s https://eoli3n.github.io/archzfs/init | bash
|
$ curl -s https://raw.githubusercontent.com/eoli3n/archiso-zfs/master/init | bash
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Debug
|
### Debug
|
||||||
|
|
||||||
|
By default, command outputs are redirected to /dev/null.
|
||||||
|
|
||||||
To run the script in verbose mode, use:
|
To run the script in verbose mode, use:
|
||||||
```
|
```
|
||||||
$ curl -s https://eoli3n.github.io/archzfs/init | bash -s -- -v
|
$ curl -s https://raw.githubusercontent.com/eoli3n/archiso-zfs/master/init | bash -s -- -v
|
||||||
```
|
```
|
||||||
|
|
||||||
### Dev
|
### Dev
|
||||||
|
|
||||||
```bash
|
To easily test in a VM, on your host with qemu/libvirt and vagrant installed, use [https://github.com/eoli3n/arch-config/tree/master/vagrant](https://github.com/eoli3n/arch-config/tree/master/vagrant).
|
||||||
$ loadkeys fr
|
|
||||||
# In pacman.conf, comment SigLevel line
|
|
||||||
# Set "SigLevel = Never"
|
|
||||||
$ pacman -Syy git
|
|
||||||
# In pacman.conf, restore Siglevel line
|
|
||||||
```
|
|
||||||
|
|
||||||
### Related
|
### Related
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue