Skip to content

Commit

Permalink
Merge branch 'FDE' of github.com:spectrocloud/CanvOS into FDE
Browse files Browse the repository at this point in the history
  • Loading branch information
nianyush committed Apr 1, 2024
2 parents 4490e13 + 8a02e99 commit f7db956
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FROM $SPECTRO_PUB_REPO/canvos/alpine-cert:v1.0.0
## Spectro Cloud and Kairos Tags ##
ARG PE_VERSION=v4.3.0
ARG SPECTRO_LUET_VERSION=v1.2.0
ARG KAIROS_VERSION=v3.0.0
ARG KAIROS_VERSION=v3.0.3
ARG K3S_FLAVOR_TAG=k3s1
ARG RKE2_FLAVOR_TAG=rke2r1
ARG BASE_IMAGE_URL=quay.io/kairos
Expand Down
6 changes: 5 additions & 1 deletion stylus_uki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ stages:
- mkdir -p /usr/local/.state/opt.bind/spectrocloud/bin
- mkdir -p /usr/local/bin/
- cp -rfv /run/initramfs/live/luet /usr/local/bin/
- luet util unpack file://run/initramfs/live/stylus-image.tar /
- cp -rfv /run/initramfs/live/stylus-image.tar /usr/local/
- cp -rfv /opt/spectrocloud/ /usr/local/.state/opt.bind/
boot:
- name: uki stylus unpack boot
commands:
- luet util unpack file://usr/local/stylus-image.tar /
after-reset:
- name: "Copy files from oem to persistent"
commands:
Expand Down

0 comments on commit f7db956

Please sign in to comment.