Skip to content

Commit 30d316f

Browse files
authored
1sttrixie (#2070)
* 1st trixie build * remove outdated Platform line from FireMotD output Signed-off-by: Markus Storm <[email protected]>
1 parent d13fed0 commit 30d316f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/build-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ on:
88
- 'build-image/openhabian-installer.service'
99
- 'build-image/first-boot.bash'
1010
- 'build-image/openhabian.conf'
11-
- 'build-image/offline-image-modifications.bash'
11+
- 'build-image/offline-install-modifications.bash'
1212
- '.github/workflows/build-action.yml'
1313
pull_request:
1414
paths:
1515
- 'build.bash'
1616
- 'build-image/openhabian-installer.service'
1717
- 'build-image/first-boot.bash'
1818
- 'build-image/openhabian.conf'
19-
- 'build-image/offline-image-modifications.bash'
19+
- 'build-image/offline-install-modifications.bash'
2020
- '.github/workflows/build-action.yml'
2121
workflow_dispatch:
2222
inputs:

build-image/offline-install-modifications.bash

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,18 @@ apt-get --quiet update
3535
apt-get --quiet upgrade --yes --force-confnew
3636
apt-get --quiet install --download-only --yes libc6 libstdc++6 zlib1g make \
3737
openhab openhab-addons samba amanda-common amanda-server amanda-client exim4 \
38-
dnsutils mailutils gdisk screen vim nano mc vfu bash-completion coreutils \
39-
htop curl wget multitail git util-linux bzip2 zip unzip xz-utils \
40-
software-properties-common man-db whiptail acl usbutils dirmngr arping \
41-
apt-transport-https bc sysstat jq moreutils avahi-daemon python3 python3-pip \
42-
python3-wheel python3-setuptools fontconfig comitup \
43-
dns-root-data dnsmasq-base javascript-common libcairo2 libgudev-1.0-0 \
38+
dnsutils mailutils gdisk screen nano mc vfu bash-completion coreutils \
39+
curl multitail git util-linux man-db whiptail usbutils dirmngr \
40+
acl apt-transport-https arping avahi-daemon bc bzip2 comitup fontconfig jq moreutils \
41+
dns-root-data dnsmasq-base htop iotop javascript-common libcairo2 libgudev-1.0-0 \
4442
libjs-jquery libmbim-glib4 libmbim-proxy libmm-glib0 libndp0 libnm0 \
4543
libpixman-1-0 libqmi-glib5 libqmi-proxy libteamdctl0 libxcb-render0 \
4644
libxcb-shm0 libxrender1 modemmanager network-manager python3-blinker \
4745
python3-cairo python3-click python3-colorama python3-flask \
4846
python3-itsdangerous python3-jinja2 python3-markupsafe \
4947
python3-networkmanager python3-pyinotify python3-simplejson python3-werkzeug \
50-
openjdk-17-jre-headless tailscale iotop
48+
python3 python3-pip python3-wheel python3-setuptools \
49+
sysstat tailscale temurin-21-jre unzip vim wget xz-utils zip
5150
source /opt/openhabian/functions/nodejs-apps.bash
5251
nodejs_setup
5352
apt-get --quiet autoremove --yes

build.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22
# shellcheck disable=SC2016,SC1090,SC1091
33
set -e
4+
set -x
45

56
####################################################################
67
#### dummy: changed this line 19 times to force another image build

0 commit comments

Comments
 (0)