chore: update article
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-03-04 15:03:48 +09:00
parent 4ee56900e9
commit 0a09bc07ba
3 changed files with 107 additions and 5 deletions

View File

@@ -35,6 +35,9 @@ set 1 esp on # flag partition 1 as ESP (EFI System Partition)
quit
```
> NOTE: Since the server has 128GB of physical memory, I would rather let OOM Killer do its job than create a swap partition.
> Should the need for swap later come up, consider [swapfile](https://wiki.archlinux.org/title/Swap#Swap_file) (no difference in performance)
## Install file-system for UEFI/GPT setup
```bash