Skip to content

Commit 33d0b14

Browse files
authored
Update suse-create-upload-vhd.md
Updated opensuse 15.4 version table and corrected links for adding repositories.
1 parent 63d0b22 commit 33d0b14

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/virtual-machines/linux/suse-create-upload-vhd.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -227,20 +227,20 @@ As an alternative to building your own VHD, SUSE also publishes BYOS (bring your
227227
2. Select **Connect** to open the window for the virtual machine.
228228
3. In a terminal, run the command `zypper lr`. If this command returns output similar to the following example, the repositories are configured as expected and no adjustments are necessary. (Version numbers might vary.)
229229
230-
| # | Alias | Name | Enabled | Refresh
231-
| - | :-------------------- | :-------------------- | :------ | :------
232-
| 1 | Cloud:Tools_15.4 | Cloud:Tools_15.4 | Yes | Yes
233-
| 2 | openSUSE_15.4_OSS | openSUSE_15.4_OSS | Yes | Yes
234-
| 3 | openSUSE_15.4_Updates | openSUSE_15.4_Updates | Yes | Yes
230+
| # | Alias | Name | Enabled | GPG Check | Refresh
231+
| - | :------------------------------------------------------------------------------------------| :-------------| :-------| :---------| :------
232+
| 1 | Cloud:Tools_15.4 | Cloud:Tools-> | Yes | (r ) Yes | Yes
233+
| 2 | openSUSE_stable_OSS | openSUSE_st-> | Yes | (r ) Yes | Yes
234+
| 3 | openSUSE_stable_Updates | openSUSE_st-> | Yes | (r ) Yes | Yes
235235
236236
If the the message "___No repositories defined___" appears from the `zypper lr` the repositories must be added manually.
237237
238238
Below are examples of commands for adding these repositories (versions and links may vary):
239239
240240
```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
241+
sudo zypper ar -f https://download.opensuse.org/update/openSUSE-stable openSUSE_stable_Updates
242+
sudo zypper ar -f https://download.opensuse.org/repositories/Cloud:/Tools/15.4 Cloud:Tools_15.4
243+
sudo zypper ar -f https://download.opensuse.org/distribution/openSUSE-stable/repo/oss openSUSE_stable_OSS
244244
```
245245

246246
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:

0 commit comments

Comments
 (0)