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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-09-02 19:50:35 +02:00
parent 305eebc074
commit b326ec69d3
4 changed files with 15 additions and 24 deletions

View File

@@ -118,14 +118,11 @@ EOF
if [[ "${grub_background_enable}" == "true" ]]; then
var_background=$(basename "${grub_background_path}")
#install -m 0640 -o root -g root "${VAR_SETUP_PATH}${grub_background_path}" "${TARGET}/etc/default/grub.d/${var_background}"
mkdir -p "${TARGET}/boot/grub"
#install -m 0640 -o root -g root "${VAR_SETUP_PATH}${grub_background_path}" "${TARGET}/etc/default/grub.d/${var_background}"
install -m 0640 -o root -g root "${VAR_SETUP_PATH}${grub_background_path}" "${TARGET}/boot/grub/${var_background}"
cat << EOF >> "${TARGET}/etc/default/grub"
# Enable boot menu background.
#GRUB_BACKGROUND="/etc/default/grub.d/${var_background}"
GRUB_BACKGROUND="/boot/grub/${var_background}"
# The resolution used on graphical terminal