mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-02-13 22:28:21 +00:00
22 lines
424 B
Plaintext
22 lines
424 B
Plaintext
|
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
|
||
|
- device: /run/udev
|
||
|
mountPoint: /run/udev
|
||
|
options: bind
|
||
|
|
||
|
extraMountsEfi:
|
||
|
- device: efivarfs
|
||
|
fs: efivarfs
|
||
|
mountPoint: /sys/firmware/efi/efivars
|