bsdpy
bsdpy copied to clipboard
An Apple NetBoot server implemented in Python
I am in a situation where my macs won't network boot due to the Boot Image URI variable being null. I am running it self contained on Docker, and despite...
The ioctl mechanism of getting the ipaddress of an interface doesn't work on FreeBSD. This PR uses [netifaces](https://pypi.org/project/netifaces/) instead.
I had had a working docker-based installation of this software. For a couple reasons, I am trying to migrate to a self-contained linux host installation. I've installed all the prerequisites...
I'm trying to deploy bsdpy via the recommended docker solution. I've followed the recommended steps found on the web in various places. I actually had this working perfectly, but then...
Removed reference to bitbucket
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
When constructing the path to the boot image, don't assume the NBI's are in a root level directory
This patch constructs the relative path to the boot image by subtracting the tftprootpath from the full path. Since tftprootpath is passed into bsdpy at runtime, it makes sense to...
Trying to install from Linux Single Host instructions but when i get to the following line: sudo pip install -r requirements.txt The return is: Could not open requirements file: [Errno...