* [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
* Re: [PATCH 1/1] postproc: Correct typo to image_postprocess_disable_systemd_firstboot
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
0 siblings, 1 reply; 4+ messages in thread
From: 'Jan Kiszka' via isar-users @ 2025-12-17 8:51 UTC (permalink / raw)
To: Andreas Naumann, isar-users
A sentence here that this typo had no functional impact would have been
nice.
On 17.12.25 09:39, 'Andreas Naumann' via isar-users wrote:
> 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" )
Reviewed-by: Jan Kiszka <jan.kiszka@siemens.com>
Jan
--
Siemens AG, Foundational Technologies
Linux Expert Center
--
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/87f488dc-c87d-4db4-9058-260e9d41011d%40siemens.com.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] postproc: Correct typo to image_postprocess_disable_systemd_firstboot
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
0 siblings, 1 reply; 4+ messages in thread
From: 'Andreas Naumann' via isar-users @ 2025-12-17 10:05 UTC (permalink / raw)
To: Jan Kiszka, isar-users
Hello Jan,
Am 17.12.25 um 09:51 schrieb Jan Kiszka:
> A sentence here that this typo had no functional impact would have been
> nice.
Good point, should i resend?
Andreas
>
> On 17.12.25 09:39, 'Andreas Naumann' via isar-users wrote:
>> 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" )
> Reviewed-by: Jan Kiszka <jan.kiszka@siemens.com>
>
> Jan
>
Andreas Naumann
--
emlix GmbH
Headquarters: Berliner Str. 12, 37073 Göttingen, Germany
Phone +49 (0)551 30664-0, e-mail info@emlix.com
District Court of Göttingen, Registry Number HR B 3160
Managing Directors: Heike Jordan, Dr. Uwe Kracke
VAT ID No. DE 205 198 055
Office Berlin: Panoramastr. 1, 10178 Berlin, Germany
Office Bonn: Bachstr. 6, 53115 Bonn, Germany
Office München: Am Knie 16, 81241 München, Germany
http://www.emlix.com
emlix - your embedded Linux partner
--
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/3aaadf14-45d1-4142-ac30-e8f92aa710d5%40emlix.com.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] postproc: Correct typo to image_postprocess_disable_systemd_firstboot
2025-12-17 10:05 ` 'Andreas Naumann' via isar-users
@ 2025-12-17 11:12 ` 'Jan Kiszka' via isar-users
0 siblings, 0 replies; 4+ messages in thread
From: 'Jan Kiszka' via isar-users @ 2025-12-17 11:12 UTC (permalink / raw)
To: Andreas Naumann, isar-users
On 17.12.25 11:05, Andreas Naumann wrote:
> Hello Jan,
>
> Am 17.12.25 um 09:51 schrieb Jan Kiszka:
>> A sentence here that this typo had no functional impact would have been
>> nice.
>
> Good point, should i resend?
>
If you already have the editor open... :)
Jan
> Andreas
>
>>
>> On 17.12.25 09:39, 'Andreas Naumann' via isar-users wrote:
>>> 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" )
>> Reviewed-by: Jan Kiszka <jan.kiszka@siemens.com>
>>
>> Jan
>>
> Andreas Naumann
>
--
Siemens AG, Foundational Technologies
Linux Expert Center
--
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/e1839ccb-cd32-4b5e-b032-f15b595d8fdf%40siemens.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