Fix for target-device setting
This commit is contained in:
parent
45f1833df6
commit
6c456ac83c
3 changed files with 14 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{{- $image := or .image "gemian-cosmopda.tgz" -}}
|
{{- $image := or .image "gemian-cosmocom.tgz" -}}
|
||||||
{{- $output := or .output "tarball" -}}
|
{{- $output := or .output "tarball" -}}
|
||||||
{{- $variant := or .variant "mate" -}}
|
{{- $variant := or .variant "mate" -}}
|
||||||
|
|
||||||
|
|
@ -20,7 +20,11 @@ actions:
|
||||||
|
|
||||||
- action: apt
|
- action: apt
|
||||||
description: Installing Cosmo Communicator-specific packages
|
description: Installing Cosmo Communicator-specific packages
|
||||||
packages: [ bluebinder ]
|
target-device: mt6771
|
||||||
|
packages:
|
||||||
|
- bluebinder
|
||||||
|
- gemian-system
|
||||||
|
- lxc-android
|
||||||
|
|
||||||
- action: run
|
- action: run
|
||||||
description: Generate /usr/share/kernel/linux-boot.img for Cosmo Communicator
|
description: Generate /usr/share/kernel/linux-boot.img for Cosmo Communicator
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ actions:
|
||||||
|
|
||||||
- action: apt
|
- action: apt
|
||||||
description: Installing additional Debian packages
|
description: Installing additional Debian packages
|
||||||
packages: [ curl, gnupg, net-tools, openssh-server, sudo, avahi-daemon ]
|
packages: [ curl, gnupg, net-tools, openssh-server, sudo, avahi-daemon, locales, bash-completion ]
|
||||||
|
|
||||||
- action: run
|
- action: run
|
||||||
chroot: true
|
chroot: true
|
||||||
|
|
@ -43,10 +43,6 @@ actions:
|
||||||
- xkb-data
|
- xkb-data
|
||||||
- xserver-xorg-video-hwcomposer
|
- xserver-xorg-video-hwcomposer
|
||||||
- xss-lock
|
- xss-lock
|
||||||
- bash-completion
|
|
||||||
- gemian-system
|
|
||||||
- lxc-android
|
|
||||||
- locales
|
|
||||||
|
|
||||||
- action: run
|
- action: run
|
||||||
chroot: true
|
chroot: true
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,13 @@ actions:
|
||||||
|
|
||||||
- action: apt
|
- action: apt
|
||||||
description: Installing Gemini PDA-specific packages
|
description: Installing Gemini PDA-specific packages
|
||||||
packages: [ droid-hal-cosmopda initramfs-tools-halium gemian-modular-kernel ]
|
target-device: mt6797
|
||||||
|
packages:
|
||||||
|
- droid-hal-cosmopda
|
||||||
|
- initramfs-tools-halium
|
||||||
|
- gemian-modular-kernel
|
||||||
|
- gemian-system
|
||||||
|
- lxc-android
|
||||||
|
|
||||||
- action: run
|
- action: run
|
||||||
chroot: true
|
chroot: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue