tashrifsanil / Gentoo-Install-Scripts

An install script to automate setting up a base gentoo system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gentoo-Install-Scripts

An install script to automate setting up a base gentoo system. Note: An ncurses based ui, or a gtk based GUI will be coming.

Usage

Download a stage3 tarball from gentoo's website, and place it in the stage3 folder. Boot the gentoo live cd, and clone this repository in the live cd. Then create your partitions, and run the script.

Important

By default the script uses the default partition table in the gentoo handbook

Filesystem
/dev/sda1 -> BIOS boot partition
/dev/sda2 -> Boot partition
/dev/sda3 -> Swap partition
/dev/sda4 -> Root partition

This script will need some modifications especially the kernel config file. These modifications depend on your system. Also this script uses openrc as its primary init system. Also the script at this point in time doesn't automatically download a stage3 tarball you will have to do that your self and place it in the stage3 folder.

Another thing to note is that the script by default builds for UEFI systems. This can easily be changed

About

An install script to automate setting up a base gentoo system


Languages

Language:Shell 100.0%