From ba5d56662035834735af08bf346b5baa1e8d1228 Mon Sep 17 00:00:00 2001 From: eichehome Date: Mon, 17 Jul 2023 22:11:49 +0200 Subject: [PATCH] =?UTF-8?q?Anpassung=20der=20pacman.conf=20im=20Live-Syste?= =?UTF-8?q?m,=20um=20eine=20schnellere=20und=20sch=C3=B6nere=20Instalation?= =?UTF-8?q?=20zu=20erreichen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.uefi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install.uefi b/install.uefi index c9cefbe..6dfc37c 100644 --- a/install.uefi +++ b/install.uefi @@ -46,6 +46,12 @@ mkdir -p /mnt/{boot,usr} mount /dev/vda1 /mnt/boot mount /dev/vda2 /mnt/usr +# Pacman im Live-System konfigurieren +sed -i 's/#\(Color\)/\1/' /etc/pacman.conf +# Umbruch notwendug +sed -i 's/#\(ParallelDownloads\s=\s5\)/\1\ +ILoveCandy/' /etc/pacman.conf + #ln -sf /run/systemd/resolve/stub-resolv.conf /mnt/etc/resolv.conf # tmpfiles.d macht das pacstrap -i /mnt base iptables-nft linux-firmware vim git "${KERNEL}" "${MICROCODE}" #dracut