Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 377 Bytes

File metadata and controls

17 lines (13 loc) · 377 Bytes

Installing Packages

Install the necessary packages using pacstrap:

pacstrap -K /mnt \
    base linux-zen linux-zen-headers base-devel linux-firmware \
    git efibootmgr grub iwd networkmanager \
    btrfs-progs vim cryptsetup zram-generator openresolv

Generate the filesystem table & chroot:

genfstab -U /mnt >> /mnt/etc/fstab
arch-chroot /mnt