-
Notifications
You must be signed in to change notification settings - Fork 46
Account for different upstream/downstream ipxe filenames #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Account for different upstream/downstream ipxe filenames #10
Conversation
|
I don't see prepare-ipxe.sh, did you forget to add it? |
fac97fc to
e62b548
Compare
|
Does there need to be two commits here? |
dtantsur
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we do it upstream? One day CentOS 8 will become a thing..
|
@dtantsur we should, actually we should keep upstream and downstream as close as possible |
|
If we can confirm this code works with RHEL 8, we know it will work for CentOS 8, no? |
Now there is 3 commits, can we squash them into one? |
|
@dtantsur only once the downstream image sync occurs, and once merged it will be an email tomorrow. |
|
@derekhiggins Can we just squash with merge buttin in the github ui? |
|
@elfosardo We are using ubi8. The downstream team has no idea why this is happening :\ |
|
FYI, the OpenShift nightly build failed because of this, so it would be good to move this forward ASAP as they are wanting to re-trigger the nightly builds. |
dtantsur
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Please consider my nits when creating an upstream version (and let's make sure we have an upstream version when we prove this working).
| RUN mkdir /tftpboot && \ | ||
| cp /usr/share/ipxe/undionly.kpxe /tftpboot/ && \ | ||
| cp /usr/share/ipxe/ipxe.efi /tftpboot/ipxe.efi | ||
| copy ./prepare-ipxe.sh /tmp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: please update it to COPY when implementing upstream
| @@ -0,0 +1,12 @@ | |||
| #!/bin/bash -x | |||
| mkdir /tftpboot | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: mkdir -p
yup, have never that before but works for me |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: derekhiggins, dtantsur, elfosardo, juliakreger The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
No description provided.