1
0
Fork 0

Improved readability and accuracy

This commit is contained in:
Kim, Jimin 2021-10-08 15:33:02 +09:00 committed by GitHub
parent 26ff77c46a
commit 293e4dc117
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,9 +81,9 @@ installer config:
- unallocated space at the end are for overprovisioning
- no swap partition
more information about efi partition can be found in [this](https://wiki.archlinux.org/title/GRUB) arch wiki.
more information about efi partition can be found in [this](https://wiki.archlinux.org/title/GRUB) arch wiki page.
| drive id\* | format | size (2048 byte sectors) | mount location | purpose |
| drive id\* | format | size (unit: 2048 byte sectors) | mount location | purpose |
| ---------- | ------ | ------------------------ | ---------------- | ------------- |
| 1 | FAT32 | 614400 | /boot/efi | EFI partition |
| 1 | ext4 | 249449294 | / | root |
@ -96,7 +96,7 @@ more information about efi partition can be found in [this](https://wiki.archlin
| peripheral | model |
| ------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| mouse | [Logitech G402 Hyperion fury](https://www.logitechg.com/en-eu/products/gaming-mice/g402-hyperion-fury-fps-gaming-mouse.html) I got from a [giveaway event](https://blog.naver.com/yjcomicsblog/221432692995) |
| headphone | [NOX-2](https://www.e-nox.co.kr/theme/s007/index/product_view01.php?wr_id=16) |
| headphone | [NOX NX-2](https://www.e-nox.co.kr/theme/s007/index/product_view01.php?wr_id=16) |
| laptop cooler | [ABKO NCORE NC500](http://ncore.co.kr/shop/product_item.php?ItId=2586312930) |
## Sources