hypriot / os-rootfs

The root filesystem of HypriotOS
http://blog.hypriot.com/post/how-to-get-docker-working-on-your-favourite-arm-board-with-hypriotos/
MIT License
69 stars 40 forks source link

Make /etc/os-release compatible w/ docker-machine #36

Closed StefanScherer closed 8 years ago

StefanScherer commented 8 years ago

The /etc/os-release file for Raspbian contains ID=raspbian which is not compatible with the original docker-machine binary.

In our blog post http://blog.hypriot.com/post/how-to-setup-rpi-docker-swarm/ we showed how to patch this file to make it work with docker-machine. This is done by changing ID=raspbian to ID=debian.

To make things easier it would help to fix this in the rootfs.

Are there any implications with this? Which else process reads the ID of this file?