mirror of
https://abf.rosa.ru/djam/calamares.git
synced 2025-02-23 15:42:49 +00:00
20 lines
359 B
Text
20 lines
359 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
|
|
|