Files
dotfiles/archinstall/README.md
2024-07-12 11:47:32 +02:00

23 lines
328 B
Markdown

# Arch install script
## How to
- Change DISK variable to the install.sh script with your favourite editor.
- Launch script
## For testing purpose (kvm only)
You can share filesystem from host to guest :
Share scripts :
```
mount -t 9p scripts /opt
```
Share pacman cache :
```
mount -t 9p pkg /var/cache/pacman/pkg
```