IoT Jessie Snapshot image?

Curious what the difference is with the IoT variant:
http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Jessie_Snapshot_iot

thanks,
drew

It's pretty much the lxqt image with no lxqt/xorg packages :wink:

It's sitting around 1.6GB installed on first bootup..

Regards,

It’s pretty much the lxqt image with no lxqt/xorg packages :wink:

It’s sitting around 1.6GB installed on first bootup…

Regards,

Also technically the first image to have Nodejs 0.10.x, and 0.12.x running side by side too ?

Nah, i moved things to utilize

https://github.com/nodesource/distributions

Instead, less for me to watch for, and 'nodesource' builds all
versions, for all distro's. :wink:

So nodejs v0.12.x is installed by default, but you can switch/upgrade to:

node_0.12
iojs_2.x
iojs_3.x

node_4.x
node_5.x

Just by tweaking: /etc/apt/sources.list

debian@beaglebone:~$ cat /etc/apt/sources.list | grep node
deb https://deb.nodesource.com/node_0.12 jessie main
#deb-src https://deb.nodesource.com/node_0.12 jessie main

Regards,

thanks!