aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-installer/images/core-image-anaconda.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-installer/images/core-image-anaconda.bb')
-rw-r--r--recipes-installer/images/core-image-anaconda.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-installer/images/core-image-anaconda.bb b/recipes-installer/images/core-image-anaconda.bb
index 39f2d1d..d249947 100644
--- a/recipes-installer/images/core-image-anaconda.bb
+++ b/recipes-installer/images/core-image-anaconda.bb
@@ -14,20 +14,20 @@ CUSTOMIZE_LOGOS ??= "yocto-compat-logos"
IMAGE_INSTALL = "\
packagegroup-core-boot \
packagegroup-core-ssh-openssh \
- ${@['', 'packagegroup-installer-x11-anaconda'][bool(d.getVar('XSERVER', True))]} \
+ ${@['', 'packagegroup-installer-x11-anaconda'][bool(d.getVar('XSERVER'))]} \
python3-anaconda \
anaconda-init \
kernel-modules \
${CUSTOMIZE_LOGOS} \
- dhcp-client \
+ dhcpcd \
ldd \
rng-tools \
"
IMAGE_LINGUAS = "en-us en-gb"
# Generate live image
-IMAGE_FSTYPES_remove = "wic wic.bmap"
-IMAGE_FSTYPES_append = " iso"
+IMAGE_FSTYPES:remove = "live wic wic.bmap"
+IMAGE_FSTYPES:append = " iso"
IMAGE_ROOTFS_EXTRA_SPACE =" + 102400"