From: glb on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3001 NOTE: Truncated patchset due to missing public @redhat.com email address on your GitLab profile at https://gitlab.com/-/profile. Once that is fixed, close and reopen the merge request to retrigger sending the emails.
The Boot Loader Specification recommends that UEFI systems mount the ESP at /boot. Since the ESP is commonly formatted with a non-POSIX file system, symbolic links should not be placed on /boot.
ref: https://uapi-group.org/specifications/specs/boot_loader_specification
Signed-off-by: Gregory Bartholomew gregory.lee.bartholomew@gmail.com
--- redhat/kernel.spec.template | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
From: glb on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3001#note_1819144...
I've moved the copy command back under the conditional. Thanks.
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3001#note_1864262...
@gregory.lee.bartholomew thank you for this. Am I reading it correctly that the 3rd commit simply reverts the second? If that is the case, can you please simply drop both of them and force push to your fork branch?
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3001#note_1864263...
/block
From: glb on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3001#note_1865522...
Yeah, I used GitLab's revert commit button. Apparently it doesn't squash the commits. Thanks for catching that. It is fix now.
From: glb on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3001#note_1865522...
Yeah, I used GitLab's revert commit button. Apparently it doesn't squash the commits. Thanks for catching that. It is fixed now.
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3001#note_1870121...
Thank you!
kernel@lists.fedoraproject.org