From ec2fadc0f54fc7bed4530c558ab5742e3e6eca7e Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 2 Feb 2026 23:09:40 +0300 Subject: [PATCH] feat: enhance Limine bootloader configuration --- archinstall/lib/installer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index ced2f7f7d8..88b6ff8e97 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -1570,7 +1570,8 @@ def _add_limine_bootloader( hook_path.write_text(hook_contents) kernel_params = ' '.join(self._get_kernel_params(root)) - config_contents = 'timeout: 5\n' + config_contents = f'# Created by archinstall on {self.init_time}\\n' + config_contents += 'timeout: 5\\n' path_root = 'boot()' if efi_partition and boot_partition != efi_partition: