# 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 ```