From 9d438699de27f56bde73a499382ee9fbebfab42c Mon Sep 17 00:00:00 2001 From: Teoh Suh Haw Date: Wed, 18 Mar 2026 14:36:24 +0800 Subject: [PATCH 1/3] Add label for boot partition in emt non-rt Signed-off-by: Teoh Suh Haw --- image-templates/emt3-x86_64-emf-raw.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/image-templates/emt3-x86_64-emf-raw.yml b/image-templates/emt3-x86_64-emf-raw.yml index 80f3b5cf..7d9f5778 100644 --- a/image-templates/emt3-x86_64-emf-raw.yml +++ b/image-templates/emt3-x86_64-emf-raw.yml @@ -42,6 +42,7 @@ disk: start: 1MiB end: 384MiB fsType: fat32 + fsLabel: esp mountPoint: /boot/efi mountOptions: umask=0077 @@ -63,6 +64,12 @@ disk: systemConfig: + + users: + # Development user with plaintext password (NOT for production) + - name: user + password: "user" # Do not commit real plaintext passwords + groups: ["sudo"] additionalFiles: - local: ../additionalfiles/layout.env From e447caa2f4bb4a267dda1466df459b7113bfc1b3 Mon Sep 17 00:00:00 2001 From: Teoh Suh Haw Date: Wed, 18 Mar 2026 14:36:24 +0800 Subject: [PATCH 2/3] Add label for boot partition in emt non-rt Signed-off-by: Teoh Suh Haw --- image-templates/emt3-x86_64-emf-raw.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/image-templates/emt3-x86_64-emf-raw.yml b/image-templates/emt3-x86_64-emf-raw.yml index 7d9f5778..efc2771a 100644 --- a/image-templates/emt3-x86_64-emf-raw.yml +++ b/image-templates/emt3-x86_64-emf-raw.yml @@ -64,13 +64,6 @@ disk: systemConfig: - - users: - # Development user with plaintext password (NOT for production) - - name: user - password: "user" # Do not commit real plaintext passwords - groups: ["sudo"] - additionalFiles: - local: ../additionalfiles/layout.env final: /etc/layout.env From 37a6dc1c9c8f2ad112b83482abc21cda46be4c60 Mon Sep 17 00:00:00 2001 From: Teoh Suh Haw Date: Fri, 27 Mar 2026 14:55:10 +0800 Subject: [PATCH 3/3] Update EMT-EMF RT template Signed-off-by: Teoh Suh Haw --- image-templates/emt3-x86_64-emf-rt-raw.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/image-templates/emt3-x86_64-emf-rt-raw.yml b/image-templates/emt3-x86_64-emf-rt-raw.yml index 9e8ec33a..a6d59c78 100644 --- a/image-templates/emt3-x86_64-emf-rt-raw.yml +++ b/image-templates/emt3-x86_64-emf-rt-raw.yml @@ -44,6 +44,7 @@ disk: start: 1MiB end: 384MiB fsType: fat32 + fsLabel: esp mountPoint: /boot/efi mountOptions: umask=0077