Skip to content

Commit

Permalink
Include latest SPs in create_hdd_maintenance ay script
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiasyria committed May 16, 2024
1 parent c748fcc commit 4caddfe
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 4caddfe

Please sign in to comment.