diff options
Diffstat (limited to 'raveos-calamares-theme')
| -rw-r--r-- | raveos-calamares-theme/etc/calamares/modules/netinstall-desktop.yaml | 20 | ||||
| -rw-r--r-- | raveos-calamares-theme/etc/calamares/modules/shellprocess-pacstrap.conf | 2 |
2 files changed, 20 insertions, 2 deletions
diff --git a/raveos-calamares-theme/etc/calamares/modules/netinstall-desktop.yaml b/raveos-calamares-theme/etc/calamares/modules/netinstall-desktop.yaml index 9ad2572..73b9e20 100644 --- a/raveos-calamares-theme/etc/calamares/modules/netinstall-desktop.yaml +++ b/raveos-calamares-theme/etc/calamares/modules/netinstall-desktop.yaml @@ -14,7 +14,9 @@ - ttf-ubuntu-font-family - rsync - gvfs + - gvfs-smb - gvfs-mtp + - gvfs-nfs - ufw - gufw - flatpak @@ -33,6 +35,10 @@ - plasma - kde-applications - konsole + - gvfs + - gvfs-smb + - gvfs-nfs + - gvfs-mtp - raveos-kde-theme - name: "GNOME Desktop" selected: false @@ -44,6 +50,10 @@ - gedit - gnome-disk-utility - gnome-system-monitor + - gvfs + - gvfs-smb + - gvfs-nfs + - gvfs-mtp - fuse2 - eog - gnome-calculator @@ -73,6 +83,10 @@ - cosmic-player - cosmic-wallpapers - raveos-cosmic-theme + - gvfs + - gvfs-smb + - gvfs-nfs + - gvfs-mtp - name: "Hyprland Desktop with DMS shell Nem felhasználó barát egyelőre!(WORK IN PROGRESS.)" selected: false expanded: false @@ -110,4 +124,8 @@ - xarchiver - tumbler - polkit-gnome - - raveos-hyprland-theme
\ No newline at end of file + - raveos-hyprland-theme + - gvfs + - gvfs-smb + - gvfs-mtp + - gvfs-nfs 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)..." |