Compare commits

...

4 Commits

Author SHA1 Message Date
7cd6626a64 feat: use emissary 2024.1.11-stable.1331.a5c81dc
Some checks reported errors
arcad/emissary-firmware/pipeline/head Something is wrong with the build of this commit
2024-01-11 13:36:29 +00:00
ea9f7230ac feat: install package kmod-fs-ext4
Some checks reported errors
arcad/emissary-firmware/pipeline/head Something is wrong with the build of this commit
2024-01-11 12:07:35 +01:00
4009da19cf feat(agent): ensure /data/emissary directory before service start
All checks were successful
arcad/emissary-firmware/pipeline/head This commit looks good
2024-01-11 10:13:01 +01:00
83608ce85e feat: execute data partition script earlier
Some checks reported errors
arcad/emissary-firmware/pipeline/head Something is wrong with the build of this commit
2024-01-11 10:09:56 +01:00
4 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
2024.1.10-stable.1332.fefac83
2024.1.11-stable.1331.a5c81dc

View File

@ -8,7 +8,7 @@ start_service() {
config_load emissary
mkdir -p /usr/share/emissary
mkdir -p /var/lib/emissary
mkdir -p /data/emissary
config_get emissary_reconciliation_interval agent 'reconciliation_interval' "60"
config_get emissary_server_url agent 'server_url' "https://emissary.cadol.es"

View File

@ -4,4 +4,5 @@ openssh-sftp-server
parted
lsblk
e2fsprogs
block-mount
block-mount
kmod-fs-ext4