Message ID | 20250508024731.4030772-1-changqing.li@windriver.com |
---|---|
State | New |
Headers | show |
Series | [meta-anaconda] core-image-anaconda: Fix lack of whitespace around assignment warning | expand |
diff --git a/recipes-installer/images/core-image-anaconda.bb b/recipes-installer/images/core-image-anaconda.bb index 68c3bbd..399cbf7 100644 --- a/recipes-installer/images/core-image-anaconda.bb +++ b/recipes-installer/images/core-image-anaconda.bb @@ -29,6 +29,6 @@ IMAGE_LINGUAS = "en-us en-gb" IMAGE_FSTYPES:remove = "live wic wic.bmap" IMAGE_FSTYPES:append = " iso" -IMAGE_ROOTFS_EXTRA_SPACE =" + 102400" +IMAGE_ROOTFS_EXTRA_SPACE = " + 102400" inherit core-image anaconda_image