From 39d845ae2f748b2b06522457201dafcb12c0a712 Mon Sep 17 00:00:00 2001 From: oddlama Date: Wed, 8 Jan 2020 18:26:40 +0100 Subject: [PATCH] Added TL;DR section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ec1dbf9..fd2e891 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +**TL;DR:** Edit `scripts/config.sh` and execute `./install` in any live system. +EFI is required. This will partition the selected disk (with confirmation), and properly +install the selected stage3 gentoo system. The new system will be bootable with +`vanilla-kernel-bin` as the kernel. The script can optionally install sshd and +ansible to allow for easier management of the new system. Afterwards, you can continue +to roll-out your own advanced setup (LUKS, RAID, custom kernel). + # Gentoo installation script This script performs a reasonably minimal installation of gentoo for an EFI system.