Closed umlaeute closed 1 year ago
It can be changed here: https://github.com/guysoft/CustomPiOS/blob/devel/src/modules/base/config#L48
Be warned I haven't tested that in a while (reopen if there is an issue with that)
thx, actually i think i tried that bt it seems it didn't work. i'll re-open once i think it is important enough for me :-)
i find it slightly annoying that running
build_dist
will put theworkspace/
directory into the same directory where thebuild_dist
script lives.it would be nice if i could clone my
CustomPiOS
repo into my (small, fast) home, and do the actual build on my big data disk:this might be a problem with how i customize CustomPiOS though. currently (after having checked out some of the forks) I leave the
src/
folder as is, and put all my (git-tracked) modules/config/... intomydist/src/
.alternatively, I could of course put all my stuff into
src/
, and turn the build-process into something likebut that would mean that i need to modify
src/dist_generators/dist_example/
to use sane defaults formydist
, and i somewhat dislike this approach.anyhow, it's probably just a matter of documentation :-)