arch install scripts

This commit is contained in:
2024-07-12 11:47:32 +02:00
commit f4373a9cae
3 changed files with 120 additions and 0 deletions

22
archinstall/README.md Normal file
View 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
```