public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 1/1] postproc: Correct typo to image_postprocess_disable_systemd_firstboot
@ 2025-12-17  8:39 'Andreas Naumann' via isar-users
  2025-12-17  8:51 ` 'Jan Kiszka' via isar-users
  0 siblings, 1 reply; 4+ messages in thread
From: 'Andreas Naumann' via isar-users @ 2025-12-17  8:39 UTC (permalink / raw)
  To: isar-users; +Cc: Andreas Naumann

Signed-off-by: Andreas Naumann <anaumann@emlix.com>
---
 meta/classes-recipe/image-postproc-extension.bbclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/classes-recipe/image-postproc-extension.bbclass b/meta/classes-recipe/image-postproc-extension.bbclass
index b332e826..1aba2ec5 100644
--- a/meta/classes-recipe/image-postproc-extension.bbclass
+++ b/meta/classes-recipe/image-postproc-extension.bbclass
@@ -80,8 +80,8 @@ image_postprocess_sshd_key_regen() {
     fi
 }
 
-ROOTFS_POSTPROCESS_COMMAND =+ "image_posprocess_disable_systemd_firstboot"
-image_posprocess_disable_systemd_firstboot() {
+ROOTFS_POSTPROCESS_COMMAND =+ "image_postprocess_disable_systemd_firstboot"
+image_postprocess_disable_systemd_firstboot() {
     SYSTEMD_VERSION=$(sudo chroot '${ROOTFSDIR}' dpkg-query \
         --showformat='${source:Upstream-Version}' \
         --show systemd || echo "0" )
-- 
2.43.0

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20251217083901.1410028-1-anaumann%40emlix.com.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-12-17 11:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-17  8:39 [PATCH 1/1] postproc: Correct typo to image_postprocess_disable_systemd_firstboot 'Andreas Naumann' via isar-users
2025-12-17  8:51 ` 'Jan Kiszka' via isar-users
2025-12-17 10:05   ` 'Andreas Naumann' via isar-users
2025-12-17 11:12     ` 'Jan Kiszka' via isar-users

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox