Ubuntu Pastebin

Paste from rsalveti at Tue, 7 Jul 2015 13:57:23 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
Creating Snappy 15.04.2 RC images:

Installing the required packages:
$ sudo add-apt-repository ppa:snappy-dev/tools-proposed
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install snappy-tools

Creating the images:

KVM/amd64 - Image 117:

$ sudo ubuntu-device-flash core 15.04 --channel edge --oem generic-amd64 --install=webdm --enable-ssh --output ubuntu-15.04-snappy-amd64-generic.img

BeagleBone Black - Image 118:

$ sudo ubuntu-device-flash core 15.04 --channel edge --oem beagleblack --install=webdm --enable-ssh --output ubuntu-15.04-snappy-armhf-bbb.img
Download as text