summaryrefslogtreecommitdiffstats
path: root/setup-arch-vm
diff options
context:
space:
mode:
Diffstat (limited to 'setup-arch-vm')
-rw-r--r--setup-arch-vm2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-arch-vm b/setup-arch-vm
index b722924..2314645 100644
--- a/setup-arch-vm
+++ b/setup-arch-vm
@@ -22,7 +22,7 @@ cat <<EOF >/etc/pacman.d/mirrorlist
Server = http://mirror.server-speed.net/\$repo/os/\$arch
EOF
-pacstrap /mnt base syslinux sudo openssh haveged htop git zsh screen dnsutils
+pacstrap /mnt base syslinux sudo openssh haveged htop git zsh screen dnsutils vim
genfstab -p /mnt >> /mnt/etc/fstab
echo "archvm" > /mnt/etc/hostname
ln -s /usr/share/zoneinfo/Europe/Athens /mnt/etc/localtime