From 88302f64a27c3aa40d2cba437cbd63cbb99c1c61 Mon Sep 17 00:00:00 2001 From: Lucas Lenninger Date: Fri, 6 Mar 2026 12:05:09 +0000 Subject: [PATCH] Dateien nach "/" hochladen --- krill.yaml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 krill.yaml diff --git a/krill.yaml b/krill.yaml new file mode 100644 index 0000000..91acd2e --- /dev/null +++ b/krill.yaml @@ -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: ''