Dateien nach "/" hochladen

This commit is contained in:
2026-03-06 12:05:09 +00:00
parent 5b728a7272
commit 88302f64a2

46
krill.yaml Normal file
View File

@@ -0,0 +1,46 @@
# Penguins' eggs
# krill.yaml
---
# welcome (put your language, example: it_IT.UTF-8)
language: 'de_DE.UTF-8'
# location (put your location, example region: "Europe", zone: "Rome")
region: 'Europe'
zone: 'Berlin'
# keyboard (put your values example: keyboardModel: "pc105", keyboardLayout: "it")
keyboardModel: 'pc105'
keyboardLayout: 'de'
keyboardVariant: ''
keyboardOption: ''
# partition (leave it unchanged)
installationDevice: ''
installationMode: 'standard'
filesystemType: 'ext4'
userSwapChoice: 'small'
lvmOptions:
vgName: ''
lvRootName: ''
lvRootFSType: ''
lvRootSize: ''
lvDataName: ''
lvDataFSType: ''
lvDataMountPoint: ''
# users (Here you can put your default user, password, etc)
name: 'csr'
fullname: 'csr'
password: 'albarello'
rootPassword: 'albarello'
autologin: true
hostname: ''
# network (leave it unchanged)
iface: ""
addressType: 'dhcp'
address: ''
netmask: ''
gateway: ''
domain: ''
dns: ''