ChrisTitusTech / ArchTitus

Automated Arch Linux Install
MIT License
1.86k stars 874 forks source link

Section to add btrfs to kernel modules #299

Closed wilsonephillips closed 2 years ago

wilsonephillips commented 2 years ago

1-setup.sh

if [[ ${FS} == "btrfs" ]]; then

Making sure to edit mkinitcpio conf if btrfs is selected

add btrfs in mkinitcpio.conf before filesystems in modules

sed -i 's/^MODULES=()/MODULES=(btrfs)/' /etc/mkinitcpio.conf.conf

making mkinitcpio with linux kernel

mkinitcpio -p linux

fi

I added mine at Line 186 and moved the LUKs section down a bit.

wilsonephillips commented 2 years ago

Did not mean for the first posting to close before I could get the description added in.