Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
7d268c2
metal-dev: enable erofs root partition
yeazelm Dec 19, 2025
15a229b
aws-ecs-2: enable erofs root partition
yeazelm Dec 19, 2025
edb5d5f
aws-ecs-2-fips: enable erofs root partition
yeazelm Dec 19, 2025
c7108bf
aws-ecs-2-nvidia: enable erofs root partition
yeazelm Dec 19, 2025
c775c79
aws-ecs-2-nvidia-fips: enable erofs root partition
yeazelm Dec 19, 2025
5f3d9e2
aws-k8s-1.29: enable erofs root partition
yeazelm Dec 19, 2025
9be80f6
aws-k8s-1.29-fips: enable erofs root partition
yeazelm Dec 19, 2025
aa6bd91
aws-k8s-1.29-nvidia: enable erofs root partition
yeazelm Dec 19, 2025
86763d2
aws-k8s-1.29-nvidia-fips: enable erofs root partition
yeazelm Dec 19, 2025
9747fb8
aws-k8s-1.30: enable erofs root partition
yeazelm Dec 19, 2025
9fd5b7f
aws-k8s-1.30-fips: enable erofs root partition
yeazelm Dec 19, 2025
85a179a
aws-k8s-1.30-nvidia: enable erofs root partition
yeazelm Dec 19, 2025
2a48c6d
aws-k8s-1.30-nvidia-fips: enable erofs root partition
yeazelm Dec 19, 2025
a28fc88
aws-k8s-1.31: enable erofs root partition
yeazelm Dec 19, 2025
7138218
aws-k8s-1.31-fips: enable erofs root partition
yeazelm Dec 19, 2025
395b709
aws-k8s-1.31-nvidia: enable erofs root partition
yeazelm Dec 19, 2025
6aa8ccb
aws-k8s-1.31-nvidia-fips: enable erofs root partition
yeazelm Dec 19, 2025
7a060c1
aws-k8s-1.32: enable erofs root partition
yeazelm Dec 19, 2025
dc81851
aws-k8s-1.32-fips: enable erofs root partition
yeazelm Dec 19, 2025
116a20a
aws-k8s-1.32-nvidia: enable erofs root partition
yeazelm Dec 19, 2025
cdda24a
aws-k8s-1.32-nvidia-fips: enable erofs root partition
yeazelm Dec 19, 2025
80b50a9
aws-k8s-133-fips: enable erofs root partition
yeazelm Jan 6, 2026
c97f7a2
vmware-k8s-1.29: enable erofs root partition
yeazelm Dec 19, 2025
c3bee2e
vmware-k8s-1.29-fips: enable erofs root partition
yeazelm Dec 19, 2025
db34b29
vmware-k8s-1.30: enable erofs root partition
yeazelm Dec 19, 2025
d4cae45
vmware-k8s-1.30-fips: enable erofs root partition
yeazelm Dec 19, 2025
5cd9675
vmware-k8s-1.31: enable erofs root partition
yeazelm Dec 19, 2025
5ebdb9e
vmware-k8s-1.31-fips: enable erofs root partition
yeazelm Dec 19, 2025
ee88071
vmware-k8s-1.32: enable erofs root partition
yeazelm Dec 19, 2025
532cc84
vmware-k8s-1.32-fips: enable erofs root partition
yeazelm Dec 19, 2025
be28218
vmware-k8s-1.33-fips: enable erofs root partition
yeazelm Dec 19, 2025
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
1 change: 1 addition & 0 deletions variants/aws-ecs-2-fips/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ exclude = ["README.md"]
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true
fips = true

Expand Down
1 change: 1 addition & 0 deletions variants/aws-ecs-2-nvidia-fips/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ build = "../build.rs"
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true
fips = true

Expand Down
1 change: 1 addition & 0 deletions variants/aws-ecs-2-nvidia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ build = "../build.rs"
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true

[package.metadata.build-variant.image-layout]
Expand Down
1 change: 1 addition & 0 deletions variants/aws-ecs-2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ exclude = ["README.md"]
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true

[package.metadata.build-variant]
Expand Down
1 change: 1 addition & 0 deletions variants/aws-k8s-1.29-fips/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ exclude = ["README.md"]
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true
fips = true

Expand Down
1 change: 1 addition & 0 deletions variants/aws-k8s-1.29-nvidia-fips/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ os-image-size-gib = 4
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true
fips = true

