- Update to version 3.2.62 * See changelog at https://github.com/calamares/calamares/blob/calamares/CHANGES-3.2 - Refresh patches - Remove obsolete rpmlintrc entries - Update obsolete field Supplements using packageand OBS-URL: https://build.opensuse.org/request/show/1090564 OBS-URL: https://build.opensuse.org/package/show/Education/calamares?expand=0&rev=70
39 lines
906 B
Diff
39 lines
906 B
Diff
Adjust some default settings (default shipped .conf files) for
|
|
openSUSE and openSUSE based appliances.
|
|
|
|
Removing default LiveCD/LiveUSB user is not mandatory,
|
|
but "linux" user is no longer needed after installation.
|
|
Note, that if user not exist, then Camamares crash!
|
|
See https://github.com/calamares/calamares/issues/577
|
|
Thus here we justion mention this option, but not enabling.
|
|
|
|
diff --git a/settings.conf b/settings.conf
|
|
--- a/settings.conf
|
|
+++ b/settings.conf
|
|
@@ -139,17 +139,19 @@ sequence:
|
|
# - luksopenswaphookcfg
|
|
# - dracutlukscfg
|
|
# - plymouthcfg
|
|
- - initcpiocfg
|
|
- - initcpio
|
|
+# - initcpiocfg
|
|
+# - initcpio
|
|
+# - removeuser
|
|
- users
|
|
- displaymanager
|
|
- networkcfg
|
|
- hwclock
|
|
- - services-systemd
|
|
-# - dracut
|
|
- - initramfs
|
|
-# - grubcfg
|
|
+# - services-systemd
|
|
+ - dracut
|
|
+# - initramfs
|
|
+ - grubcfg
|
|
- bootloader
|
|
+ - packages
|
|
- umount
|
|
- show:
|
|
# - webview@owncloud
|