Skip to content

Commit 16c0b39

Browse files
authored
Add label for boot partition in EMT-EMF template (#495)
* Add label for boot partition in emt non-rt Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> * Add label for boot partition in emt non-rt Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> * Update EMT-EMF RT template Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> --------- Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com>
1 parent 2e1e47e commit 16c0b39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

image-templates/emt3-x86_64-emf-raw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ disk:
4242
start: 1MiB
4343
end: 384MiB
4444
fsType: fat32
45+
fsLabel: esp
4546
mountPoint: /boot/efi
4647
mountOptions: umask=0077
4748

@@ -63,7 +64,6 @@ disk:
6364

6465

6566
systemConfig:
66-
6767
additionalFiles:
6868
- local: ../additionalfiles/layout.env
6969
final: /etc/layout.env

image-templates/emt3-x86_64-emf-rt-raw.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ disk:
4444
start: 1MiB
4545
end: 384MiB
4646
fsType: fat32
47+
fsLabel: esp
4748
mountPoint: /boot/efi
4849
mountOptions: umask=0077
4950

0 commit comments

Comments
 (0)