mirror of
https://github.com/parchlinux/calamares.git
synced 2025-03-02 13:55:44 -05:00
12 lines
194 B
Text
12 lines
194 B
Text
|
---
|
||
|
extraMounts:
|
||
|
- device: proc
|
||
|
fs: proc
|
||
|
mountPoint: /proc
|
||
|
- device: sys
|
||
|
fs: sysfs
|
||
|
mountPoint: /sys
|
||
|
- device: /dev
|
||
|
mountPoint: /dev
|
||
|
options: bind
|