From ae555bd46956f20ad65133a83e95d8ecb804c6b2 Mon Sep 17 00:00:00 2001 From: juadde Date: Sun, 12 Jan 2020 00:14:20 +0100 Subject: [PATCH] Add netctl for vagrant networking capabilities --- http/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/install.sh b/http/install.sh index 98a1221..d170a1c 100644 --- a/http/install.sh +++ b/http/install.sh @@ -25,7 +25,7 @@ mkswap "${device}1" mkfs.ext4 -L "rootfs" "${device}2" mount "${device}2" /mnt -pacstrap /mnt base linux grub openssh sudo polkit haveged +pacstrap /mnt base linux grub openssh sudo polkit haveged netctl swapon "${device}1" genfstab -p /mnt >>/mnt/etc/fstab swapoff "${device}1" -- GitLab