From f84240aa411f7ab798b7f518f363f64ee2691b9f Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@realraum.at>
Date: Wed, 18 Sep 2019 23:03:50 +0200
Subject: [PATCH] fix creation of /home in torwaechter image

---
 ansible/host_vars/torwaechter/main.yml |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/ansible/host_vars/torwaechter/main.yml b/ansible/host_vars/torwaechter/main.yml
index 98d8e72..f6d4ec1 100644
--- a/ansible/host_vars/torwaechter/main.yml
+++ b/ansible/host_vars/torwaechter/main.yml
@@ -24,14 +24,9 @@ openwrt_packages_extra:
   - lsblk
 
 openwrt_mixin:
-  /etc/default:
-    dirname:
-  /etc/hotplug.d/tty/:
-    dirname:
-  /etc/hotplug.d/usb/:
-    dirname:
-  /home:
-    dirname:
+  ## this file will not be created because there is no file, link or content field below it
+  ## but it will force the creation of /home
+  /home/.placeholder: {}
   /run:
     link: "/var/run"
 
-- 
1.7.10.4