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

Rocky 9 quickStart install documentation missing ipxe-bootimgs dependency #1152

Open
gmfricke opened this issue Mar 22, 2024 · 1 comment
Open
Assignees
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@gmfricke
Copy link

https://warewulf.org/docs/development/quickstart/el9.html starts with:

sudo dnf groupinstall "Development Tools"
sudo dnf install epel-release
sudo dnf config-manager --set-enabled crb
sudo dnf install golang tftp-server dhcp-server nfs-utils gpgme-devel libassuan-devel

but this will lead to

wwctl configure tftp later in the instructions being unable to find any boot loaders.

modifying

sudo dnf install golang tftp-server dhcp-server nfs-utils gpgme-devel libassuan-devel

to

sudo dnf install golang tftp-server dhcp-server nfs-utils gpgme-devel libassuan-devel ipxe-bootimgs

would fix the problem.

I hit the "edit" button on the documentation page, but that threw me to a 404 page and so I am submitting the issue here.

Thanks, Matthew

@anderbubble
Copy link
Collaborator

@gmfricke the development branch of the documentation is replaced by the main branch. The updated quickstart guide is at https://warewulf.org/docs/main/quickstart/el.html

How did you end up there? (I'm expecting a Google search pointed you to it directly?)

@anderbubble anderbubble self-assigned this Mar 22, 2024
@anderbubble anderbubble added the documentation Improvements or additions to documentation label Mar 22, 2024
@anderbubble anderbubble added this to the v4.6.0 milestone Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants