doc: Add system installation guide

This commit is contained in:
Leni Aniva 2024-09-03 16:59:15 -07:00
parent dbbc4478eb
commit b057743c86
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 17 additions and 0 deletions

17
System.org Normal file
View File

@ -0,0 +1,17 @@
#+title: System
Helpful guides for system installation.
* Partition Schemes
Recommended partition scheme for directories:
#+begin_src
/
├ /boot # Same drive
├ /nix
├ /home # Different drive
#+end_src
** Encrypted Partitions
See [[https://wiki.archlinux.org/title/Dm-crypt/Mounting_at_login][DM-Crypt on Arch Wiki]]