From ceda38545a72e8b74392376c72c287d00f5fad69 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 27 May 2024 12:06:32 +0000 Subject: [PATCH] fix grub defaults location --- python_modules/infra.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_modules/infra.py b/python_modules/infra.py index 2e81e587..a4974e92 100644 --- a/python_modules/infra.py +++ b/python_modules/infra.py @@ -334,7 +334,7 @@ class ArchitectureFiles: '/usr/share/peppermint/pep_id', '/usr/lib', '/opt/pepconf', - '/boot/grub', + '/etc/default', '/boot/grub/themes' )