cloudymax / pxeless

An automated system install and image customization tool for when PXE is not an option, or is not an option yet.
MIT License
108 stars 16 forks source link

Fixed dependency to /data directory #29

Closed meraj-kashi closed 1 year ago

meraj-kashi commented 1 year ago

Hi!

The command to run docker container and build image is based on the path "/data". So, if run the script locally (out of the Docker container), it is getting failed.

By applying this modification, we can run the script locally as well as container.

cloudymax commented 1 year ago

Tested successfully locally and via docker, good to merge 👍