From c9e90eecef66fc47e127a7a2be697f89e710a5a2 Mon Sep 17 00:00:00 2001 From: Jared Dunbar Date: Sat, 8 Dec 2018 03:41:05 -0500 Subject: [PATCH] doot --- arch-vm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-vm.md b/arch-vm.md index b58951e..fba75e0 100644 --- a/arch-vm.md +++ b/arch-vm.md @@ -69,8 +69,8 @@ arch-chroot /mnt /bin/bash Install `grub`. ``` -grub-mkconfig -o /boot/grub/grub.cfg grub-install /dev/vda +grub-mkconfig -o /boot/grub/grub.cfg # notice, not /dev/vda1. This is the disk, not the partition. ```