summaryrefslogtreecommitdiffstats
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 d55883f..b02ebf6 100644
--- a/meta-openstack/README.setup
+++ b/meta-openstack/README.setup
@@ -84,6 +84,20 @@ to the bblayers.conf file:
84 /meta-openembedded/meta-webserver \ 84 /meta-openembedded/meta-webserver \
85 /meta-openembedded/meta-ruby 85 /meta-openembedded/meta-ruby
86 86
87* All images must use systemd init system. After the builddir has been
88initialized you have to append the necessary variables to ensure that
89systemd will be used in your images:
90
91 DISTRO_FEATURES_append = " systemd"
92 DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
93 VIRTUAL-RUNTIME_init_manager = "systemd"
94 VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"
95
96Additionally activiate the meta-virtualization layer:
97
98 DISTRO_FEATURES_append += "virtualization kvm"
99
100
87Package configurations 101Package configurations
88---------------------- 102----------------------
89 103