Skip to content

Install Part 1

Colean edited this page Sep 30, 2020 · 2 revisions

This page is for help on install-part1.sh

Note

My scripts automatically provision the system with one partition for data and no swap, you will have to add swap if you want it, it may interfere with the GRUB bootloader.

Settings

INSTALLDRIVE

Default: /dev/sda

This is the /dev/sdX device name. Check with fdisk -l and edit the script accordingly to the drive you want to install it on, the script will format the drive and make one partition.

INSTALLPARTITION

Default: /dev/sda1

This is the partition of the install. The default should be fine but letter at the end of the sd may change if you change your INSTALLDRIVE, for example if your drive is /dev/sdb you should set your install partition to /dev/sdb1

KERNEL

Default: linux

This is the version of the Linux kernel. linux, linux-hardened, linux-lts and linux-zen are the only options as the other kernels from the AUR can't be installed.

Clone this wiki locally