Testing: No calamares installed.
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
17fd4344b0
commit
10b7ae4398
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue