Add more informations to README
This commit is contained in:
@@ -5,3 +5,9 @@ This scripts will help you to install and configure archlinux
|
|||||||
## Disk partitionning
|
## Disk partitionning
|
||||||
|
|
||||||
Arch will be installed on the same disk with btrfs suvolumes for partitions
|
Arch will be installed on the same disk with btrfs suvolumes for partitions
|
||||||
|
|
||||||
|
## Post installation
|
||||||
|
|
||||||
|
https://aur.archlinux.org/packages/paru
|
||||||
|
This scripts works with paru. Install it before launching scripts.
|
||||||
|
This scripts need to be launched as root
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
## For testing purpose (kvm only)
|
## For testing purpose (kvm only)
|
||||||
|
|
||||||
You can share filesystem from host to guest :
|
You can share filesystem from host to guest (https://wiki.archlinux.org/title/Libvirt#Sharing_data_between_host_and_guest) :
|
||||||
|
|
||||||
Share scripts :
|
Share scripts :
|
||||||
|
|
||||||
|
|||||||
11
configure.sh
Executable file
11
configure.sh
Executable file
@@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
_BASENAME=$(basename "$0")
|
||||||
|
cd "$(dirname "$0")" || _die "Error when changing directory"
|
||||||
|
|
||||||
|
source ../lib.sh
|
||||||
|
|
||||||
|
while read -r line
|
||||||
|
do
|
||||||
|
echo "$line"
|
||||||
|
done < import.list
|
||||||
1
import.list
Normal file
1
import.list
Normal file
@@ -0,0 +1 @@
|
|||||||
|
login/getty-override.conf /etc/systemd/system/getty@tty1.service.d/autologin.conf
|
||||||
Reference in New Issue
Block a user