fde.md: Clarifying base-system installation.
Making clearer to the reader that the actual installation command should point to the correct repo for the chosen libc implementation, this helps eliminate the possibility of a wrong system installation.
And changing the PR name doesn't fix the commit name, unfortunately ;)
And changing the PR name doesn't fix the commit name, unfortunately ;)
Fixed!!!
And after reading chroot.md I found out some spots that could use some linking indeed, so I pointed out the packages the user will need alongside with base-system and linked the rest of the procedure from chroot.md.
I also found to be more readable to separate the grub installation from the base-system, this way it should be more consistent with the chroot.md procedure where the grub installation is only mentioned after inside the chroot.
Another point is that we would be able to avoid mentioning modifications to /etc/default/grub in separate sections of the fde.md guide as it is now, but instead do the package installation, configuration, and installation to disk all in one single section.
Please make these changes in separate commits (can be in this same PR, though), since they are mostly unrelated.
All done ! Please, let me know if there's anything else that could be improved!