[trusty/azure 3/3] UBUNTU: Packaging: Really disable ZFS

Thadeu Lima de Souza Cascardo cascardo at canonical.com
Thu Feb 21 16:54:51 UTC 2019


The update script was supposed to disable ZFS, but it wasn't. Now that it was
split into copy-file and local-mangle, fix local-mangle so it will really
disable it.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo at canonical.com>
---
 debian.azure-trusty/scripts/helpers/local-mangle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian.azure-trusty/scripts/helpers/local-mangle b/debian.azure-trusty/scripts/helpers/local-mangle
index 79f36e1b114f..daa2f1f55d74 100755
--- a/debian.azure-trusty/scripts/helpers/local-mangle
+++ b/debian.azure-trusty/scripts/helpers/local-mangle
@@ -10,4 +10,4 @@ sed -i -e 's/^.*CONFIG_CC_STACKPROTECTOR_REGULAR.*$/CONFIG_CC_STACKPROTECTOR_REG
 sed -i 's/CONFIG_CC_STACKPROTECTOR_STRONG/CONFIG_CC_STACKPROTECTOR_REGULAR/' "${DEBIAN}/config/annotations"
 
 # Disable ZFS as we have no tooling in trusty to mount these.
-sed -i -e 's/^\(do_zfs[ \t]*=[ \t]\)true\(.*\)$/\1false\2/' "debian.xenial/rules.d/"*.mk
+sed -i -e 's/^\(do_zfs[ \t]*=[ \t]\)true\(.*\)$/\1false\2/' "${DEBIAN}/rules.d/"*.mk
-- 
2.20.1




More information about the kernel-team mailing list