aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/README.setup
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/README.setup')
-rw-r--r--meta-openstack/README.setup14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-openstack/README.setup b/meta-openstack/README.setup
index d55883fb..b02ebf69 100644
--- a/meta-openstack/README.setup
+++ b/meta-openstack/README.setup
@@ -84,6 +84,20 @@ to the bblayers.conf file:
/meta-openembedded/meta-webserver \
/meta-openembedded/meta-ruby
+* All images must use systemd init system. After the builddir has been
+initialized you have to append the necessary variables to ensure that
+systemd will be used in your images:
+
+ DISTRO_FEATURES_append = " systemd"
+ DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
+ VIRTUAL-RUNTIME_init_manager = "systemd"
+ VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"
+
+Additionally activiate the meta-virtualization layer:
+
+ DISTRO_FEATURES_append += "virtualization kvm"
+
+
Package configurations
----------------------