Skip to content

Commit

Permalink
Add note about zypper repo workaround (bsc#1236813)
Browse files Browse the repository at this point in the history
  • Loading branch information
KucharczykL committed Feb 5, 2025
1 parent 2f06194 commit fef0f7b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions adoc/sles/version160.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ These release notes apply to {productname} {this-version}.

=== Changes affecting all architectures

[#bsc-1236813]
==== Non-functioning `zypper` after installation

There is currently a known issue that adds a non-functioning `zypper` repository which prevents `zypper` from working correctly.

To fix this issue, remove the repository in question and add the installation medium repository manually:

1. Remove repository with `zypper rr`, for example to remove the first repository: `zypper rr 1`
2. Add the installation medium as repository. For a DVD, do `zypper ar dvd:/`, for USB stick do `zypper ar hd:/`, for example: `zypper ar dvd:/?dvd=/dev/disk/by-label/agama-installer dvd` (the `dvd` at the end is a name you want to give the repository)
3. Do `zypper refresh` to refresh the added repository.


[#jsc-PED-6311]
==== systemd uses cgroup v2 by default

Expand Down

0 comments on commit fef0f7b

Please sign in to comment.