From bd5e960d79707f4f89e4bd1c6d5c9cd3479a8ab2 Mon Sep 17 00:00:00 2001 From: developomp Date: Sat, 9 Oct 2021 16:23:20 +0900 Subject: [PATCH] simplified badge, replaced manjaro instructions with arch's, and changed partition size units from sectors to fdisk-compatible sizes. --- README.md | 55 +++++++++++++++++++------------------------------------ 1 file changed, 19 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index a7ade2b..fbb3161 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,11 @@

- - - - - - - -

- -

- My Manjaro desktop setup + My Arch linux desktop setup

--- +[![LICENSE: MIT](https://img.shields.io/badge/License-MIT-green?style=for-the-badge)](./LICENSE) + ## Purpose 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:
> **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. +Install script: https://github.com/MatMoul/archfi + +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. @@ -36,24 +35,6 @@ Execution:
Selection Menu:
![Menu](./menu.png) -## 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 | 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. -| 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 | +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)). + +| drive id\* | format | size | mount location | purpose | +| ---------- | ------ | ------------------------------ | ---------------- | --------------------------------- | +| 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)