Skip to content

Commit

Permalink
Merge pull request #19321 from sofiasyria/sp6_ay
Browse files Browse the repository at this point in the history
Include latest SPs in create_hdd_maintenance ay script
  • Loading branch information
jknphy committed May 23, 2024
2 parents 16c5a8a + 4caddfe commit 78ecc87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ cd /etc/zypp/repos.d
sed -i 's/enabled=1/enabled=0/' $(ls|grep -i nvidia)
zypper lr
% if ( $get_var->('VERSION') =~ /15-SP[3-5]/ ) {
% if ( $get_var->('VERSION') =~ /15-SP[3-7]/ ) {
# Regarding rpm lock see Q9@ https://documentation.suse.com/de-de/sles/15-SP1/html/SLES-all/app-ay-faq.html
# quote : "during the post-script phase, YaST still has an exclusive lock on the RPM database."
# the package cannot be installed the autoyast way, because of the changing package name (eg libyui-rest-api15)
Expand Down

0 comments on commit 78ecc87

Please sign in to comment.