From fb707cef0b1ebf22b7001613203d58c9e36f951f Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Tue, 22 Oct 2024 13:41:45 +0200 Subject: grub: move get_grub_boot_params() into grub.py Move get_grub_boot_params() into the file related to all the grub configuration. --- src/utils/boot.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils/boot.py') diff --git a/src/utils/boot.py b/src/utils/boot.py index 244f994..5e337a4 100644 --- a/src/utils/boot.py +++ b/src/utils/boot.py @@ -13,6 +13,7 @@ import subprocess from src.utils.probe import OSFamily, get_os_family, get_linux_distro_id, os_probe from src.utils.disk import get_partition_device, get_efi_partition +from src.utils.grub import get_grub_boot_params from src.utils.bios import * from src.utils.uefi import * from src.utils.fs import * -- cgit v1.2.3-18-g5258