update
This commit is contained in:
parent
d6042bc2e1
commit
44a88c9584
6 changed files with 228 additions and 167 deletions
|
@ -1,12 +1,21 @@
|
|||
# Drive Selection for Install
|
||||
[drive]
|
||||
boot = "/dev/null"
|
||||
root = "/dev/null"
|
||||
|
||||
[general]
|
||||
# Use LUKS encryption on root drive
|
||||
encryption = true
|
||||
# Preset
|
||||
mode = "Desktop"
|
||||
# System Locale
|
||||
locale = "de_DE.UTF-8"
|
||||
# Additional packages
|
||||
pkg = [
|
||||
"nano",
|
||||
"micro"
|
||||
]
|
||||
# Enable virtualization
|
||||
virtualization = true
|
||||
# Enable docker
|
||||
docker = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue