This is what I did: I span up the official 64bit Squeeze AMI as detailed her: https://aws.amazon.com/marketplace/seller-profile/ref=srh_res_product_vendor?ie=UTF8&id=890be55d-32d8-4bc8-9042-2b4fd83064d5
updated my apt sources and performed a full update, an noticed the kernel remained on 2.6. I figured it must be by design and moved on... So instead: git clone https://github.com/andsens/build-debian-cloud.git [change into dir] export EC2_ACCESS_KEY='XXX'; export EC2_SECRET_KEY='XXX'; ./build-debian-cloud ec2 --volume-size 20 --filesystem ext4 --plugin plugins/admin-user --description 'Debian 7 (Wheezy)' --plugin plugins/publish-ami --plugin plugins/publish-snapshot --codename wheezy; Then updated my apt sources to Jessie... and updated --> dist-upgrade. No problems. :) Running like a charm! thanks for all the hard work. :) Cheers, Stonie On 29 May 2013 17:03, Anders Ingemann <[email protected]> wrote: > On 29 May 2013 08:54, Andrew Stone <[email protected]> wrote: > > > > The latest version on github updates from wheezy to Jessie without issue. > > > > I found that for some reason the Squeeze AMIs on amazon would not update > the kernel on a dist-upgrade. (does someone know why?) > > > > Regards, > > Andrew Stone. > > > > Andrew Stone > > +61 (0)412 488 251 | +61 (0)2 9043 3851 > > [email protected] > > http://drivenlogic.com.au > > > > Creating Sydney's best enterprise software > > DrivenLogic Pty Ltd, GPO Box 2746, Sydney, NSW, 2001, Australia. > > > > > > > > On 29 May 2013 16:41, Wim Bertels <[email protected]> wrote: > >> > >> Hallo, > >> > >> as i read on > >> http://wiki.debian.org/Cloud > >> > >> there 3 main cloud products in the repository, > >> does this mean all three will have a (painless:) (dist-)upgrade > >> lifecycle (towards future releases of debian)? > >> > >> mvg, > >> Wim > >> > >> > >> -- > >> To UNSUBSCRIBE, email to [email protected] > >> with a subject of "unsubscribe". Trouble? Contact > [email protected] > >> Archive: http://lists.debian.org/1369809701.4510.3.camel@zwerfkat > >> > > > > I found that for some reason the Squeeze AMIs on amazon would not update > the kernel on a dist-upgrade. > Wait what? The official debian squeeze AMIs? Are you certain? This may > be a bug, upgrading from squeeze to wheezy should be possible. > > > Anders >
