calamares/omv-mount.conf
2015-04-23 22:11:38 +01:00

19 lines
358 B
Text

---
extraMounts:
- device: proc
fs: proc
mountPoint: /proc
- device: sys
fs: sysfs
mountPoint: /sys
- device: /dev
mountPoint: /dev
options: bind
- device: tmpfs
fs: tmpfs
mountPoint: /run
extraMountsEfi:
- device: /sys/firmware/efi
mountPoint: /sys/firmware/efi
options: bind