From 6075c5a2125899cdf92a497eb11219a6fa43e39d Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Tue, 13 Jun 2023 21:24:47 +0200 Subject: [PATCH] Remove comment about the hostname discrepancy. It went away with buster's going away. --- generate-recipe.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/generate-recipe.py b/generate-recipe.py index 29687dc..1337cad 100755 --- a/generate-recipe.py +++ b/generate-recipe.py @@ -81,9 +81,6 @@ if version == '4': "sed -i 's/cma=64M //' /boot/firmware/cmdline.txt", ] -# XXX: The disparity between suite seems to be a bug, pick a naming -# and stick to it! -# # Hostname: hostname = 'rpi_%s' % version