Replace openntpd with chronyd for reliability #6
| @@ -161,7 +161,7 @@ fi | ||||
| # * make for source packages | ||||
| # * tor for anonymity | ||||
| header Installing ArchLinux to device\(s\) on /mnt | ||||
| export pkglist="base base-devel parted net-tools bind-tools git openssh make elinks weechat vim wget tor torsocks grub os-prober rsync openntpd tmux efibootmgr shadowarch" | ||||
| export pkglist="base base-devel parted net-tools bind-tools git openssh make elinks weechat vim wget tor torsocks grub os-prober rsync chrony tmux efibootmgr shadowarch" | ||||
| if [ ! -z "$gui" ]; then  | ||||
|     export pkglist="$pkglist"" xorg-server xfce4 hunspell hunspell-en_US thunar-archive-plugin thunar-media-tags-plugin thunar-volman chromium conky tigervnc xscreensaver" | ||||
| fi | ||||
| @@ -218,7 +218,7 @@ arch-chroot /mnt grub-mkconfig -o /boot/grub/grub.cfg | ||||
| if [ $? -ne 0 ]; then header ERROR: Cannot continue; exit 1; fi | ||||
|  | ||||
| header Set networking | ||||
| arch-chroot /mnt systemctl enable openntpd | ||||
| arch-chroot /mnt systemctl enable chronyd | ||||
| arch-chroot /mnt systemctl enable netctl | ||||
| export interface=$(ip link list | grep "state" | cut -f 2 -d ":" | cut -f 2 -d " " | grep -v lo) | ||||
| cp /mnt/etc/netctl/examples/ethernet-dhcp /mnt/etc/netctl/$interface | ||||
|   | ||||
		Reference in New Issue
	
	Block a user