mirror of
https://github.com/netbootxyz/netboot.xyz-docs.git
synced 2026-04-25 23:15:56 +03:00
[GH-ISSUE #146] Self Hosting Debian instructions have subtle omission/flaw and do not work as intended #22
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz-docs#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LuboGD on GitHub (Jul 20, 2025).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz-docs/issues/146
The page:
https://github.com/netbootxyz/netboot.xyz-docs/blob/master/docs/selfhosting.md
Has a flaw in the instructions. It is missing sudo in the last git clone step. Git clone fails, because /opt (and subdirectories) are only accessible to root/sudo.
Needs to be sudo git clone https://github.com/netbootxyz/netboot.xyz.git /opt/netboot.xyz
Or clone in another directory with write access for your username, somewhere besides /opt.
Same goes for the last command, ansible-playbook -i inventory site.yml
Also fails without sudo.
Thanks.