Compare commits
3 Commits
cd9037b97e
...
c0838623fb
Author | SHA1 | Date |
---|---|---|
Leni Aniva | c0838623fb | |
Leni Aniva | 15f5b6fd36 | |
Leni Aniva | b057743c86 |
|
@ -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]]
|
Loading…
Reference in New Issue