Changelog for
autoyast2-4.4.36-150400.1.6.noarch.rpm :
* Fri Apr 01 2022 igonzalezsosaAATTsuse.com- Respect general/signature-handling settings during the 2nd stage (bsc#1197655).- 4.4.36
* Mon Mar 07 2022 igonzalezsosaAATTsuse.com- Properly handle the \"dopackages\" option in the openFile method of the AyastSetup module (bsc#1196566).- 4.4.35
* Fri Mar 04 2022 jlopezAATTsuse.com- Avoid login while running AutoYaST init-scripts (bsc#1196594 and related to bsc#1195059).- 4.4.34
* Thu Mar 03 2022 igonzalezsosaAATTsuse.com- Consider user selected packages as optional to not block the installation (bsc#1195747).- 4.4.33
* Mon Feb 28 2022 snwintAATTsuse.com- add yast namespace to merge.xslt to fix CDATA handling (bsc#1195910)- 4.4.32
* Mon Feb 21 2022 kanderssenAATTsuse.com- Modified init-scripts service dependencies fixing a root login systemd timeout when installing with ssh (bsc#1195059)- 4.4.31
* Mon Feb 14 2022 igonzalezsosaAATTsuse.com- The ayast_setup client imports the general settings (bsc#1195631).- 4.4.30
* Mon Feb 07 2022 igonzalezsosaAATTsuse.com- Fix the profile update when using an
element (boo#1195630).- Run the network client when listed in the semi-automatic section.- 4.4.29
* Tue Jan 25 2022 igonzalezsosaAATTsuse.com- Use Package module instead of PackageSystem (bsc#1194886).- 4.4.28
* Fri Jan 21 2022 igonzalezsosaAATTsuse.com- Replace references to PackageAI module with proper calls to Package methods (bsc#1194886).- 4.4.27
* Thu Jan 20 2022 igonzalezsosaAATTsuse.com- Fix handling of add-on signature settings, introduced when fixing bsc#1192437 (bsc#1194881).- 4.4.26
* Thu Jan 13 2022 igonzalezsosaAATTsuse.com- Properly merge the autoupgrade workflow when using the online medium (bsc#1192437, bsc#1194440).- 4.4.25
* Fri Dec 17 2021 snwintAATTsuse.com- use Y2Storage::Arch to determine whether UEFI is available (bsc#937067)- 4.4.24
* Thu Nov 25 2021 kanderssenAATTsuse.com- During autoupgrade merge the selected product workflow in order to execute 2nd stage modules (bsc#1192437)- 4.4.23
* Mon Nov 22 2021 igonzalezsosaAATTsuse.com- Do not process the
section during the 2nd stage (bsc#1192185).- 4.4.22
* Thu Nov 18 2021 kanderssenAATTsuse.com- Add support for detecting EFI boot during autoinstallation (jsc#SLE-18819)- 4.4.21
* Fri Nov 12 2021 igonzalezsosaAATTsuse.com- bsc#1192626: - Registration takes place always at the same point, no matter which installation medium is being used. - Adapt to the product specification API.- Stop AutoYaST installation when registration failed on online medium (bsc#1188211, Josef Reidinger
).- 4.4.20
* Tue Oct 26 2021 jlopezAATTsuse.com- Avoid internal error when checking signature (bsc#1192022).- 4.4.19
* Tue Oct 26 2021 kanderssenAATTsuse.com- Add the \"keep_unknown_lv\" element to the partitioning schema (bsc#1191968).- 4.4.18
* Mon Oct 25 2021 kanderssenAATTsuse.com- bsc#1191695 - Consider the environment attribute when importing the script section. - Do not report feedback when running a script and the log content is empty.- 4.4.17
* Tue Sep 21 2021 igonzalezsosaAATTsuse.com- Add the \"hostname\" element to the rules schema (bsc#1190696).- 4.4.16
* Tue Jul 20 2021 lslezakAATTsuse.cz- Fixed handling of the \"final_reboot\" and \"final_halt\" options, add the custom scripts only once and avoid displaying a warning popup during installation (bsc#1188356)- 4.4.15
* Fri Jul 16 2021 igonzalezsosaAATTsuse.com- Copy the init-scripts to the right location during 1st stage (bsc#1188360).
* Fri Jul 16 2021 igonzalezsosaAATTsuse.com- Copy the files to the right location when a is given (bsc#1188357).- 4.4.14
* Fri Jul 09 2021 igonzalezsosaAATTsuse.com- Recognize the \'dialog\' section as a legal element of rules.xml files (bsc#1188153).- Do not export the general/storage section when it is empty (related to bsc#1171356 and bsc#1187916).
* Tue Jul 06 2021 jlopezAATTsuse.com- Add run-erb option to check-profile command.- Avoid to crash when rendering ERB profiles fails.- Related to bsc#1177123.- 4.4.13
* Fri Jul 02 2021 igonzalezsosaAATTsuse.com- Properly register the script to reboot after applying online updates (bsc#1187962).- 4.4.12
* Thu Jul 01 2021 igonzalezsosaAATTsuse.com- Do not crash importing the section (boo#1187898). This bug does not affect the installation process.- 4.4.11
* Mon Jun 14 2021 igonzalezsosaAATTsuse.com- Fix the copy of the profile to the installed system as /var/adm/autoinstall/cache/installedSystem.xml (bsc#1187221).- 4.4.10
* Fri Jun 11 2021 igonzalezsosaAATTsuse.com- Do not crash when the general/storage section is empty (bsc#1187180).- 4.4.9
* Thu Jun 10 2021 kanderssenAATTsuse.com- Import proxy settings during the 1st stage of the installation (bsc#1185016)- 4.4.8
* Mon Jun 07 2021 igonzalezsosaAATTsuse.com- Abort the installation importing the users sections from the profile fails (related to jsc#PM-2620).- 4.4.7
* Thu May 13 2021 kanderssenAATTsuse.com- Recommend icewm if graphical installation (bsc#1185095)- 4.4.6
* Thu May 13 2021 igonzalezsosaAATTsuse.com- Install packages in the PackagesProposal during autoupgrade (see bsc#1184488).- 4.4.5
* Tue May 11 2021 igonzalezsosaAATTsuse.com- Refactor the mechanism (bsc#1185704): - Split the code into several and testable classes. - Fix \'Next\' dialog calculation when the target does not exist. -