Skip to content

Commit bd78de8

Browse files
authored
ci: base: enable pni-names in DISTRO_FEATURES (#802)
Enable Predictable Network Interface Names by default in order to have a stable interface naming in our testing infrastructure.
2 parents eca1c78 + c30f2e4 commit bd78de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ local_conf_header:
3939
IMAGE_CLASSES += "image_types_qcom"
4040
IMAGE_FSTYPES += "qcomflash"
4141
extra: |
42-
DISTRO_FEATURES:append = " efi"
42+
DISTRO_FEATURES:append = " efi pni-names"
4343
EXTRA_IMAGE_FEATURES = "allow-empty-password empty-root-password allow-root-login"
4444
IMAGE_ROOTFS_EXTRA_SPACE = "307200"
4545

0 commit comments

Comments
 (0)