Use template for all server-minimal configs
This commit is contained in:
parent
0811cf7246
commit
7ff5b1bd30
|
@ -1,6 +1,6 @@
|
||||||
# Minimal configuration
|
# Minimal configuration
|
||||||
|
|
||||||
include = ["../base.toml"]
|
include = ["../../server-minimal.toml"]
|
||||||
|
|
||||||
# General settings
|
# General settings
|
||||||
[general]
|
[general]
|
||||||
|
@ -9,31 +9,3 @@ filesystem_size = 256
|
||||||
# Do not prompt if settings are not defined
|
# Do not prompt if settings are not defined
|
||||||
prompt = false
|
prompt = false
|
||||||
efi_partition_size = 128
|
efi_partition_size = 128
|
||||||
|
|
||||||
# Package settings
|
|
||||||
[packages]
|
|
||||||
bootloader = {}
|
|
||||||
coreutils = {}
|
|
||||||
escalated = {}
|
|
||||||
extrautils = {}
|
|
||||||
ion = {}
|
|
||||||
ipcd = {}
|
|
||||||
ptyd = {}
|
|
||||||
smith = {}
|
|
||||||
userutils = {}
|
|
||||||
uutils = {}
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/00_base"
|
|
||||||
data = """
|
|
||||||
ipcd
|
|
||||||
ptyd
|
|
||||||
escalated
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/30_console"
|
|
||||||
data = """
|
|
||||||
getty 2
|
|
||||||
getty debug: -J
|
|
||||||
"""
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Minimal configuration
|
# Minimal configuration
|
||||||
|
|
||||||
include = ["../base.toml"]
|
include = ["../server-minimal.toml"]
|
||||||
|
|
||||||
# General settings
|
# General settings
|
||||||
[general]
|
[general]
|
||||||
|
@ -8,31 +8,3 @@ include = ["../base.toml"]
|
||||||
filesystem_size = 128
|
filesystem_size = 128
|
||||||
# Do not prompt if settings are not defined
|
# Do not prompt if settings are not defined
|
||||||
prompt = false
|
prompt = false
|
||||||
|
|
||||||
# Package settings
|
|
||||||
[packages]
|
|
||||||
bootloader = {}
|
|
||||||
coreutils = {}
|
|
||||||
escalated = {}
|
|
||||||
extrautils = {}
|
|
||||||
ion = {}
|
|
||||||
ipcd = {}
|
|
||||||
ptyd = {}
|
|
||||||
smith = {}
|
|
||||||
userutils = {}
|
|
||||||
uutils = {}
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/00_base"
|
|
||||||
data = """
|
|
||||||
ipcd
|
|
||||||
ptyd
|
|
||||||
escalated
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/30_console"
|
|
||||||
data = """
|
|
||||||
getty 2
|
|
||||||
getty debug: -J
|
|
||||||
"""
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Minimal configuration
|
# Minimal configuration
|
||||||
|
|
||||||
include = ["../base.toml"]
|
include = ["../server-minimal.toml"]
|
||||||
|
|
||||||
# General settings
|
# General settings
|
||||||
[general]
|
[general]
|
||||||
|
@ -8,31 +8,3 @@ include = ["../base.toml"]
|
||||||
filesystem_size = 128
|
filesystem_size = 128
|
||||||
# Do not prompt if settings are not defined
|
# Do not prompt if settings are not defined
|
||||||
prompt = false
|
prompt = false
|
||||||
|
|
||||||
# Package settings
|
|
||||||
[packages]
|
|
||||||
bootloader = {}
|
|
||||||
coreutils = {}
|
|
||||||
escalated = {}
|
|
||||||
extrautils = {}
|
|
||||||
ion = {}
|
|
||||||
ipcd = {}
|
|
||||||
ptyd = {}
|
|
||||||
smith = {}
|
|
||||||
userutils = {}
|
|
||||||
uutils = {}
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/00_base"
|
|
||||||
data = """
|
|
||||||
ipcd
|
|
||||||
ptyd
|
|
||||||
escalated
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/30_console"
|
|
||||||
data = """
|
|
||||||
getty 2
|
|
||||||
getty debug: -J
|
|
||||||
"""
|
|
||||||
|
|
36
config/server-minimal.toml
Normal file
36
config/server-minimal.toml
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# Minimal configuration
|
||||||
|
|
||||||
|
include = ["base.toml"]
|
||||||
|
|
||||||
|
# General settings
|
||||||
|
[general]
|
||||||
|
# Do not prompt if settings are not defined
|
||||||
|
prompt = false
|
||||||
|
|
||||||
|
# Package settings
|
||||||
|
[packages]
|
||||||
|
bootloader = {}
|
||||||
|
coreutils = {}
|
||||||
|
escalated = {}
|
||||||
|
extrautils = {}
|
||||||
|
ion = {}
|
||||||
|
ipcd = {}
|
||||||
|
ptyd = {}
|
||||||
|
smith = {}
|
||||||
|
userutils = {}
|
||||||
|
uutils = {}
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
path = "/etc/init.d/00_base"
|
||||||
|
data = """
|
||||||
|
ipcd
|
||||||
|
ptyd
|
||||||
|
escalated
|
||||||
|
"""
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
path = "/etc/init.d/30_console"
|
||||||
|
data = """
|
||||||
|
getty 2
|
||||||
|
getty debug: -J
|
||||||
|
"""
|
|
@ -1,6 +1,6 @@
|
||||||
# Minimal configuration
|
# Minimal configuration
|
||||||
|
|
||||||
include = ["../base.toml"]
|
include = ["../server-minimal.toml"]
|
||||||
|
|
||||||
# General settings
|
# General settings
|
||||||
[general]
|
[general]
|
||||||
|
@ -8,31 +8,3 @@ include = ["../base.toml"]
|
||||||
filesystem_size = 128
|
filesystem_size = 128
|
||||||
# Do not prompt if settings are not defined
|
# Do not prompt if settings are not defined
|
||||||
prompt = false
|
prompt = false
|
||||||
|
|
||||||
# Package settings
|
|
||||||
[packages]
|
|
||||||
bootloader = {}
|
|
||||||
coreutils = {}
|
|
||||||
escalated = {}
|
|
||||||
extrautils = {}
|
|
||||||
ion = {}
|
|
||||||
ipcd = {}
|
|
||||||
ptyd = {}
|
|
||||||
smith = {}
|
|
||||||
userutils = {}
|
|
||||||
uutils = {}
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/00_base"
|
|
||||||
data = """
|
|
||||||
ipcd
|
|
||||||
ptyd
|
|
||||||
escalated
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/30_console"
|
|
||||||
data = """
|
|
||||||
getty 2
|
|
||||||
getty debug: -J
|
|
||||||
"""
|
|
||||||
|
|
Loading…
Reference in a new issue