V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 50s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 50s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -124,17 +124,6 @@ update_grub() {
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### Install grub on the specific device.
|
|
||||||
if [[ "${VAR_RECIPE_FIRMWARE,,}" == "uefi" ]]; then
|
|
||||||
|
|
||||||
install_grub_uefi
|
|
||||||
|
|
||||||
elif [[ "${VAR_RECIPE_FIRMWARE,,}" == "bios" ]]; then
|
|
||||||
|
|
||||||
install_grub_bios
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
### Enable booting from LUKS encrypted devices by default.
|
### Enable booting from LUKS encrypted devices by default.
|
||||||
cat << EOF >> "${TARGET}/etc/default/grub"
|
cat << EOF >> "${TARGET}/etc/default/grub"
|
||||||
|
|
||||||
@@ -206,6 +195,17 @@ EOF
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
### Install grub on the specific device.
|
||||||
|
if [[ "${VAR_RECIPE_FIRMWARE,,}" == "uefi" ]]; then
|
||||||
|
|
||||||
|
install_grub_uefi
|
||||||
|
|
||||||
|
elif [[ "${VAR_RECIPE_FIRMWARE,,}" == "bios" ]]; then
|
||||||
|
|
||||||
|
install_grub_bios
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
[[ "${var_update_grub_required}" == "true" ]] && do_in_target "${TARGET}" update-grub
|
[[ "${var_update_grub_required}" == "true" ]] && do_in_target "${TARGET}" update-grub
|
||||||
|
|
||||||
### Setting the permissions to read and write for root only prevents non-root users from seeing the boot parameters or changing them.
|
### Setting the permissions to read and write for root only prevents non-root users from seeing the boot parameters or changing them.
|
||||||
|
|||||||
Reference in New Issue
Block a user