about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2025-08-01 20:34:52 +0200
committerMichael Biebl <biebl@debian.org>2025-08-04 14:56:51 +0200
commitc5994ad4fc5c19c6ddfdd2fe5daeb58370cae105 (patch)
tree6c2f7f7234861e526f044c1c560d4e4802d8bf5e
parent41201c7502d7a2e201cf52aaf18202aabf7d8556 (diff)
Disable NBFT support in the initrd generator
The nm-initrd-generator is not really hooked up in Debian and enabling
NBFT support would drap in additional dependencies like NVME.
So disable support for this feature until there is actual demand for it.
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 12796228..30b974d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,6 +56,7 @@ override_dh_auto_configure:
 		-Dovs=false \
 		-Dqt=false \
 		-Debpf=false \
+		-Dnbft=false \
 		-Dofono=true
 
 override_dh_makeshlibs: