added "my laptop only" warning
This commit is contained in:
parent
f0e16698d7
commit
463186be99
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -23,6 +23,8 @@ Result:<br />
|
||||||
|
|
||||||
## Instructions
|
## Instructions
|
||||||
|
|
||||||
|
> **WARNING:** This script is written for my laptop ONLY. If you're looking for a arch installer, there's [archfi](https://github.com/MatMoul/archfi) and [anarchy installer](https://gitlab.com/anarchyinstaller/installer).
|
||||||
|
|
||||||
1. Execute the [`setup.sh`](./setup.sh) script.
|
1. Execute the [`setup.sh`](./setup.sh) script.
|
||||||
2. Profit.
|
2. Profit.
|
||||||
|
|
||||||
|
@ -84,10 +86,10 @@ installer config:
|
||||||
more information about efi partition can be found in [this](https://wiki.archlinux.org/title/GRUB) arch wiki page.
|
more information about efi partition can be found in [this](https://wiki.archlinux.org/title/GRUB) arch wiki page.
|
||||||
|
|
||||||
| drive id\* | format | size (unit: 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 | FAT32 | 614400 | /boot/efi | EFI partition |
|
||||||
| 1 | ext4 | 249449294 | / | root |
|
| 1 | ext4 | 249449294 | / | root |
|
||||||
| 2 | ext4 | 921600000 | /media/pomp/data | data storage |
|
| 2 | ext4 | 921600000 | /media/pomp/data | data storage |
|
||||||
|
|
||||||
\*index from [storage](#Storage)
|
\*index from [storage](#Storage)
|
||||||
|
|
||||||
|
@ -96,7 +98,7 @@ more information about efi partition can be found in [this](https://wiki.archlin
|
||||||
| peripheral | model |
|
| 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) |
|
| 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 NX-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) |
|
| laptop cooler | [ABKO NCORE NC500](http://ncore.co.kr/shop/product_item.php?ItId=2586312930) |
|
||||||
|
|
||||||
## Sources
|
## Sources
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue