diff --git a/README.md b/README.md index 63094ff..8e8b619 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,10 @@ 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 \ No newline at end of file +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 \ No newline at end of file diff --git a/archinstall/README.md b/archinstall/README.md index f6dd9bf..affd01f 100644 --- a/archinstall/README.md +++ b/archinstall/README.md @@ -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 : diff --git a/configure.sh b/configure.sh new file mode 100755 index 0000000..b631166 --- /dev/null +++ b/configure.sh @@ -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 \ No newline at end of file diff --git a/dotfiles b/dotfiles new file mode 100644 index 0000000..e69de29 diff --git a/import.list b/import.list new file mode 100644 index 0000000..4cd16ae --- /dev/null +++ b/import.list @@ -0,0 +1 @@ +login/getty-override.conf /etc/systemd/system/getty@tty1.service.d/autologin.conf