simplified badge, replaced manjaro instructions with arch's, and changed partition size units from sectors to fdisk-compatible sizes.
This commit is contained in:
parent
aa41815478
commit
bd5e960d79
1 changed files with 19 additions and 36 deletions
55
README.md
55
README.md
|
@ -1,19 +1,11 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="./LICENSE">
|
My <a href="https://archlinux.org">Arch linux</a> desktop setup
|
||||||
<img src="https://img.shields.io/badge/License-MIT-green?style=flat-square" />
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a href="https://github.com/prettier/prettier">
|
|
||||||
<img src="https://img.shields.io/badge/markdown_formatter-prettier-ff69b4?style=flat-square" />
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p align="center">
|
|
||||||
My <a href="https://manjaro.org">Manjaro</a> desktop setup
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
[](./LICENSE)
|
||||||
|
|
||||||
## Purpose
|
## Purpose
|
||||||
|
|
||||||
To provide myself materials (script, guide, and other files) for cases when I need to transfer to other machine or reinstall the OS.
|
To provide myself materials (script, guide, and other files) for cases when I need to transfer to other machine or reinstall the OS.
|
||||||
|
@ -25,8 +17,15 @@ Result:<br />
|
||||||
|
|
||||||
> **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).
|
> **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.
|
Install script: https://github.com/MatMoul/archfi
|
||||||
2. Profit.
|
|
||||||
|
1. Install arch linux via [archfi](https://github.com/MatMoul/archfi).
|
||||||
|
|
||||||
|
- latest version as of writing: `2021.10.01`
|
||||||
|
- DE: gdm
|
||||||
|
|
||||||
|
2. Execute the [`setup.sh`](./setup.sh) script.
|
||||||
|
3. Profit.
|
||||||
|
|
||||||
Full setup could easily take more than a hour depending on the internet speed.
|
Full setup could easily take more than a hour depending on the internet speed.
|
||||||
|
|
||||||
|
@ -36,24 +35,6 @@ Execution:<br />
|
||||||
Selection Menu:<br />
|
Selection Menu:<br />
|
||||||

|

|
||||||
|
|
||||||
## OS
|
|
||||||
|
|
||||||
Manjaro gnome minimal, non-LTS version. Download link can be found in the [official manjaro website](https://manjaro.org/downloads/official/gnome).
|
|
||||||
|
|
||||||
Latest version as of writing: `manjaro-gnome-21.0.7-minimal-210614-linux510.iso`
|
|
||||||
|
|
||||||
- boot with open source driver
|
|
||||||
|
|
||||||
installer config:
|
|
||||||
|
|
||||||
- Location
|
|
||||||
- region: Asia, Seoul
|
|
||||||
- language & locale: en_US.UTF-8 (American English)
|
|
||||||
- Keyboard
|
|
||||||
- Korean, default
|
|
||||||
- Partitions
|
|
||||||
- Erase disk, no swap, no encryption
|
|
||||||
|
|
||||||
## Hardware
|
## Hardware
|
||||||
|
|
||||||
| name | model |
|
| name | model |
|
||||||
|
@ -85,11 +66,13 @@ 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 |
|
partitioning done with fdisk ([source](https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/tree/disk-utils/fdisk.c), [man](https://man7.org/linux/man-pages/man8/fdisk.8.html)).
|
||||||
| ---------- | ------ | ------------------------------ | ---------------- | ------------- |
|
|
||||||
| 1 | FAT32 | 614400 | /boot/efi | EFI partition |
|
| drive id\* | format | size | mount location | purpose |
|
||||||
| 1 | ext4 | 249449294 | / | root |
|
| ---------- | ------ | ------------------------------ | ---------------- | --------------------------------- |
|
||||||
| 2 | ext4 | 921600000 | /media/pomp/data | data storage |
|
| 1 | FAT32 | +300M | /boot/efi | EFI partition |
|
||||||
|
| 1 | ext4 | -15G | / | root |
|
||||||
|
| 2 | ext4 | default (all available sector) | /media/pomp/data | data storage (D drive equivalent) |
|
||||||
|
|
||||||
\*index from [storage](#Storage)
|
\*index from [storage](#Storage)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue