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

View file

@ -15,7 +15,7 @@ actions:
- action: apt - action: apt
description: Installing additional Debian packages 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 - action: run
chroot: true chroot: true
@ -45,7 +45,9 @@ actions:
# - xserver-xorg-video-hwcomposer # - xserver-xorg-video-hwcomposer
# - xss-lock # - xss-lock
# - camera-app # - camera-app
# - gemian-setup - halium-wrappers
- parse-android-dynparts
- gemian-setup
- fonts-dejavu - fonts-dejavu
- fonts-dejavu-core - fonts-dejavu-core
- fonts-dejavu-extra - fonts-dejavu-extra

View file

View file

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