From 163d51f32a1888a52ea78ba32a4e4a2d72aea87d Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Wed, 9 Apr 2025 09:47:52 -0400 Subject: [PATCH] newline at the end --- etc/default/grub.d/41_recovery_restrict.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/default/grub.d/41_recovery_restrict.cfg b/etc/default/grub.d/41_recovery_restrict.cfg index 89fe02f..f54247b 100644 --- a/etc/default/grub.d/41_recovery_restrict.cfg +++ b/etc/default/grub.d/41_recovery_restrict.cfg @@ -18,4 +18,4 @@ GRUB_DISABLE_RECOVERY="true" ## https://forums.kicksecure.com/t/harden-dracut-initramfs-generator-by-disabling-recovery-console/724 ## GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT rd.emergency=halt" -GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT rd.shell=0" \ No newline at end of file +GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT rd.shell=0"