Skip to content

Commit 760a1f8

Browse files
PE-7481 create dummy /boot dir for UKI (#452)
1 parent 9b1374b commit 760a1f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Earthfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,8 @@ base-image:
665665
END
666666

667667
IF [ "$IS_UKI" = "true" ]
668+
# create empty boot directory to support services like longhorn which require /boot
669+
RUN mkdir -p /boot
668670
COPY cloudconfigs/80_stylus_uki.yaml /system/oem/80_stylus_uki.yaml
669671
END
670672

0 commit comments

Comments
 (0)