~mdkcore/void-install-scripts

8f166f23c095cbfd0b0924286fc9c65afabceed4 — Rodrigo Oliveira 1 year, 1 month ago 92eeb1a main
[docs] Update README
1 files changed, 15 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +15 -0
@@ 0,0 1,15 @@
# (mine) Void Linux install scripts
Scripts that I use to install [Void Linux](https://voidlinux.org/) on my machines.

**Do not use them as-it, they will break your system!** Read carefully what each script do and copy/edit following your needs.

## How to use
TBD (but to sum up: boot installation media, run stage01.sh and follow the "instructions").

## Scripts
- stage01: Formats and prepare a LVM partition to install the system ([chroot based](https://docs.voidlinux.org/installation/guides/chroot.html); uses [LUKS](https://gitlab.com/cryptsetup/cryptsetup))
- stage02: Configure system partitioning and install a boot loader (grub)
- stage03: Install mirrors, packages, services and perform basic system configuration
- stage04: [WIP WIP *Configure user environment* WIP WIP](https://git.sr.ht/~mdkcore/void-install-scripts/tree/wip)

Look at [env.sample.sh](env.sample.sh) for machne specific configurations.