From cab748ab0c63913dbef44e33dece9df48c52b7e2 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Sat, 20 Nov 2021 15:10:20 +0100 Subject: [PATCH] Drop cma= tweaking in /etc/kernel/postinst.d/z50-raspi-firmware. See 3f9e671fedd54b4a332e5a93e156489600203fad in the boot-consistency branch, later adjusted in 2b2bb9d6d78404c53bc1ccd31e8094aa1acb2921 for the master branch and the new bookworm builds. With the pythonize approach, a single change is needed. --- generate-recipe.py | 1 - 1 file changed, 1 deletion(-) diff --git a/generate-recipe.py b/generate-recipe.py index 26c8e9b..a8f428f 100755 --- a/generate-recipe.py +++ b/generate-recipe.py @@ -80,7 +80,6 @@ extra_chroot_shell_cmds = [] if version == '4': extra_chroot_shell_cmds = [ "sed -i 's/cma=64M //' /boot/firmware/cmdline.txt", - "sed -i 's/cma=$CMA //' /etc/kernel/postinst.d/z50-raspi-firmware", ] # XXX: The disparity between suite seems to be a bug, pick a naming