mount: Fix /run mount.
It turns out that I had messed this up. Issue #173 was addressed anyway by the followup fix to unpackfs to only exclude the directories that are actually mounted (which does work), but with this fix, /run is now handled as intended. PS: Should the mount job not check the return value of libcalamares.utils.mount instead of failing silently?
This commit is contained in:
parent
eee54241d1
commit
210685a15d
@ -10,8 +10,8 @@ extraMounts:
|
|||||||
mountPoint: /dev
|
mountPoint: /dev
|
||||||
options: bind
|
options: bind
|
||||||
- device: tmpfs
|
- device: tmpfs
|
||||||
|
fs: tmpfs
|
||||||
mountPoint: /run
|
mountPoint: /run
|
||||||
options: tmpfs
|
|
||||||
|
|
||||||
extraMountsEfi:
|
extraMountsEfi:
|
||||||
- device: /sys/firmware/efi
|
- device: /sys/firmware/efi
|
||||||
|
Loading…
Reference in New Issue
Block a user