summaryrefslogtreecommitdiff
path: root/raveos-calamares-theme/etc/calamares/modules/shellprocess-pacstrap.conf
blob: 489ecc81e6e0b7975ec21c08a6f76fd5a31e6e62 (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 rsync efibootmgr bash-completion dkms lsb-release mkinitcpio-openswap"
    name: "Bootstrapping Arch Linux (Netinstall)..."