You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/suse-create-upload-vhd.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,17 +237,17 @@ If the the message "___No repositories defined___" appears from the `zypper lr`
237
237
238
238
Below are examples of commands for adding these repositories (versions and links may vary):
239
239
240
-
```bash
241
-
sudo zypper ar -f http://download.opensuse.org/repositories/Cloud:Tools/openSUSE_15.2 Cloud:Tools_15.2
242
-
sudo zypper ar -f https://download.opensuse.org/distribution/15.2/repo/oss openSUSE_15.2_OSS
243
-
sudo zypper ar -f http://download.opensuse.org/update/15.2 openSUSE_15.2_Updates
244
-
```
240
+
```bash
241
+
sudo zypper ar -f http://download.opensuse.org/repositories/Cloud:Tools/openSUSE_15.2 Cloud:Tools_15.2
242
+
sudo zypper ar -f https://download.opensuse.org/distribution/15.2/repo/oss openSUSE_15.2_OSS
243
+
sudo zypper ar -f http://download.opensuse.org/update/15.2 openSUSE_15.2_Updates
244
+
```
245
245
246
246
You can then verify that the repositories have been added by running the command `zypper lr` again. If one of the relevant update repositories isn't enabled, enable it by using the following command:
247
247
248
-
```bash
249
-
sudo zypper mr -e [NUMBER OF REPOSITORY]
250
-
```
248
+
```bash
249
+
sudo zypper mr -e [NUMBER OF REPOSITORY]
250
+
```
251
251
252
252
5. Update the kernel to the latest available version:
0 commit comments