aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/anaconda.conf
AgeCommit message (Collapse)Author
2024-04-15python3-blivet: add version 3.8.2 backKai Kang
python3-blivet has been upgraded to 3.9.2 in meta-oe which does NOT work with anaconda 39. So add version 3.8.2 back and set preferred version for it. Signed-off-by: Kai Kang <kai.kang@windriver.com>
2024-03-01anaconda.conf: increase size of eltorito boot image againKai Kang
As in commit * ac3cdcb anaconda.conf: increase size of eltorito boot image that not enough extra space for iso eltorito boot image will cause iso image fails to boot in EFI mode. "4096" is still not enough, so increase to 8192. Signed-off-by: Kai Kang <kai.kang@windriver.com>
2023-03-24anaconda.conf: increase size of eltorito boot imageKai Kang
It calculates the size of efi_img directory with du option '--apparent-size' to create the eltorito boot image with command mkdosfs. It is an approximate value which is a little small with the default 512 blocks extra space. The UEFI fireware can't read the boot file in dir /EFI of the boot image. Increase the BOOTIMG_EXTRA_SPACE to 4096 to make it work. Signed-off-by: Kai Kang <kai.kang@windriver.com>
2021-08-17Convert to new override syntaxKai Kang
This is the result of automated script (0.9.3) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". And consider override 'anaconda' as well. Signed-off-by: Kai Kang <kai.kang@windriver.com>
2019-04-04conf/distro/anaconda.conf: drop lvm2-monitor enable to workaround reboot hungHongxu Jia
Since commit [9e4214a lvm2/libdevmapper: 2.03.01 -> 2.03.02] applied in meta-openembedded, enabling lvm2-monitor caused reboot hung after target installation finished. Drop lvm2-monitor enable to workaround reboot hung Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2018-10-23support yocto compliancethudHongxu Jia
- Move DISTRO_FEATURES pam from layer.conf For installer image, move it to anaconda.conf For target image, append pam to distro feature check and update README, selftest - Remove SRC_DISTRIBUTE_LICENSES and licenses/FLTK Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2018-08-10conf/distro/anaconda.conf: add serial in the boot menuHongxu Jia
Have graphics and serial in the boot menu when use grub-efi in iso Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2018-04-13append pam to DISTRO_FEATURESHongxu Jia
Both of target and host build use libuser which missing required distro feature 'pam' (not in DISTRO_FEATURES) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2018-03-07conf/distro/anaconda.conf: add pam to DISTRO_FEATURESHongxu Jia
Since the following commit applied in oe-core ... commit a51236a2441c33558568b649f7ca0363856697f7 Author: Martin Jansa <martin.jansa@gmail.com> Date: Thu Mar 1 10:11:38 2018 +0000 libpam: be more strict about user's sanity ... We should add pam to DISTRO_FEATURES Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2017-11-24meta-anaconda: add distro anaconda for host buildHongxu Jia
While DISTRO = "anaconda", it enable features of host build. The host build requires: - append anaconda_kernel to KERNEL_CLASSES to add kernel configs - misc setting in conf/distro/anaconda.conf for host build - copy package/image from target build to host image - add rpm packages check Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>