1
0
Fork 0

added "my laptop only" warning

This commit is contained in:
Kim, Jimin 2021-10-09 11:18:17 +09:00
parent f0e16698d7
commit 463186be99

View file

@ -23,6 +23,8 @@ Result:<br />
## 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.
2. Profit.
@ -84,7 +86,7 @@ installer config:
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 |
| ---------- | ------ | ------------------------ | ---------------- | ------------- |
| ---------- | ------ | ------------------------------ | ---------------- | ------------- |
| 1 | FAT32 | 614400 | /boot/efi | EFI partition |
| 1 | ext4 | 249449294 | / | root |
| 2 | ext4 | 921600000 | /media/pomp/data | data storage |