[beagleboard] Switching to Jessie from Wheezy.

2014-11-29 Thread Jason Lange
@Robert -- How do I switch to Jessie? (I notice gcc-4.9 is a happening thing for your latest jessie images and suspect that jessie is further along in it's support for systemd, but your your latest console images are wheezy only.) "apt-get dist-upgrade" didn't work. I thought about trying a

Re: [beagleboard] Switching to Jessie from Wheezy.

2014-11-29 Thread Jason Lange
That was rude of me; the answer was pretty much low hanging fruit, and I didn't have the sense to look. However I did have one glitch and I don't know that it's not important... This is what I did: # apt-get update # apt-get upgrade # cp /etc/apt/sources.list{,.bak} # sed -i -e 's/wheezy/jessie/

Re: [beagleboard] Switching to Jessie from Wheezy.

2014-11-29 Thread Jason Lange
# apt-get update > # reboot > > ..that's meant to be: "apt-get dist-update" -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from

Re: [beagleboard] Switching to Jessie from Wheezy.

2014-11-29 Thread Jason Lange
> # apt-get update >> # reboot >> >> ..that's meant to be: "apt-get dist-update" > damn.. that's "apt-get dist-upgrade" -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe fro

Re: [beagleboard] Switching to Jessie from Wheezy.

2014-11-29 Thread Robert Nelson
On Nov 29, 2014 6:55 PM, "Jason Lange" wrote: > > >>> # apt-get update >>> # reboot >> >> ..that's meant to be: "apt-get dist-update" > > damn.. that's "apt-get dist-upgrade" This syntax is pretty reliable: http://elinux.org/BeagleBoardDebian#Upgrading_from_Debian_6_.28Squeeze.29_to_Debian_7_.28