Asking for help about how to contribute #5517
Replies: 1 comment 1 reply
-
Hello, since the change is needed in CentOS Stream 9, it should go to the Please note that in order to get any change to CentOS Stream/RHEL, you should also report the problem as a bug in https://issues.redhat.com/projects/RHEL against |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the Centos Stream 9, and the corresponding anaconda version is anaconda-34.
![image](https://private-user-images.githubusercontent.com/93726790/313692969-8235b0a9-4a4d-4ba0-8b52-7cde6cb55b23.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4NzI2MzMsIm5iZiI6MTczOTg3MjMzMywicGF0aCI6Ii85MzcyNjc5MC8zMTM2OTI5NjktODIzNWIwYTktNGE0ZC00YmEwLThiNTItN2NkZTZjYjU1YjIzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE4VDA5NTIxM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWUwZDcwYjBmNGFiMGI1ZDVmNjFiYjA3ZDJiZjA1OWE5ZTQxNGZhMTZkMDcyYjliMjM4MTc5MTIwNWQ1MDBiNTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.t0eoM6xtJOXYWdWN-_aPvqliTb04MzraFcsDO3PNvp8)
When I try to built my own Linux distribution with lorax and genisoimage (The difference from Centos Stream is that in my iso I added an additional local repo of my own in addition to the AppStream),and when I entered the installation interface and clicked the
Installation Source
button, an index error was triggered, view the traceback in /tmp/anaconda.log as follows :Now I have solved the issue and made a patch,I learned through google that centos stream 9 is from fedora-34, so I submitted this commit to the f34-devel branch, and made this pull request:
#5516
But I don't know if I did it right, and also there are still some failed check items, can anybody give some help?
Beta Was this translation helpful? Give feedback.
All reactions