Improved support for btrfs
I posted earlier today about compiling 'btrfs-progs' linked-statically, as I want to include the 'btrfs' utility in the initrd:
https://bkhome.org/news/202403/btrfs-progs-compiled-statically-in-oe.html
I will also have the 'btrfs-progs' package in the main filesystem.
using Gparted, I created a btrfs filesystem in a partition in a USB-stick, but the icon for the partition did not display on the desktop.
Hmmm... I have never worked with btrfs before, despite it being around for so many years, and the choice for root filesystem of some distros such as Fedora. I looked through the scripts and found out what was wrong. Fixes committed:
https://github.com/bkauler/woofq/commit/00505fe6ccfdd950d3d89d011afa2bbf9d868724
For anyone interested in reading more about btrfs:
https://btrfs.readthedocs.io/en/latest/
Tags: easy