yast / yast-storage-ng

Rewrite of https://github.com/yast/yast-storage
http://yast.github.io/
GNU General Public License v2.0
13 stars 19 forks source link

Console: LUKS2 support it no longer experimental #1366

Closed cwickert closed 5 months ago

cwickert commented 5 months ago

Problem

While working on the LUKS2 documentation (PED-3882), I noticed the checkbox in the YaST console still reads "Enable Experimental LUKS2 Encryption Support". I guess with the latest work around PED-3878, we can remove the 'experimental' state.

ancorgs commented 5 months ago

Thanks. It was very kind of you to open the pull request. But...

In fact, for interactive installation nothing has really changed since the string was introduced. Unless you are using AutoYaST, you still need either a special boot parameter or tweaking a setting in the advanced console, so the feature is still experimental (ie. we only want people to use it if they know what they are doing).

I expect changes in this area in the short term, anyways. So the string may disappear soon (if we remove the need to use the boot parameter).

Last but not least, changing user-visible strings has many implications because it affects translations. The new string wouldn't be translated so it would be displayed in English until the translators of the corresponding languages have the time to react, commit and integrate the corresponding translations. So we only change user-visible strings when they are clearly wrong or lead to misunderstandings.