This repository was archived by the owner on Aug 14, 2023. It is now read-only.
File tree 4 files changed +14
-5
lines changed
builder/files/etc/systemd/system
4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
- * .img
2
- * .img.zip
3
- * .tar.gz
4
- .vagrant /
1
+ *
2
+ ! builder
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ branches:
9
9
only :
10
10
- master
11
11
- /^v\d.*$/
12
+ - /^feature\/.*$/
12
13
deploy :
13
14
provider : releases
14
15
skip_cleanup : true
Original file line number Diff line number Diff line change
1
+ [Unit]
2
+ Description =Enable HDMI console
3
+
4
+ [Service]
5
+ Type =oneshot
6
+ ExecStart =/bin/sh -c 'echo 0 > /sys/devices/platform/mesonfb/graphics/fb1/blank'
7
+ RemainAfterExit =yes
8
+
9
+ [Install]
10
+ WantedBy =multi-user.target
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RAW_IMAGE_CHECKSUM="fe9af7686960d5d2dd6c364197e196d751f6adedd7da515ed6521c31e958
9
9
10
10
# specific versions of kernel/firmware and docker tools
11
11
export KERNEL_VERSION="3.10.104-186"
12
- export DOCKER_ENGINE_VERSION="17.03.0 ~ce-0~debian-jessie"
12
+ export DOCKER_ENGINE_VERSION="17.03.1 ~ce-0~debian-jessie"
13
13
export DOCKER_COMPOSE_VERSION="1.11.2"
14
14
export DOCKER_MACHINE_VERSION="0.10.0"
15
15
export DEVICE_INIT_VERSION="0.1.9"
You can’t perform that action at this time.
0 commit comments