ref: 6e8f6fd32b89ba431f6ae3a0bd344729009f96dd
parent: 30a214aaf50e40cb20cd7e3d7509979c83d1a351
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Tue Feb 23 15:37:22 EST 2021
vmx: update urls; log in as anon, then su
--- a/vmx.md
+++ b/vmx.md
@@ -10,7 +10,7 @@
Download a live ISO image, copy the kernel and initrd.
- hget https://alpha.de.repo.voidlinux.org/live/current/void-live-x86_64-20191109.iso > void.iso
+ hget https://alpha.de.repo.voidlinux.org/live/current/void-live-x86_64-20210218.iso > void.iso
9660srv
mount /srv/9660 /n/void void.iso
cp /n/void/boot/^(vmlinuz initrd) .
@@ -33,13 +33,14 @@
Ssh to Void. It could be a bit easier to type.
- ssh root@ipaddress
+ ssh anon@ipaddress
# see the line with the thumbprint and execute it
- vt -rxb 'ssh root@ipaddress' # the password is "voidlinux"
+ vt -rxb 'ssh anon@ipaddress' # the password is "voidlinux"
Continue with the installation process.
bash # just for completion
+ su # work as root
mkfs.ext4 -L voidroot /dev/vda # root parition, ext4
mount /dev/vda /mnt
cd /tmp
@@ -46,9 +47,9 @@
export REPO=https://alpha.de.repo.voidlinux.org/current
export XBPS_ARCH=x86_64
xbps-install -Sy -r /tmp -R $REPO xz # need xz to unpack rootfs
- xbps-fetch https://alpha.de.repo.voidlinux.org/live/current/void-x86_64-ROOTFS-20191109.tar.xz
+ xbps-fetch https://alpha.de.repo.voidlinux.org/live/current/void-x86_64-ROOTFS-20210218.tar.xz
cp usr/bin/xz /usr/bin
- tar xvf void-x86_64-ROOTFS-20191109.tar.xz -C /mnt/
+ tar xvf void-x86_64-ROOTFS-*.tar.xz -C /mnt/
mount --rbind /sys /mnt/sys && mount --make-rslave /mnt/sys/
mount --rbind /dev /mnt/dev && mount --make-rslave /mnt/dev/
mount --rbind /proc/ /mnt/proc/ && mount --make-rslave /mnt/proc/