diff --git a/config/includes.chroot/etc/live/config.conf b/config/includes.chroot/etc/live/config.conf index 290559b..508a150 100644 --- a/config/includes.chroot/etc/live/config.conf +++ b/config/includes.chroot/etc/live/config.conf @@ -9,6 +9,6 @@ # SPDX-PackageName: CISS.debian.live.builder # SPDX-Security-Contact: security@coresecret.eu -# LIVE_CONFIG_CMDLINE="" +# LIVE_CONFIG_CMDLINE="${LIVE_CONFIG_CMDLINE} ADD PARAMETER HERE" # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh diff --git a/config/includes.chroot/etc/login.defs b/config/includes.chroot/etc/login.defs index 66dc46f..6638346 100644 --- a/config/includes.chroot/etc/login.defs +++ b/config/includes.chroot/etc/login.defs @@ -1,5 +1,5 @@ # SPDX-Version: 3.0 -# SPDX-CreationInfo: 2025-08-12; WEIDNER, Marc S.; +# SPDX-CreationInfo: 2025-10-11; WEIDNER, Marc S.; # SPDX-ExternalRef: GIT https://git.coresecret.dev/msw/CISS.debian.live.builder.git # SPDX-FileContributor: WEIDNER, Marc S.; Centurion Intelligence Consulting Agency # SPDX-FileCopyrightText: 2024-2025; WEIDNER, Marc S.; diff --git a/config/includes.chroot/root/.ciss/check_chrony.sh b/config/includes.chroot/root/.ciss/check_chrony.sh index c1f5356..427cf22 100644 --- a/config/includes.chroot/root/.ciss/check_chrony.sh +++ b/config/includes.chroot/root/.ciss/check_chrony.sh @@ -13,11 +13,11 @@ set -Ceuo pipefail ####################################### -# Minimal leap-second probe for Debian/chrony systems -# - Prints kernel leap flags & TAI offset (ΔAT) -# - Reads tzdata's leap-seconds list (authoritative TAI-UTC) -# - Shows chrony tracking summary (incl. leap status) -# - Demonstrates 23:59:60 rendering via TZ=right/UTC +# Minimal leap-second probe for Debian/chrony systems. +# - Prints kernel leap flags & TAI offset (ΔAT). +# - Reads tzdata's leap-seconds list (authoritative TAI-UTC). +# - Shows chrony tracking summary (incl. leap status). +# - Demonstrates 23:59:60 rendering via TZ=right/UTC. # Globals: # None # Arguments: diff --git a/config/package-lists/live.list.common.chroot b/config/package-lists/live.list.common.chroot index 06a5a21..7fa7789 100644 --- a/config/package-lists/live.list.common.chroot +++ b/config/package-lists/live.list.common.chroot @@ -8,6 +8,7 @@ # SPDX-LicenseComment: This file is part of the CISS.debian.installer.secure framework. # SPDX-PackageName: CISS.debian.live.builder # SPDX-Security-Contact: security@coresecret.eu + adjtimex age apparmor @@ -147,4 +148,5 @@ xz-utils yq zip zsh + # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh