V8.13.294.2025.10.28
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -10,6 +10,6 @@
|
|||||||
# SPDX-Security-Contact: security@coresecret.eu
|
# SPDX-Security-Contact: security@coresecret.eu
|
||||||
|
|
||||||
build:
|
build:
|
||||||
counter: 1023
|
counter: 1024
|
||||||
version: V8.13.294.2025.10.28
|
version: V8.13.294.2025.10.28
|
||||||
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=yaml
|
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=yaml
|
||||||
|
|||||||
@@ -95,6 +95,7 @@ Verify_checksums() {
|
|||||||
_TTY="/dev/tty8"
|
_TTY="/dev/tty8"
|
||||||
|
|
||||||
log_begin_msg "Verifying checksums"
|
log_begin_msg "Verifying checksums"
|
||||||
|
printf "\n"
|
||||||
|
|
||||||
# shellcheck disable=SC2164
|
# shellcheck disable=SC2164
|
||||||
cd "${_MOUNTPOINT}"
|
cd "${_MOUNTPOINT}"
|
||||||
|
|||||||
@@ -19,10 +19,10 @@ if [[ -f /root/.cdi ]]; then
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=CISS CDI post-boot starter
|
Description=CISS CDI post-boot starter
|
||||||
Documentation=https://git.coresecret.dev/msw/CISS.debian.live.builder.git
|
Documentation=https://git.coresecret.dev/msw/CISS.debian.live.builder.git
|
||||||
ConditionPathExists=/usr/local/sbin/9999-cdi-starter.sh
|
ConditionPathIsExecutable=/usr/local/sbin/9999-cdi-starter.sh
|
||||||
After=live-config.service systemd-user-sessions.service getty.target
|
After=live-config.service systemd-user-sessions.service getty.target
|
||||||
Wants=network-online.target
|
|
||||||
After=network-online.target NetworkManager-wait-online.service systemd-networkd-wait-online.service
|
After=network-online.target NetworkManager-wait-online.service systemd-networkd-wait-online.service
|
||||||
|
Wants=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=idle
|
Type=idle
|
||||||
|
|||||||
@@ -72,6 +72,7 @@ Verify_checksums() {
|
|||||||
_TTY="/dev/tty8"
|
_TTY="/dev/tty8"
|
||||||
|
|
||||||
log_begin_msg "Verifying checksums"
|
log_begin_msg "Verifying checksums"
|
||||||
|
printf "\n"
|
||||||
|
|
||||||
# shellcheck disable=SC2164
|
# shellcheck disable=SC2164
|
||||||
cd "${_MOUNTPOINT}"
|
cd "${_MOUNTPOINT}"
|
||||||
|
|||||||
Reference in New Issue
Block a user