Actions
action #109882
closedLeap Micro 5.2 autoyast installation misses the repo-main repository
Start date:
2022-04-13
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
After doing an autoyast installation, the system doesn't have the repository
install:~ # zypper lr -u
Repository priorities are without effect. All enabled repositories share the same priority.
# | Alias | Name | Enabled | GPG Check | Refresh | URI
--+---------------------------+---------------------------+---------+-----------+---------+--------------------------------------------------------
1 | openSUSE-Leap-Micro-5.2-1 | openSUSE-Leap-Micro-5.2-1 | No | ---- | ---- | cd:/?devices=/dev/disk/by-id/scsi-0QEMU_QEMU_CD-ROM_cd0
And because of this, the installation of some packages fail (e.g. cockpit)
This is how it should look like from the regular DVD installation:
localhost:~ # zypper lr -u
Repository priorities are without effect. All enabled repositories share the same priority.
# | Alias | Name | Enabled | GPG Check | Refresh | URI
--+---------------------------+----------------------------+---------+-----------+---------+----------------------------------------------------------------------------------------------------
1 | openSUSE-Leap-Micro-5.2-1 | openSUSE-Leap-Micro-5.2-1 | No | ---- | ---- | cd:/?devices=/dev/disk/by-id/scsi-0QEMU_QEMU_CD-ROM_cd0
2 | repo-main | Leap Micro Main Repository | Yes | (r ) Yes | Yes | https://download.opensuse.org/distribution/leap-micro/5.2/product/repo/Leap-Micro-5.2-x86_64-Media/
The used autoyast profile is https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/data/autoyast_opensuse/autoyast_leap-micro.xml.ep
Updated by jlausuch over 1 year ago
- Status changed from Workable to In Progress
- Assignee set to jlausuch
Updated by jlausuch over 1 year ago
Updated by jlausuch over 1 year ago
- Tags deleted (
qac) - Status changed from In Progress to Resolved
PR merged and jobs are green.
https://openqa.opensuse.org/tests/overview?distri=leap-micro&version=5.2&build=23.4&groupid=95
Actions