Add more informations to README

This commit is contained in:
2024-07-12 11:52:04 +02:00
parent f4373a9cae
commit 322d33451b
5 changed files with 20 additions and 2 deletions

View File

@@ -5,3 +5,9 @@ This scripts will help you to install and configure archlinux
## Disk partitionning
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

View File

@@ -7,7 +7,7 @@
## 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 :

11
configure.sh Executable file
View 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

0
dotfiles Normal file
View File

1
import.list Normal file
View File

@@ -0,0 +1 @@
login/getty-override.conf /etc/systemd/system/getty@tty1.service.d/autologin.conf