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)