From: Jo Zzsi Date: Wed, 7 Jan 2026 02:54:26 +0000 (-0500) Subject: feat(no-xattr): no longer support no-xattr config X-Git-Tag: 110~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a915c95f4e003449a8d69d62c2f5200d619db49;p=thirdparty%2Fdracut-ng.git feat(no-xattr): no longer support no-xattr config Starting with dracut release v110, no-xattr is the default config, so it is no longer desired to maintain a separate config file for no-xattr. Follow-up to 941b18d . --- diff --git a/Makefile b/Makefile index 541590180..a109e24db 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,6 @@ configs = \ hostonly/10-hostonly.conf \ ima/10-ima.conf \ no-network/10-no-network.conf \ - no-xattr/10-no-xattr.conf \ rescue/10-rescue.conf \ $(NULL) diff --git a/dracut.conf.d/no-xattr/10-no-xattr.conf b/dracut.conf.d/no-xattr/10-no-xattr.conf deleted file mode 100644 index ed971fc66..000000000 --- a/dracut.conf.d/no-xattr/10-no-xattr.conf +++ /dev/null @@ -1,2 +0,0 @@ -# disable xattr -export DRACUT_NO_XATTR=1