V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 57s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 57s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -94,11 +94,11 @@ installation_chrony() {
|
|||||||
insert_chrony_comments() {
|
insert_chrony_comments() {
|
||||||
declare file="${1}"
|
declare file="${1}"
|
||||||
sed -i '/^# SPDX-Security-Contact: security@coresecret\.eu$/a\
|
sed -i '/^# SPDX-Security-Contact: security@coresecret\.eu$/a\
|
||||||
|
\
|
||||||
# /etc/chrony/conf.d : Generated by CISS.debian.installer '"${VAR_VERSION}"'\
|
# /etc/chrony/conf.d : Generated by CISS.debian.installer '"${VAR_VERSION}"'\
|
||||||
\
|
|
||||||
# Architecture : '"${VAR_ARCHITECTURE}"'\
|
# Architecture : '"${VAR_ARCHITECTURE}"'\
|
||||||
|
# Distribution : '"${VAR_CODENAME}"'\
|
||||||
\
|
\
|
||||||
# Distribution : '"${VAR_CODENAME}"'
|
|
||||||
' "${file}"
|
' "${file}"
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -333,7 +333,7 @@ install_grub_uefi() {
|
|||||||
#######################################
|
#######################################
|
||||||
get_grub_modinfo_path() {
|
get_grub_modinfo_path() {
|
||||||
### Declare Arrays, HashMaps, and Variables.
|
### Declare Arrays, HashMaps, and Variables.
|
||||||
delcare -gx VAR_MODINFO_PATH=""
|
declare -gx VAR_MODINFO_PATH=""
|
||||||
|
|
||||||
case "${VAR_RECIPE_FIRMWARE}" in
|
case "${VAR_RECIPE_FIRMWARE}" in
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user