From 10b7ae4398f56735e6cae0b8eb0dd0b7c1f85c34 Mon Sep 17 00:00:00 2001 From: debianpepper Date: Tue, 27 Feb 2024 21:01:13 +0900 Subject: [PATCH] Testing: No calamares installed. Signed-off-by: debianpepper --- python_modules/infra.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_modules/infra.py b/python_modules/infra.py index a502e4e1..44b5ca1d 100644 --- a/python_modules/infra.py +++ b/python_modules/infra.py @@ -71,13 +71,13 @@ class ChrootFolders: '/grub/'+ self.sbase + self.sarch, #'/calamares_settings/' + self.sbase + self.sarch + #'/calamares/modules', - '/grub/' + self.sbase + '_themes' + '/grub/' + self.sbase + '_themes', ) des_chroot =('/usr/lib', '/opt/pepconf', #'/etc/default', #'/etc/calamares/modules', - '/boot/grub/themes' + '/boot/grub/themes', ) # Chroot Folders. chroot_src_q = collections.deque(src_chroot)