summaryrefslogtreecommitdiff
path: root/raveos-calamares-theme/etc/calamares/modules/shellprocess-pacstrap.conf
blob: 7b5c6591e5514555d1ab701b227614a383544fe6 (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 btrfs-progs raveos-keyring linux-cachyos linux-cachyos-headers linux-firmware networkmanager iwd broadcom-wl-dkms wireless-regdb nano vim grub grub-btrfs rsync efibootmgr bash-completion dkms lsb-release mkinitcpio-openswap"
    name: "Bootstrapping Arch Linux (Netinstall)..."