Anpassung der pacman.conf im Live-System, um eine schnellere und schönere Instalation zu erreichen.
This commit is contained in:
parent
ffb85c8190
commit
ba5d566620
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue