View Issue Details

IDProjectCategoryView StatusLast Update
0000660AlmaLinux-10Generalpublic2026-07-29 19:10
Reporterarchaicx Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
Platformx86_64_v2OSAlmaLinuxOS Version10.2
Summary0000660: mirrorlist option in url kickstart command broken
Descriptionhttps://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 ReproduceMinimal 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"`
Tagsalmalinux-10.2, anaconda, kickstart, needs-triage, x86-64-v2

Activities

There are no notes attached to this issue.

Issue History

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