diff options
| author | AlexanderCurl <alexc@alexc.hu> | 2026-04-18 10:07:15 +0100 |
|---|---|---|
| committer | AlexanderCurl <alexc@alexc.hu> | 2026-04-18 10:07:15 +0100 |
| commit | e79cdf210b267f21a186255ce1a4d50029439d54 (patch) | |
| tree | f1b8535457baeb59bc1766bfe1615a530cedb6a5 /raveos-calamares-theme/etc/calamares/modules/shellprocess-pacstrap.conf | |
| parent | d411afc2257985d11753be4d65578eedae7c2f6a (diff) | |
| download | RaveOS-PKGBUILD-e79cdf210b267f21a186255ce1a4d50029439d54.tar.gz RaveOS-PKGBUILD-e79cdf210b267f21a186255ce1a4d50029439d54.zip | |
Added rsync to base pacstrap, added gvfs and modules to desktop installs
Diffstat (limited to 'raveos-calamares-theme/etc/calamares/modules/shellprocess-pacstrap.conf')
| -rw-r--r-- | raveos-calamares-theme/etc/calamares/modules/shellprocess-pacstrap.conf | 2 |
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 726d493..9e5f895 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 efibootmgr bash-completion yay-bin dkms lsb-release mkinitcpio-openswap" + - 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 yay-bin dkms lsb-release mkinitcpio-openswap" name: "Bootstrapping Arch Linux (Netinstall)..." |