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.
This commit is contained in:
Kevin Kofler 2014-11-28 18:02:44 +01:00
parent 6e98f63bf3
commit 96d863b22b

View File

@ -9,6 +9,9 @@ extraMounts:
- device: /dev
mountPoint: /dev
options: bind
- device: tmpfs
mountPoint: /run
options: tmpfs
extraMountsEfi:
- device: /sys/firmware/efi