Skip to content
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

Build the kernel and ramdisk after packages. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jimbair
Copy link

@jimbair jimbair commented Jul 13, 2017

This fixes a bug with LVM builds that I encountered back in 2010. It's been awhile so I don't recall if this breaks lower stage builds or not, but I know that as-is, the LVM utilities are missing from the kernel and it fails to boot. This was the patch I used at ServerBeach to get around that.

This fixes a bug with LVM builds that I encountered back in 2010. It's been awhile so I don't recall if this breaks lower stage builds or not, but I know that as-is, the LVM utilities are missing from the kernel and it fails to boot. This was the patch I used at ServerBeach to get around that.
@agaffney
Copy link
Owner

Those steps should probably happen before the post-install script runs

@jimbair
Copy link
Author

jimbair commented Jul 14, 2017

Yeah, there's probably a better place to put those. The big one is just making sure all packages are built before the kernel and such is built. Just a bug I ran across awhile ago; that was my quick fix for a project with a really short deadline that worked. =) It was extra confusing because I could re-run quickstart against the server and it would work normally the second time, since the kernel build step had the lvm utils that time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants