From 1410839911c2ba2fe3f9d7c0075163e35d69ca1a Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Sat, 28 Aug 2021 05:34:27 +0200 Subject: [PATCH] Add an empty line before __EXTRA_CHROOT_SHELL_CMDS__ This means the generated recipes are getting two empty lines if there are no such commands (that's the case for everyone right now), but this emphasizes the existence of this placeholder, the same way as for its __EXTRA_ROOT_SHELL_CMDS__ twin. --- raspi_master.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/raspi_master.yaml b/raspi_master.yaml index 9b9b930..daee86f 100644 --- a/raspi_master.yaml +++ b/raspi_master.yaml @@ -142,6 +142,7 @@ steps: shell: | sed -i 's/^/console=__SERIAL_CONSOLE__ /' /boot/firmware/cmdline.txt sed -i 's/.dev.mmcblk0p2/LABEL=RASPIROOT/' /boot/firmware/cmdline.txt + __EXTRA_CHROOT_SHELL_CMDS__ # TODO(https://github.com/larswirzenius/vmdb2/issues/24): remove once vmdb