Advertisement
Guest User

Untitled

a guest
Feb 24th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.81 KB | None | 0 0
  1. yann@imperium:~$ wget https://raw.githubusercontent.com/zyga/devtools/master/ubuntu-image
  2. --2016-02-24 16:55:09--  https://raw.githubusercontent.com/zyga/devtools/master/ubuntu-image
  3. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 23.235.43.133
  4. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|23.235.43.133|:443... connected.
  5. HTTP request sent, awaiting response... 200 OK
  6. Length: 5907 (5.8K) [text/plain]
  7. Saving to: ‘ubuntu-image’
  8.  
  9. ubuntu-image                                    100%[=====================================================================================================>]   5.77K  --.-KB/s    in 0s      
  10.  
  11. 2016-02-24 16:55:09 (143 MB/s) - ‘ubuntu-image’ saved [5907/5907]
  12.  
  13. yann@imperium:~$ chmod +x ubuntu-image
  14. yann@imperium:~$ ./ubuntu-image
  15. Which device do you have?
  16.  
  17. Devices supported by Canonical (official)
  18.  pc:      Modern Intel/AMD Computer (64 bit)
  19.  i386:    Legacy Intel/AMD Computer (32 bit)
  20.  pi2:     Raspberry Pi 2
  21.  
  22. Community devices
  23.  bbb:     BeagleBone Black
  24.  dragon:  410c DragonBoard
  25.  
  26. device> pi2
  27. What kind of image do you want to build?
  28.  
  29. devel:    Developer image that contains your public SSH key
  30. vanilla:  Pristine image intended for sharing or installation
  31.  
  32. image kind> devel
  33. Selected device: pi2
  34. Downloading ubuntu-device-flash...
  35. Building image...
  36. [sudo] password for yann:
  37. Determining gadget configuration
  38. 3.53 MB / 3.53 MB [=================================================================================================================================================] 100.00 % 294.30 KB/s 12s
  39. 4.47 MB / 45.59 MB [==============>-----------------------------------------------------------------------------------------------------------------------------------] 9.81 % 228.00 KB/s 20s
  40. unexpected EOF
  41. yann@imperium:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement