aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-installer/images/core-image-anaconda-initramfs.bb
blob: b0890eba1dac570fea36b21219434017df0ab2be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
DESCRIPTION = "The initramfs contains anaconda installer, which supports \
PXE install (net boot installation)"

CUSTOMIZE_LOGOS ??= "yocto-compat-logos"

IMAGE_INSTALL = "\
    initramfs-live-boot \
    initramfs-live-install \
    initramfs-live-install-efi \
    busybox udev ldd \
    initscripts \
    ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'sysvinit', '', d)} \
    sysvinit-inittab \
    base-passwd \
    kernel-modules \
    ${CUSTOMIZE_LOGOS} \
    python3-anaconda \
    anaconda-init \
    ${@['', 'packagegroup-installer-x11-anaconda'][bool(d.getVar('XSERVER'))]} \
    packagegroup-core-boot \
    packagegroup-core-ssh-openssh \
"

IMAGE_LINGUAS = "en-us en-gb"

LICENSE = "MIT"

IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
inherit core-image anaconda_image

IMAGE_ROOTFS_SIZE = "8192"
INITRAMFS_MAXSIZE ?= "1048576"