aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/anaconda.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/anaconda.conf')
-rw-r--r--conf/distro/anaconda.conf24
1 files changed, 15 insertions, 9 deletions
diff --git a/conf/distro/anaconda.conf b/conf/distro/anaconda.conf
index d0954a2..927b1b3 100644
--- a/conf/distro/anaconda.conf
+++ b/conf/distro/anaconda.conf
@@ -1,10 +1,10 @@
# 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_BACKFILL_CONSIDERED:append = " sysvinit"
+DISTRO_FEATURES:append = " systemd"
-DISTRO_FEATURES_append = " \
+DISTRO_FEATURES:append = " \
x11 \
opengl \
pam \
@@ -12,13 +12,13 @@ DISTRO_FEATURES_append = " \
VIRTUAL-RUNTIME_base-utils = "busybox"
-KERNEL_CLASSES_append = " anaconda_kernel"
+KERNEL_CLASSES:append = " anaconda_kernel"
-IMAGE_FEATURES_append = " package-management"
+IMAGE_FEATURES:append = " package-management"
# Want ldconfig in the output package
# The python module require it
-DISTRO_FEATURES_append = " ldconfig"
+DISTRO_FEATURES:append = " ldconfig"
# It works for both of syslinux and grub-efi
LABELS_LIVE = "boot"
@@ -26,10 +26,16 @@ 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"
+QB_MEM:qemux86-64 = "-m 2048"
-HOSTTOOLS_append = " tac"
+HOSTTOOLS:append = " tac"
-MACHINE_FEATURES_append = " efi pcbios"
+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"
+
+PREFERRED_VERSION_python3-blivet = "3.8.2"