From 322d33451b03d32543df126d9fd9129d2d18f399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20SALVI?= Date: Fri, 12 Jul 2024 11:52:04 +0200 Subject: [PATCH] Add more informations to README --- README.md | 8 +++++++- archinstall/README.md | 2 +- configure.sh | 11 +++++++++++ dotfiles | 0 import.list | 1 + 5 files changed, 20 insertions(+), 2 deletions(-) create mode 100755 configure.sh create mode 100644 dotfiles create mode 100644 import.list 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