util: Add additional information for EFI systems
Backport partition information from https://github.com/rhinstaller/anaconda/pull/5765
Yes, we need a ticket, since the script is included in the RHEL installation environment. I've created the ticket: https://issues.redhat.com/browse/RHEL-55129
@jcpunk please update the commit message and add a line:
Resolves: RHEL-55129
That should be enough from your side. Thanks.
Added
/kickstart-test --testtype smoke
For some reason the JIRA ticket got assigned to me... since I don't work at RH I find that odd. Figured I'd note it here in case that is blocking things.
For some reason the JIRA ticket got assigned to me... since I don't work at RH I find that odd. Figured I'd note it here in case that is blocking things.
Oops sorry for the noise. Feel free to ignore.
@KKoukiou I think this is a merge candidate :)
For some reason the JIRA ticket got assigned to me... since I don't work at RH I find that odd. Figured I'd note it here in case that is blocking things.
We want to first cover it with kickstart tests, this is the task that you will be working on as we agreed :)
I'm not sure how I'd test this with kickstart since it is a tool for user's to capture logs and system state when things go wrong.
From what I've looked at breifly, I'd suggest running /usr/libexec/anaconda/log-capture in %post --nochroot of the kstest and checking the stderr if it is expected (ideally empty but that needs some fix first). To see if the tooling we call is available on the image.
Maybe it would be good to add this to some existing suitable test if there is some (I doubt so). Or we could create a new one for such cases, like tools.
If you want I can take care of it.
Fixes should get forwardported to Fedora or maybe resolved there first.