arch install scripts
This commit is contained in:
22
archinstall/README.md
Normal file
22
archinstall/README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user