This commit is contained in:
parent
a3da9fb9ac
commit
40a1498c6f
7 changed files with 72 additions and 15 deletions
|
@ -30,6 +30,9 @@ timezone = "Europe/Berlin"
|
|||
# Hostname
|
||||
hostname = "navos"
|
||||
|
||||
# Root password
|
||||
root_password = "root"
|
||||
|
||||
[pkg]
|
||||
# Additional packages
|
||||
pkg = [
|
||||
|
|
38
installs/min.toml
Normal file
38
installs/min.toml
Normal file
|
@ -0,0 +1,38 @@
|
|||
# Minimal Install Template
|
||||
|
||||
# Drive Selection for Install
|
||||
[drive]
|
||||
# Device node for the EFI boot filesystem
|
||||
boot = "/dev/null"
|
||||
|
||||
# Device node for the root filesystem
|
||||
root = "/dev/null"
|
||||
|
||||
# Root filesystem encryption passphrase
|
||||
# If this option is set the root filesystem will be encrypted with LUKS
|
||||
encryption = "password"
|
||||
|
||||
# General configuration
|
||||
[general]
|
||||
# Preset
|
||||
mode = "Base"
|
||||
|
||||
# System Locale
|
||||
locale = "de_DE.UTF-8"
|
||||
|
||||
# Keymap
|
||||
keyboard_layout = "de"
|
||||
keyboard_variant = "mac"
|
||||
|
||||
# Timezone
|
||||
timezone = "Europe/Berlin"
|
||||
|
||||
# Hostname
|
||||
hostname = "navos_min"
|
||||
|
||||
# Root password
|
||||
root_password = "root"
|
||||
|
||||
[pkg]
|
||||
# Additional packages
|
||||
pkg = []
|
Loading…
Add table
Add a link
Reference in a new issue