Skip to content

Commit

Permalink
variants: Flip *-dev variants to systemd-networkd
Browse files Browse the repository at this point in the history
This commit adds the appropriate build flag to use systemd-networkd as
the network backend for these variants.
  • Loading branch information
zmrow committed Sep 1, 2023
1 parent d031a1b commit f8c45fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions variants/aws-dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ grub-set-private-var = true
unified-cgroup-hierarchy = true
xfs-data-partition = true
uefi-secure-boot = true
systemd-networkd = true

[package.metadata.build-variant]
kernel-parameters = [
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 @@ -15,6 +15,7 @@ grub-set-private-var = true
unified-cgroup-hierarchy = true
xfs-data-partition = true
uefi-secure-boot = true
systemd-networkd = true

[package.metadata.build-variant]
image-format = "raw"
Expand Down
1 change: 1 addition & 0 deletions variants/vmware-dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ grub-set-private-var = true
unified-cgroup-hierarchy = true
xfs-data-partition = true
uefi-secure-boot = true
systemd-networkd = true

[package.metadata.build-variant]
image-format = "vmdk"
Expand Down

0 comments on commit f8c45fc

Please sign in to comment.