23 lines
407 B
Markdown
23 lines
407 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 (https://wiki.archlinux.org/title/Libvirt#Sharing_data_between_host_and_guest) :
|
|
|
|
Share scripts :
|
|
|
|
```
|
|
mount -t 9p scripts /opt
|
|
```
|
|
|
|
Share pacman cache :
|
|
|
|
```
|
|
mount -t 9p pkg /var/cache/pacman/pkg
|
|
```
|