From 96d863b22b1f66a78c870e85bd5061d732e2da48 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Fri, 28 Nov 2014 18:02:44 +0100 Subject: [PATCH] mount: Mount /run as a tmpfs in the rootMountPoint. In particular, this also ensures that the directory gets created on the target system so things can be mounted into it. Fixes #173. --- src/modules/mount/mount.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modules/mount/mount.conf b/src/modules/mount/mount.conf index c548d1939..5dbd6f723 100644 --- a/src/modules/mount/mount.conf +++ b/src/modules/mount/mount.conf @@ -9,6 +9,9 @@ extraMounts: - device: /dev mountPoint: /dev options: bind + - device: tmpfs + mountPoint: /run + options: tmpfs extraMountsEfi: - device: /sys/firmware/efi