Guy Sheffer

Results 785 comments of Guy Sheffer

1. @EnvironCMO Your docker compose is missing the mounts to the distruction it should go in ``/distro`` Like this: ``` volumes: - ./:/distro ``` Here is a correct docker compose...

@sharpn Strange, the user is already root. No need to set it. what error do you get without it?

Hey, It guess we could change it to ``` chown -R "$(id -un )":"$(id -gn )" "${DEST}" ``` I am not sure if it will break it for people in...

I installed on ubuntu using brew install. So its not only on windows

Hey, what is the use case for this? Why not use localhost? Also, might need to rebase or fix the firmware path to /boot/firmware.

Ok got it, will approve just fix the path it should be ``boot/firmware/fullpageos`` not with the firmware removed like you posted.

Ok, its parking because there is a small change that is still needed, the path it should be ``boot/firmware/fullpageos``

Open issue on rpi too: https://github.com/raspberrypi/rpi-imager/issues/1302

Ok, it worked for me until now - does it work for you and this is just a precaution or did this break something for you? I want to understand...