Moved kernel to base.sh
This commit is contained in:
parent
f1724bb0ee
commit
4fbfc1ef51
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ mount -o noatime,compress=zstd,space_cache=v2,discard=async,subvol=@cache /dev/m
|
||||||
|
|
||||||
mount $part1 /mnt/boot
|
mount $part1 /mnt/boot
|
||||||
|
|
||||||
pacstrap /mnt base linux linux-lts linux-zen linux-firmware amd-ucode vim git btrfs-progs
|
pacstrap /mnt base linux-firmware vim git btrfs-progs
|
||||||
|
|
||||||
genfstab -U /mnt >> /mnt/etc/fstab
|
genfstab -U /mnt >> /mnt/etc/fstab
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue