aboutsummaryrefslogtreecommitdiff
path: root/graphics/qt6-quickeffectmaker
diff options
context:
space:
mode:
authorMariusz Zaborski <oshogbo@FreeBSD.org>2026-03-03 15:28:05 +0000
committerMariusz Zaborski <oshogbo@FreeBSD.org>2026-04-09 09:54:04 +0000
commit9d8a3938e60119f53efe857a2e565cc3190ed5d0 (patch)
treeee52a11aeeb0a22feebe5bf7eede1dcaebaddc89 /graphics/qt6-quickeffectmaker
parentda2d5e2518e3a4142d47012491f13038da851487 (diff)
sysutils/grub2-bhyve: Add support for additional EXT4 incompatible featuresHEADmain
Handle the following EXT4 incompatible features: EXT4_FEATURE_INCOMPAT_MMP (Multi-Mount Protection) Prevents multiple read-write mounts of the same filesystem. Since grub2-bhyve mounts filesystems read-only, it is safe to ignore. EXT4_FEATURE_INCOMPAT_CSUM_SEED Allows tools such as tune2fs to change the UUID on a mounted metadata-checksummed filesystem. Safe to ignore because the driver does not perform checksum verification. EXT4_FEATURE_INCOMPAT_LARGEDIR Enables directories larger than 2GB and 3-level htrees. Safe to ignore because the GRUB ext2 driver does not implement DIR_INDEX. This patch mirrors upstream behavior. It unblocks booting from distributions such as Alpine Linux. PR: 286702 Approved-by: lwhsu Differential Revision: https://reviews.freebsd.org/D55633
Diffstat (limited to 'graphics/qt6-quickeffectmaker')
0 files changed, 0 insertions, 0 deletions