22 lines
313 B
YAML
22 lines
313 B
YAML
# 2023-09-25
|
|
# Settings: mounts
|
|
---
|
|
|
|
# New directories to create
|
|
mounts_create:
|
|
- /mnt/memory
|
|
- /mnt/build
|
|
- /mnt/cache
|
|
|
|
# Path to systel fstab file
|
|
fstab_path: /etc/fstab
|
|
|
|
# Directories to mount in fstab
|
|
mounts_fstab_append:
|
|
- /mnt/memory
|
|
- /mnt/build
|
|
- /mnt/cache
|
|
- /tmp
|
|
- /var/log
|
|
- /var/tmp
|