Rename the "server-minimal" config and create the "minimal-net" config
This commit is contained in:
parent
419a4cf6b9
commit
5ac0e40375
9 changed files with 78 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Minimal configuration
|
||||
|
||||
include = ["../server-minimal.toml"]
|
||||
include = ["../minimal-net.toml"]
|
||||
|
||||
# Override the default settings here
|
||||
|
14
config/x86_64/minimal.toml
Normal file
14
config/x86_64/minimal.toml
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Minimal configuration
|
||||
|
||||
include = ["../minimal.toml"]
|
||||
|
||||
# Override the default settings here
|
||||
|
||||
# General settings
|
||||
[general]
|
||||
# Filesystem size in MiB
|
||||
# filesystem_size = 1024
|
||||
|
||||
# Package settings
|
||||
[packages]
|
||||
# example = {}
|
Loading…
Add table
Add a link
Reference in a new issue