We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Here's a (as of yet non-existent) PR showing an example of what I'm doing: https://github.com/guysoft/CustomPiOS/compare/devel...RyanBalfanz:supervisor?expand=1.
The files /etc/supervisor/conf.d/* do not exist in my build and deployed custom OS (e.g. https://github.com/RyanBalfanz/RTSPiOS/tree/master/src/modules/rtspios/filesystem/root/etc/supervisor/conf.d), but I'm not sure why.
/etc/supervisor/conf.d/*
The text was updated successfully, but these errors were encountered:
When are you looking for them, the unpack for that root is at the end: https://github.com/RyanBalfanz/RTSPiOS/blob/master/src/modules/rtspios/start_chroot_script#L33
Can you provide a full build.log please?
Sorry, something went wrong.
I just ran it here and can see it copying to the right place on the build log
+ unpack /filesystem/root / + from=/filesystem/root + to=/ + owner= + '[' 2 -gt 2 ']' + cp -v -r --preserve=mode,timestamps /filesystem/root/. / '/filesystem/root/./README' -> '/./README' '/filesystem/root/./etc/supervisor/conf.d/inet_http_server.conf' -> '/./etc/supervisor/conf.d/inet_http_server.conf' '/filesystem/root/./etc/supervisor/conf.d/rtsp-server.conf' -> '/./etc/supervisor/conf.d/rtsp-server.conf' + '[' -n '' ']' + '[' -d custompios_export ']' + rm chroot_script + '[' -d filesystem ']' + rm -rfv filesystem
Closing if no reply
No branches or pull requests
Here's a (as of yet non-existent) PR showing an example of what I'm doing: https://github.com/guysoft/CustomPiOS/compare/devel...RyanBalfanz:supervisor?expand=1.
The files
/etc/supervisor/conf.d/*
do not exist in my build and deployed custom OS (e.g. https://github.com/RyanBalfanz/RTSPiOS/tree/master/src/modules/rtspios/filesystem/root/etc/supervisor/conf.d), but I'm not sure why.The text was updated successfully, but these errors were encountered: