We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7322a34 commit 8b18698Copy full SHA for 8b18698
Earthfile
@@ -666,7 +666,6 @@ base-image:
666
667
IF [ "$IS_UKI" = "true" ]
668
# create empty boot directory to support services like longhorn which require /boot
669
- RUN mkdir -p /boot
670
COPY cloudconfigs/80_stylus_uki.yaml /system/oem/80_stylus_uki.yaml
671
END
672
cloudconfigs/80_stylus_uki.yaml
@@ -1,5 +1,10 @@
1
#cloud-config
2
stages:
3
+ rootfs:
4
+ - name: "custom mounts"
5
+ environment_file: /run/cos/cos-layout.env
6
+ environment:
7
+ CUSTOM_BIND_MOUNTS: "/boot"
8
initramfs:
9
- if: '[ -e "/run/cos/uki_boot_mode" ] && [ ! -f "/run/cos/live_mode" ]'
10
name: link agent provider stylus
0 commit comments