summaryrefslogtreecommitdiff
path: root/raveos-calamares-theme/etc/calamares/modules/shellprocess-pacstrap.conf
diff options
context:
space:
mode:
Diffstat (limited to 'raveos-calamares-theme/etc/calamares/modules/shellprocess-pacstrap.conf')
-rw-r--r--raveos-calamares-theme/etc/calamares/modules/shellprocess-pacstrap.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/raveos-calamares-theme/etc/calamares/modules/shellprocess-pacstrap.conf b/raveos-calamares-theme/etc/calamares/modules/shellprocess-pacstrap.conf
index 489ecc8..e8e2e6d 100644
--- a/raveos-calamares-theme/etc/calamares/modules/shellprocess-pacstrap.conf
+++ b/raveos-calamares-theme/etc/calamares/modules/shellprocess-pacstrap.conf
@@ -4,5 +4,5 @@ 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"
+ - command: "pacstrap ${ROOT} base base-devel raveos-keyring 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)..."