aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-core/systemd/systemd_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/systemd/systemd_%.bbappend b/recipes-core/systemd/systemd_%.bbappend
index 56e2937..fc74b68 100644
--- a/recipes-core/systemd/systemd_%.bbappend
+++ b/recipes-core/systemd/systemd_%.bbappend
@@ -5,6 +5,7 @@ SRC_URI_append_anaconda = " \
do_install_append_anaconda() {
# Explicitly enable tty2
+ mkdir -p ${D}${sysconfdir}/systemd/system/getty.target.wants
ln -nsf ${systemd_unitdir}/system/getty@.service \
${D}${sysconfdir}/systemd/system/getty.target.wants/getty@tty2.service