diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-04-22 22:24:24 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-04-22 22:24:24 +0200 |
commit | 2a5f8639fcc21add3f9161d4986542005d4b1833 (patch) | |
tree | 16e9f0e4d64bfd1c2f0f8bb4008d0949497af968 /setup-arch-vm | |
parent | 31da047b3c06927bd80b78071119678004371098 (diff) | |
download | bin-2a5f8639fcc21add3f9161d4986542005d4b1833.tar.gz bin-2a5f8639fcc21add3f9161d4986542005d4b1833.tar.xz |
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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 |