Packaging tweaks and creation of mountable folders

This commit is contained in:
Adam Boardman 2023-04-26 15:18:58 +01:00
parent 3e69c17283
commit 52e7ef38c6
5 changed files with 10 additions and 6 deletions

View file

@ -24,8 +24,8 @@ actions:
packages:
# - bluebinder
# - media-hub
# - gemian-system
# - lxc-android
- gemian-system
- lxc-android
- lxc
- debhelper
- lxcfs
@ -35,6 +35,8 @@ actions:
- astro-linux-kernel
- devscripts
- build-essential
- cmake
- network-manager
- kexec-tools
- pulseaudio-modules-droid-modern
@ -46,7 +48,7 @@ actions:
- action: run
description: Generate /usr/share/kernel/astroslide-boot-lvm-gemian-bullseye.img for Astro Slide
chroot: true
command: /usr/sbin/update-gemian-boot-image astroslide gemian-bullseye
command: /usr/sbin/update-gemian-boot-image astroslide gemian-bookworm
- action: run
chroot: true
@ -110,7 +112,7 @@ actions:
{{ if eq $output "image" }}
- action: image-file
imagename: {{ $image }}
imagesize: 8000000000
imagesize: 6000000000
fs: ext4
fsname: "gemian"

View file

@ -15,7 +15,7 @@ actions:
- action: apt
description: Installing additional Debian packages
packages: [ curl, wget, gnupg, net-tools, openssh-server, sudo, avahi-daemon, locales, bash-completion, ca-certificates ]
packages: [ curl, wget, gnupg, net-tools, openssh-server, sudo, avahi-daemon, locales, bash-completion, ca-certificates, ntp ]
- action: run
chroot: true
@ -45,7 +45,9 @@ actions:
# - xserver-xorg-video-hwcomposer
# - xss-lock
# - camera-app
# - gemian-setup
- halium-wrappers
- parse-android-dynparts
- gemian-setup
- fonts-dejavu
- fonts-dejavu-core
- fonts-dejavu-extra

View file

View file

0
overlay/common/vendor/KEEP vendored Normal file
View file