aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/anaconda.conf
blob: 442222eda2c8159b258fc368f791d8a66ae36ee9 (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
34
35
36
37
38
39
# use systemd as the default init manager
# comment the following lines to use 'sysvinit' as the init manager
VIRTUAL-RUNTIME_init_manager = "systemd"
DISTRO_FEATURES_BACKFILL_CONSIDERED:append = " sysvinit"
DISTRO_FEATURES:append = " systemd"

DISTRO_FEATURES:append = " \
    x11 \
    opengl \
    pam \
"

VIRTUAL-RUNTIME_base-utils = "busybox"

KERNEL_CLASSES:append = " anaconda_kernel"

IMAGE_FEATURES:append = " package-management"

# Want ldconfig in the output package
# The python module require it
DISTRO_FEATURES:append = " ldconfig"

# It works for both of syslinux and grub-efi
LABELS_LIVE = "boot"

# Have graphics and serial in the boot menu when use grub-efi in iso
GRUB_GFXSERIAL = "1"

QB_MEM:qemux86-64 = "-m 2048"

HOSTTOOLS:append = " tac"

MACHINE_FEATURES:append = " efi pcbios"

UVESA_MODE = "1024x768-32"

# The unit is block and size of one block is always 1024 bytes for mkdosfs
# Overwrite default value '512' to make UEFI eltorito boot image work
BOOTIMG_EXTRA_SPACE = "8192"