add backtrace script and improve config file instructions

This commit is contained in:
Ron Williams 2024-01-11 06:27:28 -08:00
parent 76d1ba2ad8
commit d9b0556e7b
14 changed files with 218 additions and 0 deletions

View file

@ -1,3 +1,14 @@
# Default desktop configuration
include = ["../desktop-minimal.toml"]
# Override the default settings here
# General settings
[general]
# Filesystem size in MiB
# filesystem_size = 1024
# Package settings
[packages]
# example = {}

View file

@ -1,3 +1,14 @@
# Minimal configuration
include = ["../server-minimal.toml"]
# Override the default settings here
# General settings
[general]
# Filesystem size in MiB
# filesystem_size = 1024
# Package settings
[packages]
# example = {}