V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 53s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 53s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
installer:
|
||||
name: "CISS.debian.installer"
|
||||
version: "V8.00.000.2025.06.17"
|
||||
log: "info"
|
||||
|
||||
################################################################################################################################
|
||||
# APT settings
|
||||
@@ -79,6 +78,7 @@ apt:
|
||||
# Basic settings
|
||||
################################################################################################################################
|
||||
architecture: "amd64" # MUST be one of "amd64" or "arm64".
|
||||
chroot_debug: "true" # Enable debug mode in the chroot environment in case of errors.
|
||||
debootstrap: # Provide a mirror for downloading the Debian packages for debootstrap.
|
||||
# Specify the packages to be included in the debootstrapping process. Include a comma-separated
|
||||
# list of official Debian packages.
|
||||
@@ -651,7 +651,6 @@ software:
|
||||
# Installed by 4510_accounts_hardening.sh
|
||||
##############################################################################################################################
|
||||
# libpam-google-authenticator
|
||||
# keychain
|
||||
# wamerican
|
||||
# wbritish
|
||||
# wfrench
|
||||
@@ -729,6 +728,7 @@ software:
|
||||
- expect
|
||||
- figlet
|
||||
- htop
|
||||
- keychain
|
||||
- python3
|
||||
- virt-what
|
||||
|
||||
@@ -787,7 +787,7 @@ user:
|
||||
ensure: present # Must always be 'present'.
|
||||
protected: true # Prevent unintentional edits or deletions.
|
||||
shell: /bin/zsh # Login shell (e.g., '/bin/bash', '/bin/zsh'); use '/usr/sbin/nologin' for non-interactive users.
|
||||
password: ""
|
||||
password: "47110815"
|
||||
sshpubkey: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINAYZDAqVZUk3LwJsqeVHKvLn8UKkFx642VBbiSS8uSY 2025_ciss.debian.live.ISO_PUBLIC_ONLY"
|
||||
authentication:
|
||||
access:
|
||||
|
||||
Reference in New Issue
Block a user