Updated
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
424d1d1f14
commit
1b181db6e4
|
@ -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'
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue