Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2024-05-27 09:45:08 +09:00
parent 424d1d1f14
commit 1b181db6e4
2 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,6 @@ GENERAL_SHARED_LIST = ('alsa-utils\n'
'libgtk2.0-0\n' 'libgtk2.0-0\n'
'libgtk2.0-common\n' 'libgtk2.0-common\n'
'nala\n' 'nala\n'
'neofetch\n'
'network-manager-gnome\n' 'network-manager-gnome\n'
'ntp\n' 'ntp\n'
'pulseaudio-module-bluetooth\n' 'pulseaudio-module-bluetooth\n'

View File

@ -98,6 +98,7 @@ class ChrootFolders:
) )
logger.info(MSG_FIN + HOME_FOLDER + WPCHROOT + des) logger.info(MSG_FIN + HOME_FOLDER + WPCHROOT + des)
class ChrootInstallerFiles: class ChrootInstallerFiles:
""" """
Copies all installer folders to CHROOT depending on the base. Copies all installer folders to CHROOT depending on the base.