From 18a13f862d898442947d117f41ea1b1ebea60f52 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de>
Date: Fri, 30 Oct 2020 15:22:14 +0100
Subject: [PATCH] chore: tidy up kickstart template

---
 templates/kickstart.cfg.j2 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/templates/kickstart.cfg.j2 b/templates/kickstart.cfg.j2
index 761d329..c73c7b6 100644
--- a/templates/kickstart.cfg.j2
+++ b/templates/kickstart.cfg.j2
@@ -25,7 +25,6 @@ rootpw --iscrypted $6$67rCX4MFo0HPCG0T$7DsUx/fFJ067LS5QDtRMDTIcMrq1FejZOp/Ei4o.L
 services --enabled="chronyd"
 # System timezone
 timezone Europe/Berlin --isUtc
-#user --groups=wheel --name=jsachse --password=$6$OVScoE8L9aqJgECe$N80BzeVCZV43CpUZtxL5KDI0VQzuy6P4FId3NLJE9gw0nOMf9Z2oxscwnjGg2LeG8DMhY0Z2c.mTtIWRcXsiK/ --iscrypted --gecos="Jörg Sachse"
 # System bootloader configuration
 bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sda
 # Partition clearing information
-- 
GitLab