]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
feat(no-xattr): no longer support no-xattr config
authorJo Zzsi <jozzsicsataban@gmail.com>
Wed, 7 Jan 2026 02:54:26 +0000 (21:54 -0500)
committerBenjamin Drung <bdrung@ubuntu.com>
Wed, 7 Jan 2026 16:32:39 +0000 (17:32 +0100)
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 .

Makefile
dracut.conf.d/no-xattr/10-no-xattr.conf [deleted file]

index 541590180ab4dda8dc8f722b07a19f528e4b98e1..a109e24db6ebe446f966b998c42ac75f5f46a8cc 100644 (file)
--- 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 (file)
index ed971fc..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-# disable xattr
-export DRACUT_NO_XATTR=1