* Changed example device to /dev/vda and added note about /dev/vda being the example device in the Warning.
* Changed legacy BIOS Partitioning section from MBR system to BIOS/MBR system, Added using dos label type in cfdisk.
* Changed Encrypted volume configuration to include why LUKS1 is recommended instead of LUKS2 (GRUB lacks support for Argon2i).
* Added Warning about recovering the password/data if the password for the encrypted partition is lost.
* Changed guide to default to UEFI systems with notes about legacy BIOS systems when needed.
* Noted that voidvm is a example name.
* Changed cryptsetup commands from luksOpen and luksClose to open and close.
* Made LVM a optional step, With notes about differences for LVM configurations when needed.
* Removed creation of a "home" logical volume.
* Removed swap information - Swap has many ways to be setup (file or partition, encrypted or unencrypted, with or without suspend-to-disk support, etc) and may be better suited as a separate page in void-docs.
* Added a note about the logical volume name chosen using --name, This name is used when mounting.
* Removed output from some commands.
* Changed example filesystem to Btrfs.
* Moved creation of the EFI partition (for UEFI system) below root filesystem creation.
* Removed creation of /mnt/home and mounting of /dev/voidvm/home, The creation of a home logical volume was removed.
* Separated command for mounting the root partition.
* Changed EFI partition mount point to /efi, This change makes /boot encrypted by default, Leaving only /efi unencrypted (as of writing a unencrypted EFI partition is required by UEFI).
* Changed base install to UEFI, With a note for switching grub-x86_64-efi to grub on legacy BIOS systems, LVM users are also noted to install the lvm2 package.
* Added command to copy a DNS configuration from the live system to allow a internet connection in the chroot.
* Removed changing permissions after chroot, This seemed uneeded in my testing.
* Changed example hostname from voidvm to AHOSTNAME to make it more apparent that the user should choose their own hostname.
* Added a section in Filesystem configuration about getting the required UUIDs, For every step that requires a UUID a blkid command is included to get the UUID.
* Changed /etc/fstab and /etc/crypttab to use UUID= instead of /dev/voidvm/root or /dev/sda1.
* Changed GRUB_ENABLE_CRYPTODISK=y to echo "GRUB_ENABLE_CRYPTODISK=y" >> /etc/default/grub.
* Noted that rd.lvm.vg=voidvm for /etc/default/grub is for LVM configurations.
* Changed grub-install commands to be separate for legacy BIOS and UEFI, The legacy BIOS grub-install command now has --target=i386-pc.
* Changed cryptsetup close to include steps for LVM configurations.
* Wording and other General changes (also might have missed a few changes).