There used to be a "Kinoite-nightly" image at https://gitlab.com/fedora/ostree/ci-test/-/pipelines that combined Kinoite Rawhide and KDE Git versions of Plasma and Gear based on COPR repos maintained by solopasha. However those COPR repos had not been updated in months and so the "nightly" version stopped being produced. Recently KDE developer silverhadch produced a nightly build of KDE Git versions of Plasma, Gear and a full developer stack based on Universal Blue's base image (no small amount of work to make that happen!). You can find it at https://github.com/silverhadch/ublue-kde-dx . Universal Blue takes its time to adopt new Fedora versions. So it makes a perfect choice for users looking for the latest KDE on a thoughtful base image. My preference, however is to use a Rawhide base (bleeding edge + bleeding edge!). I also prefer a "stock" Fedora base without the choices made by Universal Blue (i.e., Bazaar vs. Discover). So I f...
https://github.com/SpiralLinux/SpiralLinux-project (for Btrfs/Snapper set up) Disk creation: 1. Select Manual Partitioning in Calamares 2. Create the partition table (if starting fresh): ◦ Select your disk (e.g., /dev/vda) ◦ Create a new GPT partition table 3. Create EFI System Partition: ◦ Size: 1024 MiB (1 GB as requested, instead of 300M) ◦ File system: FAT32 ◦ Mount point: /boot/efi ◦ Flags: Set the boot and esp flags 4. Create Root Partition: ◦ Size: Remaining space (~79 GB) ◦ File system: Btrfs (since your setup shows multiple subvolumes) ◦ Mount point: / ◦ No flags needed 5. Configure Btrfs Subvolumes (if Calamares supports it): After creating the Btrfs partition, you'll need to set up subvolumes for: • @ → / • @home → /home • @root → /root • @tmp → /tmp • @log → /var/log • @snapshots → /.snapshots Install packages: sudo apt install -y...