Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/modules/netinstall/netinstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
- cachyos-rate-mirrors
- linux-cachyos
- linux-cachyos-headers
- linux-cachyos-lts
- linux-cachyos-lts-headers
- chwd
- name: "CachyOS Packages"
description: "needed CachyOS packages"
Expand Down
2 changes: 1 addition & 1 deletion src/modules/pacstrap/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def run():
is_root_on_bcachefs = (curr_filesystem == "bcachefs\n")

if (is_root_on_zfs):
base_packages += ["zfs-utils", "linux-cachyos-zfs"]
base_packages += ["zfs-utils", "linux-cachyos-zfs", "linux-cachyos-lts-zfs"]
elif is_root_on_btrfs:
libcalamares.utils.debug("Root on BTRFS")
base_packages += ["snapper", "btrfs-assistant"]
Expand Down
2 changes: 2 additions & 0 deletions src/modules/pacstrap/pacstrap.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ basePackages:
- less
- linux-cachyos
- linux-cachyos-headers
- linux-cachyos-lts
- linux-cachyos-lts-headers
- linux-firmware
- logrotate
- lsb-release
Expand Down