Update README
This commit is contained in:
12
README.md
12
README.md
@@ -15,6 +15,10 @@ This scripts need to be launched as root
|
||||
- Change DISK variable to the install.sh script with your favourite editor.
|
||||
- Launch script
|
||||
|
||||
```
|
||||
/usr/local/share/dotfiles/install.sh
|
||||
```
|
||||
|
||||
## 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) :
|
||||
@@ -22,7 +26,8 @@ You can share filesystem from host to guest (https://wiki.archlinux.org/title/Li
|
||||
Share scripts :
|
||||
|
||||
```
|
||||
mount -t 9p scripts /opt
|
||||
mkdir -p /usr/local/share/dotfiles
|
||||
mount -t 9p scripts /usr/local/share/dotfiles
|
||||
```
|
||||
|
||||
Share pacman cache :
|
||||
@@ -33,4 +38,7 @@ mount -t 9p pkgs /var/cache/pacman/pkg
|
||||
|
||||
## Arch configuration
|
||||
|
||||
git with output to /usr/local/hsare/dotfiles
|
||||
```
|
||||
git git clone https://git.unixyourbrain.org/beastie/arch-custom.git /usr/local/share/dotfiles
|
||||
/usr/local/share/dotfiles/configure.sh
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user