Sam Mesterton-Gibbons
Sam Mesterton-Gibbons
Sorry about this one - it's been sat on my list of stuff to do for 5 months, and I only found time to have a look at this last...
Did you get this working in the end @hutchwilco? I've just merged a change to add a `docker-compose.yml` to the repo which might help you as a starting point if...
Best bet is probably to put the ISOs somewhere on your host, and then add another volume mount, e.g. a `-v /path/to/your/isos:/assets` on the command line, or another line in...
Sorry for the slow response, it's been a busy few months in my personal life! I think the change in #8 should have fixed this: it turns out the DHCP...
Where I've tested this, assets are hosted on port 80 (e.g. http://192.168.41.10/fat2) but otherwise pulling them locally by the URL works fine (and if I change the URL to somewhere...
I think that particular error means the network interface specified at https://github.com/samdbmg/dhcp-netboot.xyz/blob/main/docker-compose.yml#L21 doesn't exist - is it definitely the right one? The README documents a way to get that using...
@zyssai has a nice practical example and some tips, https://github.com/samdbmg/dhcp-netboot.xyz/blob/main/docker-compose.yml should serve as a useful minimal example, but pay attention to the notes in https://github.com/samdbmg/dhcp-netboot.xyz#option-2-docker-compose or their Compose file above...
Are you running this on a Raspberry Pi or something? That'll be because I haven't built this for the ARM architecture I'm afraid. For now, if you clone the repo...
How are you installing this? Because the version sniffing code in setup.py should add aiohttp on python >= 3.6? (A quick test in a virtualenv while doing #9 shows it...