Testing: No calamares installed.

Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2024-02-27 21:01:13 +09:00
parent 17fd4344b0
commit 10b7ae4398
1 changed files with 2 additions and 2 deletions

View File

@ -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)