Testiing: Removed Calamares things
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
1803a9d15f
commit
17fd4344b0
|
@ -69,14 +69,14 @@ class ChrootFolders:
|
||||||
src_chroot = ('/osrelease/' + self.sbase + self.sarch,
|
src_chroot = ('/osrelease/' + self.sbase + self.sarch,
|
||||||
'/osrelease/' + self.sbase + self.sarch,
|
'/osrelease/' + self.sbase + self.sarch,
|
||||||
'/grub/'+ self.sbase + self.sarch,
|
'/grub/'+ self.sbase + self.sarch,
|
||||||
'/calamares_settings/' + self.sbase + self.sarch +
|
#'/calamares_settings/' + self.sbase + self.sarch +
|
||||||
'/calamares/modules',
|
#'/calamares/modules',
|
||||||
'/grub/' + self.sbase + '_themes'
|
'/grub/' + self.sbase + '_themes'
|
||||||
)
|
)
|
||||||
des_chroot =('/usr/lib',
|
des_chroot =('/usr/lib',
|
||||||
'/opt/pepconf',
|
'/opt/pepconf',
|
||||||
'/etc/default',
|
#'/etc/default',
|
||||||
'/etc/calamares/modules',
|
#'/etc/calamares/modules',
|
||||||
'/boot/grub/themes'
|
'/boot/grub/themes'
|
||||||
)
|
)
|
||||||
# Chroot Folders.
|
# Chroot Folders.
|
||||||
|
@ -144,25 +144,25 @@ class ArchitectureFiles:
|
||||||
self.sarch = sarch
|
self.sarch = sarch
|
||||||
calamares_path = '/calamares_settings/'
|
calamares_path = '/calamares_settings/'
|
||||||
sources_path = '/sources/'
|
sources_path = '/sources/'
|
||||||
src_paths = (calamares_path + self.sbase + self.sarch +
|
src_paths = (#calamares_path + self.sbase + self.sarch +
|
||||||
'/calamares/settings.conf',
|
#'/calamares/settings.conf',
|
||||||
calamares_path + self.sbase + self.sarch +
|
#calamares_path + self.sbase + self.sarch +
|
||||||
'/install-peppermint',
|
#'/install-peppermint',
|
||||||
calamares_path + self.sbase + self.sarch +
|
#calamares_path + self.sbase + self.sarch +
|
||||||
'/sources-final',
|
#'/sources-final',
|
||||||
calamares_path + self.sbase + self.sarch +
|
#calamares_path + self.sbase + self.sarch +
|
||||||
'/bootloader-config',
|
#'/bootloader-config',
|
||||||
calamares_path +
|
#calamares_path +
|
||||||
'adddesktopicon/add-calamares-desktop-icon',
|
#'adddesktopicon/add-calamares-desktop-icon',
|
||||||
sources_path + self.sbase + self.sarch +
|
sources_path + self.sbase + self.sarch +
|
||||||
'/sources.list',
|
'/sources.list',
|
||||||
'/id_files/pep_id'
|
'/id_files/pep_id'
|
||||||
)
|
)
|
||||||
des_paths = ('/etc/calamares/settings.conf',
|
des_paths = (#'/etc/calamares/settings.conf',
|
||||||
'/usr/bin/install-peppermint',
|
#'/usr/bin/install-peppermint',
|
||||||
'/usr/sbin/sources-final',
|
#'/usr/sbin/sources-final',
|
||||||
'/usr/sbin/bootloader-config',
|
#'/usr/sbin/bootloader-config',
|
||||||
'/usr/bin/add-calamares-desktop-icon',
|
#'/usr/bin/add-calamares-desktop-icon',
|
||||||
'/opt/pepconf/sources.list',
|
'/opt/pepconf/sources.list',
|
||||||
'/usr/share/peppermint/pep_id'
|
'/usr/share/peppermint/pep_id'
|
||||||
)
|
)
|
||||||
|
@ -226,7 +226,7 @@ def shared_folders():
|
||||||
'/pmostools',
|
'/pmostools',
|
||||||
'/autostart',
|
'/autostart',
|
||||||
'/pylibraries',
|
'/pylibraries',
|
||||||
'/calamares_settings/branding'
|
#'/calamares_settings/branding'
|
||||||
)
|
)
|
||||||
des_paths =('/usr/share/plymouth/themes/lines',
|
des_paths =('/usr/share/plymouth/themes/lines',
|
||||||
'/usr/share/applications',
|
'/usr/share/applications',
|
||||||
|
@ -245,7 +245,7 @@ def shared_folders():
|
||||||
'/etc/skel/.local/share/pmostools',
|
'/etc/skel/.local/share/pmostools',
|
||||||
'/etc/skel/.config/autostart',
|
'/etc/skel/.config/autostart',
|
||||||
'/usr/lib/python3/dist-packages',
|
'/usr/lib/python3/dist-packages',
|
||||||
'/etc/calamares/branding'
|
#'/etc/calamares/branding'
|
||||||
)
|
)
|
||||||
src_q = collections.deque(src_paths)
|
src_q = collections.deque(src_paths)
|
||||||
des_q = collections.deque(des_paths)
|
des_q = collections.deque(des_paths)
|
||||||
|
|
Loading…
Reference in New Issue