39 lines
908 B
Plaintext
39 lines
908 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
|
|
|
|
# Btrfs subvolumes removed to support flat ext4 installation
|
|
btrfsSubvolumes: []
|
|
|
|
mountOptions:
|
|
- filesystem: default
|
|
options: [ defaults ]
|
|
- filesystem: efi
|
|
options: [ defaults, umask=0077 ]
|
|
- filesystem: ext4
|
|
options: [ defaults, relatime ]
|
|
- filesystem: btrfs
|
|
options: [ defaults, compress=zstd:1 ]
|
|
- filesystem: btrfs_swap
|
|
options: [ defaults, noatime ]
|