diff options
Diffstat (limited to 'setup-arch-vm')
-rw-r--r-- | setup-arch-vm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-arch-vm b/setup-arch-vm index 226956e..d7913da 100644 --- a/setup-arch-vm +++ b/setup-arch-vm @@ -104,7 +104,7 @@ Match Group "ssh-password" PasswordAuthentication yes EOF -arch-chroot /mnt mkinitcpio -p linux +arch-chroot /mnt mkinitcpio -p linux || true arch-chroot /mnt syslinux-install_update -aim arch-chroot /mnt useradd -m -g users -G wheel $newuser mkdir /mnt/root/.ssh |