mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04:00
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:
parent
6e98f63bf3
commit
96d863b22b
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ extraMounts:
|
|||
- device: /dev
|
||||
mountPoint: /dev
|
||||
options: bind
|
||||
- device: tmpfs
|
||||
mountPoint: /run
|
||||
options: tmpfs
|
||||
|
||||
extraMountsEfi:
|
||||
- device: /sys/firmware/efi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue