quarnster / boxeebox-xbmc

Aiming to get xbmc up and running on the boxee box
Other
118 stars 44 forks source link

version checking #121

Closed Neverous closed 3 years ago

Neverous commented 10 years ago

Checking version of XBMC should work now on Boxee Box though only if you put lsb-release file with "DISTRIB_ID=boxeebox" to /etc/. #2

Empty file boxeebox-release in /etc/ might also be necessary.

woutc commented 10 years ago

How did you manage to create that lsb-release file in /etc/ ? I always get 'Read-only file system'.

Neverous commented 10 years ago

I needed writable /etc for dropbear anyway so I made copy of original /etc, and mount -o bind over it. Oh and empty file boxeebox-release might also be necessary.