feat(bootstrap): added new way to only keep german mirrors

master
Toerd@archlinux 5 years ago
parent d23c9327d8
commit 1d787b894f

@ -61,9 +61,7 @@ mkdir -p /mnt/boot
mount -L P_EFI /mnt/boot # EFI mount -L P_EFI /mnt/boot # EFI
swapon -L P_SWAP # swap swapon -L P_SWAP # swap
sed -e '/## Germany/,+1!d' /etc/pacman.d/mirrorlist
cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak
grep ".de/" /etc/pacman.d/mirrorlist.bak > /etc/pacman.d/mirrorlist
# for server dhcpcd and other programs are not required -> see good2know # for server dhcpcd and other programs are not required -> see good2know
pacstrap /mnt base base-devel linux linux-firmware vi dhcpcd wpa_supplicant dialog git netctl pacstrap /mnt base base-devel linux linux-firmware vi dhcpcd wpa_supplicant dialog git netctl

@ -17,6 +17,7 @@ L,P,acpi_call,battery recalibration
L,P,tlp,better battery life L,P,tlp,better battery life
A,P,openssh,Premier connectivity tool for remote login with the SSH protocol A,P,openssh,Premier connectivity tool for remote login with the SSH protocol
A,P,opensc,Used to provide ssh key via yubikey A,P,opensc,Used to provide ssh key via yubikey
A,P,yubico-pam,library to use pam auth with yubikeys
# libraries # libraries
A,M,pyorgmode,lib to create and modify orgmode files used in quteb script A,M,pyorgmode,lib to create and modify orgmode files used in quteb script

1 # First column: A = All, L = Laptop, D = Desktop
17 A,P,openssh,Premier connectivity tool for remote login with the SSH protocol
18 A,P,opensc,Used to provide ssh key via yubikey
19 # libraries A,P,yubico-pam,library to use pam auth with yubikeys
20 # libraries
21 A,M,pyorgmode,lib to create and modify orgmode files used in quteb script
22 # Driver related stuff
23 A,P,linux-headers,linux kernel headers
Loading…
Cancel
Save