From fd22009ac27fb1483f0edff22f48d16fe5f0bbd4 Mon Sep 17 00:00:00 2001 From: "Toerd@archlinux" Date: Sun, 22 Mar 2020 15:29:17 +0100 Subject: [PATCH] Updated bootstrap: pacstrap arguments --- bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 687fdd7..fdf2753 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -66,7 +66,8 @@ swapon -L P_SWAP # swap cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak grep ".de/" /etc/pacman.d/mirrorlist.bak > /etc/pacman.d/mirrorlist -pacstrap /mnt base base-devel linux linux-firmware dhcpcd wpa_supplicant dialog git netctl +# 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 genfstab -p /mnt > /mnt/etc/fstab cat < /mnt/root/bootstrap2.sh