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