28 lines
537 B
Plaintext
28 lines
537 B
Plaintext
# SPDX-FileCopyrightText: no
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
#
|
|
---
|
|
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 ]
|
|
- device: efivarfs
|
|
fs: efivarfs
|
|
mountPoint: /sys/firmware/efi/efivars
|
|
efi: true
|
|
mountOptions:
|
|
- filesystem: efi
|
|
options: [ fmask=0077, dmask=0077 ]
|