Skip to content

Add documentation for custom menus using web interface #144

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

Merged
merged 1 commit into from
Jul 14, 2025

Conversation

antonym
Copy link
Member

@antonym antonym commented Jul 14, 2025

This PR adds comprehensive documentation for creating and using custom iPXE menus through the netboot.xyz web interface, based on community-provided instructions from issue #17.

The documentation includes:

  • Step-by-step setup instructions
  • iPXE syntax examples
  • Best practices and troubleshooting
  • Links to additional resources

Closes #17

Generated with Claude Code

This documentation covers how to create and use custom iPXE menus through the netboot.xyz web interface, based on community-provided instructions.

Includes:
- Step-by-step setup instructions
- iPXE syntax examples
- Best practices and troubleshooting
- Links to additional resources

Co-authored-by: Antony Messerli <antonym@users.noreply.github.com>
@antonym antonym merged commit 301ff51 into master Jul 14, 2025
3 checks passed
@antonym antonym deleted the claude/issue-17-20250714_032056 branch July 14, 2025 03:29

With:
```bash
chain custom/custom.ipxe

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be "chain custom.ipxe"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@claude update docs to reflect

Copy link
Contributor

@claude claude bot Jul 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude finished @antonym's task —— View jobclaude/pr-144-20250714_042331Create PR ➔


Todo List:

  • Read current docs/custom-menus.md file to understand context
  • Locate line 48 and identify what needs to be changed
  • Update line 48 to "chain custom.ipxe" as requested
  • Commit and push changes
  • Provide PR link for the fix

Summary

Successfully updated the documentation in docs/custom-menus.md to fix the custom menu chain command on line 48 from chain custom/custom.ipxe to chain custom.ipxe as requested by the reviewer.

Changes made:

  • Updated line 48 in docs/custom-menus.md to use the correct chain command
  • Committed changes with proper co-authorship

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.

Instructions on how to use the Github Custom menu
2 participants