@@ 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.