Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Deleted] #712

Closed
wants to merge 1 commit into from
Closed

[Deleted] #712

wants to merge 1 commit into from

Commits on Oct 8, 2022

  1. Update fde.md

    * 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).
    acount9090 authored Oct 8, 2022
    Configuration menu
    Copy the full SHA
    6d5291d View commit details
    Browse the repository at this point in the history