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.
main
Kevin Kofler 10 years ago
parent 6e98f63bf3
commit 96d863b22b

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

Loading…
Cancel
Save