Expand Down
1 change: 1 addition & 0 deletions variants/aws-k8s-1.29-nvidia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ os-image-size-gib = 4
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true

[package.metadata.build-variant]
Expand Down
1 change: 1 addition & 0 deletions variants/aws-k8s-1.29/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ exclude = ["README.md"]
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true

[package.metadata.build-variant]
Expand Down
1 change: 1 addition & 0 deletions variants/aws-k8s-1.30-fips/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ exclude = ["README.md"]
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true
fips = true

Expand Down
1 change: 1 addition & 0 deletions variants/aws-k8s-1.30-nvidia-fips/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ os-image-size-gib = 4
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true
fips = true

Expand Down
1 change: 1 addition & 0 deletions variants/aws-k8s-1.30-nvidia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ os-image-size-gib = 4
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true

[package.metadata.build-variant]
Expand Down
1 change: 1 addition & 0 deletions variants/aws-k8s-1.30/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ exclude = ["README.md"]
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true

[package.metadata.build-variant]
Expand Down
1 change: 1 addition & 0 deletions variants/aws-k8s-1.31-fips/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ exclude = ["README.md"]
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true
fips = true

Expand Down
1 change: 1 addition & 0 deletions variants/aws-k8s-1.31-nvidia-fips/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ os-image-size-gib = 4
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true
fips = true

Expand Down
1 change: 1 addition & 0 deletions variants/aws-k8s-1.31-nvidia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ os-image-size-gib = 4
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true

[package.metadata.build-variant]
Expand Down
1 change: 1 addition & 0 deletions variants/aws-k8s-1.31/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ exclude = ["README.md"]
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true

[package.metadata.build-variant]
Expand Down
1 change: 1 addition & 0 deletions variants/aws-k8s-1.32-fips/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ exclude = ["README.md"]
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true
fips = true

Expand Down
1 change: 1 addition & 0 deletions variants/aws-k8s-1.32-nvidia-fips/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ os-image-size-gib = 4
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true
fips = true

Expand Down
1 change: 1 addition & 0 deletions variants/aws-k8s-1.32-nvidia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ os-image-size-gib = 4
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true

[package.metadata.build-variant]
Expand Down
1 change: 1 addition & 0 deletions variants/aws-k8s-1.32/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ exclude = ["README.md"]
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true

[package.metadata.build-variant]
Expand Down
1 change: 1 addition & 0 deletions variants/aws-k8s-1.33-fips/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ exclude = ["README.md"]
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true
fips = true
external-kmod-development = false
Expand Down
1 change: 1 addition & 0 deletions variants/metal-dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ partition-plan = "unified"
[package.metadata.build-variant.image-features]
grub-set-private-var = true
xfs-data-partition = true
erofs-root-partition = true
uefi-secure-boot = true
systemd-networkd = true

Expand Down
1 change: 1 addition & 0 deletions variants/vmware-k8s-1.29-fips/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ partition-plan = "unified"
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true
fips = true

Expand Down
1 change: 1 addition & 0 deletions variants/vmware-k8s-1.29/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ partition-plan = "unified"
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true

[package.metadata.build-variant]
Expand Down
1 change: 1 addition & 0 deletions variants/vmware-k8s-1.30-fips/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ partition-plan = "unified"
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true
fips = true

Expand Down
1 change: 1 addition & 0 deletions variants/vmware-k8s-1.30/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ partition-plan = "unified"
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true

[package.metadata.build-variant]
Expand Down
1 change: 1 addition & 0 deletions variants/vmware-k8s-1.31-fips/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ partition-plan = "unified"
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true
fips = true

Expand Down
1 change: 1 addition & 0 deletions variants/vmware-k8s-1.31/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ partition-plan = "unified"
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true

[package.metadata.build-variant]
Expand Down
1 change: 1 addition & 0 deletions variants/vmware-k8s-1.32-fips/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ partition-plan = "unified"
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true
fips = true

Expand Down
1 change: 1 addition & 0 deletions variants/vmware-k8s-1.32/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ partition-plan = "unified"
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
systemd-networkd = true

[package.metadata.build-variant]
Expand Down
1 change: 1 addition & 0 deletions variants/vmware-k8s-1.33-fips/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ partition-plan = "unified"
grub-set-private-var = true
uefi-secure-boot = true
xfs-data-partition = true
erofs-root-partition = true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commit for this file, says vmware-k8s-1.29-fips should be vmware-k8s-1.33-fips

systemd-networkd = true
fips = true
external-kmod-development = false
Expand Down