View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000660 | AlmaLinux-10 | General | public | 2026-07-29 19:07 | 2026-07-29 19:10 |
| Reporter | archaicx | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | new | Resolution | open | ||
| Platform | x86_64_v2 | OS | AlmaLinux | OS Version | 10.2 |
| Summary | 0000660: mirrorlist option in url kickstart command broken | ||||
| Description | https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#url suggest that, like with the `repo` command, the `url` command allows a `mirrorlist` option, but it fails every time. | ||||
| Steps To Reproduce | Minimal working kickstart: ``` keyboard --vckeymap=us lang en_US.UTF-8 rootpw --iscrypted $6$zru7qFZeRwbcuDA/$PUsodO/hAuhJZBpQO94YB91B.G7BVlFy8lcOMX0W2JTQjLn0LwBN17RMGk.IzYq7vsbjC0yszZn.mQ5ODWAew. timezone --utc Etc/UTC zerombr clearpart --drives=sda --all --disklabel msdos ignoredisk --only-use=sda part / --fstype=ext4 --fsoptions='relatime' --size=1 --grow --ondisk=sda bootloader --timeout=1 --append=nomodeset text url --url http://10.0.13.2/almalinux/10/BaseOS/x86_64_v2/os ``` Replace the `url` line with: ``` url --mirrorlist="https://mirrors.almalinux.org/mirrorlist/10/baseos?arch=x86_64_v2" ``` and watch it fail with `dracut-initqueue invalid value for "inst.repo"` | ||||
| Tags | almalinux-10.2, anaconda, kickstart, needs-triage, x86-64-v2 | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-07-29 19:07 | archaicx | New Issue | |
| 2026-07-29 19:10 | archaicx | Tag Attached: kickstart | |
| 2026-07-29 19:10 | archaicx | Tag Attached: almalinux-10.2 | |
| 2026-07-29 19:10 | archaicx | Tag Attached: anaconda | |
| 2026-07-29 19:10 | archaicx | Tag Attached: needs-triage | |
| 2026-07-29 19:10 | archaicx | Tag Attached: x86-64-v2 |