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.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/raveos-calamares-theme/etc/calamares/modules/shellprocess-pacstrap.conf b/raveos-calamares-theme/etc/calamares/modules/shellprocess-pacstrap.conf
new file mode 100644
index 0000000..726d493
--- /dev/null
+++ b/raveos-calamares-theme/etc/calamares/modules/shellprocess-pacstrap.conf
@@ -0,0 +1,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)..."