- Added keyring and added SOURCE.asc - Patch updates - Update to version 3.2.24: - Lots of fixes and additions since 3.2.15: - https://calamares.io/calamares-3.2.16-is-out/ - https://calamares.io/calamares-3.2.17-is-out/ - https://calamares.io/calamares-3.2.18-is-out/ - https://calamares.io/calamares-3.2.19-is-out/ - https://calamares.io/calamares-3.2.20-is-out/ - https://calamares.io/calamares-3.2.21-is-out/ - https://calamares.io/calamares-3.2.22-is-out/ - https://calamares.io/calamares-3.2.23-is-out/ - https://calamares.io/calamares-3.2.24-is-out/ OBS-URL: https://build.opensuse.org/request/show/808549 OBS-URL: https://build.opensuse.org/package/show/Education/calamares?expand=0&rev=47
16 lines
559 B
Diff
16 lines
559 B
Diff
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
|
|
@@ -7,4 +7,4 @@
|
|
# continues as normal.
|
|
---
|
|
# Username in the target system to be removed.
|
|
-username: live
|
|
+username: linux
|