shithub: docs.9front.org

Download patch

ref: dc4130953531aad5ddeb7ff0bc3cb10fda7d35f1
parent: e5a1ecf7ddaeebce0ebe47638681077b80169e7a
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sun Nov 15 07:10:41 EST 2020

vmx: ssh thumbprint and vda mount

--- a/vmx.md
+++ b/vmx.md
@@ -33,11 +33,14 @@
 
 Ssh to Void. It could be a bit easier to type.
 
-	vt -rab 'ssh root@ipaddress' # the password is "voidlinux"
+	ssh root@ipaddress
+	# see the line with the thumbprint and execute it
+	vt -rxb 'ssh root@ipaddress' # the password is "voidlinux"
 
 Continue with the installation process.
 
 	mkfs.ext4 -L voidroot /dev/vda # root parition, ext4
+	mount /dev/vda /mnt
 	cd /tmp
 	export REPO=https://alpha.de.repo.voidlinux.org/current
 	export XBPS_ARCH=x86_64