summaryrefslogtreecommitdiff
path: root/raveos-calamares-theme/etc/calamares/modules/shellprocess-pacstrap.conf
blob: 726d493a0d944011466f4aa4a26c8022d50dbdfc (plain)
1
2
3
4
5
6
7
8
dontChroot: true
timeout: 3600

script:
  - command: "/usr/bin/pacman-key --init && /usr/bin/pacman-key --populate"
    name: "Initializing package signing keys..."
  - command: "pacstrap ${ROOT} base base-devel linux-cachyos linux-cachyos-headers linux-firmware networkmanager iwd broadcom-wl-dkms wireless-regdb nano vim grub efibootmgr bash-completion yay-bin dkms lsb-release mkinitcpio-openswap"
    name: "Bootstrapping Arch Linux (Netinstall)..."