mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-24 08:38:33 +00:00
Fix uki modes for rootfs (#453)
This commit is contained in:
parent
1caf5354ea
commit
bb7a8bc57d
@ -1,4 +1,4 @@
|
||||
packages:
|
||||
- name: "kairos-overlay-files"
|
||||
category: "static"
|
||||
version: "1.0.9"
|
||||
version: "1.0.10"
|
||||
|
@ -8,7 +8,7 @@
|
||||
name: "Rootfs Layout Settings for UKI"
|
||||
stages:
|
||||
rootfs:
|
||||
- if: '[ -e "/run/cos/uki_mode" ] && [ ! -e "/dev/disk/by-label/UKI_ISO_INSTALL" ]'
|
||||
- if: '[ -e "/run/cos/uki_mode" ] && [ ! -e "/run/cos/uki_boot_mode" ]'
|
||||
name: "Layout configuration for UKI boot"
|
||||
environment_file: /run/cos/cos-layout.env
|
||||
environment:
|
||||
@ -46,7 +46,7 @@ stages:
|
||||
/usr/share/pki/trust
|
||||
/usr/share/pki/trust/anchors
|
||||
/var/lib/ca-certificates
|
||||
- if: '[ -e "/run/cos/uki_mode" ] && [ -e "/dev/disk/by-label/UKI_ISO_INSTALL" ]'
|
||||
- if: '[ -e "/run/cos/uki_mode" ] && [ -e "/run/cos/uki_install_mode" ]'
|
||||
# omit everything on installer, just set the ephemeral paths
|
||||
name: "Layout configuration for UKI installer"
|
||||
environment_file: /run/cos/cos-layout.env
|
||||
|
Loading…
Reference in New Issue
Block a user