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!). Recently he has migrated the base to the same base I'm using (quay.io/fedora-ostree-desktops/base-atomic:rawhide). His repo can be found at: https://github.com/silverhadch/fedora-plasma-canary I like using a Rawhide base (bleeding edge + bleeding edge!) and the "stock" Fedora base without the choices made by Universal Blue (i.e., Bazaar vs. Discover). I forked silverhadch's repo and layered on some additional packag...
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...