Configuration of X11 i3wm tty
This commit is contained in:
@@ -45,6 +45,9 @@ pacman-key --init
|
||||
pacman-key --populate
|
||||
pacman -Sy
|
||||
|
||||
sed -i "s|^#Color.*|Color|" /etc/pacman.conf
|
||||
sed -i "s|^#ParallelDownloads.*|ParallelDownloads = 10|" /etc/pacman.conf
|
||||
|
||||
##Install base
|
||||
pacstrap -c -K /mnt \
|
||||
base \
|
||||
@@ -93,6 +96,10 @@ Name=*
|
||||
DHCP=yes
|
||||
EOF
|
||||
|
||||
cd /mnt/etc
|
||||
ln -sf ../run/systemd/resolve/stub-resolv.conf resolv.conf
|
||||
cd
|
||||
|
||||
arch-chroot /mnt systemctl enable sshd.service systemd-networkd.service systemd-timesyncd.service systemd-resolved.service
|
||||
|
||||
#umount -R /mnt
|
||||
|
||||
Reference in New Issue
Block a user