Auto pull german mirrors before install

This commit is contained in:
2026-07-06 22:02:11 +02:00
parent 4023bea6af
commit ecce1db026
2 changed files with 17 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ read -rp "Type ERASE to continue: " ans
[ "$ans" = ERASE ] || die "aborted"
source ./00-partition.sh # partitions + mounts /mnt, /mnt/boot
source ./05-mirrors.sh # rank pacman mirrors (fast DE) before pacstrap
source ./10-pacstrap.sh # base system + fstab + copy repo to /mnt/root
# in-chroot steps (the whole repo, incl. system.conf, was copied by 10-pacstrap)