File 3.2-removeuser.conf.patch of Package calamares
Usually "linux" is default user in LiveCD/LiveDVD/LiveUSB of
openSUSE and openSUSE based appliances.
By default this module is disabled, because Calamares crash
if indicated used does not exist. See:
https://github.com/calamares/calamares/issues/577
diff -ur a/src/modules/removeuser/removeuser.conf b/src/modules/removeuser/removeuser.conf
--- a/src/modules/removeuser/removeuser.conf
+++ b/src/modules/removeuser/removeuser.conf
@@ -3,4 +3,4 @@
# spills into the target system.
---
# Username in the target system to be removed.
-username: live
+username: linux
\ No newline at end of file