Ubuntu Pastebin

Paste from longsleep at Tue, 1 Dec 2015 11:16:03 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name: spreedbox
vendor: struktur AG <info@struktur.de>
icon: meta/spreedbox-icon-128.png
version: 0.8.0
type: oem

config:
  ubuntu-core:
    hostname: spreedbox
    interfaces:
      - name: eth0
        content: |-
          # Default setting is managed by spreedbox-network
  spreedbox-webrtc:
    app:
      title: Spreedbox
      serverRealm: spreedbox
    http:
      reverse: true
      ui: false
    https:
      enabled: false
    ports:
      internal:
        reverse:
          port: 8080

oem:
  branding:
    name: Spreedbox
  skip-ifup-provisioning: true
  software:
    built-in:
      - spreedbox-base.strukturag
      - spreedbox-webrtc.strukturag
      - spreedbox-webserver.strukturag
      - spreedbox-led.strukturag
      - gnatsd.strukturag
      - spreedbox-conf.strukturag
      - spreedbox-network.strukturag
      - spreedbox-setup.strukturag
  hardware:
    platform: meson8b_odroidc
    architecture: armhf
    partition-layout: system-AB
    bootloader: u-boot
    boot-assets:
      files:
        - path: boot-assets/uEnv.txt
        - path: boot-assets/uboot.env
        - path: boot-assets/logo.bmp
      raw-files:
        - path: boot-assets/bl1-0.bin
          offset: 0
        - path: boot-assets/bl1-1.bin
          offset: 512 # 512 * 1
        - path: boot-assets/u-boot.bin
          offset: 32768 # 512 * 64
Download as text