Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion image-templates/emt3-x86_64-emf-raw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ disk:
start: 1MiB
end: 384MiB
fsType: fat32
fsLabel: esp
mountPoint: /boot/efi
mountOptions: umask=0077

Expand All @@ -63,7 +64,6 @@ disk:


systemConfig:

additionalFiles:
- local: ../additionalfiles/layout.env
final: /etc/layout.env
Expand Down
1 change: 1 addition & 0 deletions image-templates/emt3-x86_64-emf-rt-raw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ disk:
start: 1MiB
end: 384MiB
fsType: fat32
fsLabel: esp
mountPoint: /boot/efi
mountOptions: umask=0077

Expand Down
Loading