-
Notifications
You must be signed in to change notification settings - Fork 2
Install Part 1
This page is for help on install-part1.sh
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.
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.
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
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.