From 8330713884d439aa24e28ecf0d39affbe38a8df6 Mon Sep 17 00:00:00 2001 From: debianpepper Date: Tue, 27 Feb 2024 21:16:10 +0900 Subject: [PATCH] Testing: Cleaning Calamares Signed-off-by: debianpepper --- python_modules/infra.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python_modules/infra.py b/python_modules/infra.py index 44b5ca1d..e4b4e236 100644 --- a/python_modules/infra.py +++ b/python_modules/infra.py @@ -67,17 +67,17 @@ class ChrootFolders: self.sbase = sbase self.sarch = sarch src_chroot = ('/osrelease/' + self.sbase + self.sarch, - '/osrelease/' + self.sbase + self.sarch, + #'/osrelease/' + self.sbase + self.sarch, '/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)