V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m47s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-08 00:13:43 +02:00
parent 813f3ec5d7
commit a3aa3df386
3 changed files with 149 additions and 180 deletions

View File

@@ -19,13 +19,16 @@ installer:
version: "V8.00.000.2025.06.17"
log: "info"
###########################################################################################
# APT settings #
###########################################################################################
################################################################################################################################
# APT settings
################################################################################################################################
apt:
# You can choose to install contrib software:
contrib: true
# Optionally includes deb-src entries for source repositories. If set to true, source repos are enabled.
deb-sources: true
# By default, source repositories are listed in /etc/apt/sources.list. This MUST be true:
default-list: true
@@ -132,7 +135,7 @@ firmware-install: true
firmware-lookup: "missing"
# The kernel image to be installed; "none" can be used if no kernel is to be installed:
kernel: "linux-image-6.12.12+bpo-amd64"
kernel: "linux-image-6.12.30+bpo-amd64"
###########################################################################################
# GRUB2 settings #