Update: Corrected Path

Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-12-11 20:11:05 +09:00
parent e858f9e0aa
commit 11a372028a
1 changed files with 2 additions and 2 deletions

View File

@ -18,12 +18,12 @@ HOME_FOLDER = str(Path(BSTRING_ISO_CONFIGS).expanduser())
PACKAGE_LIST = "/fusato/config/package-lists/"
CHROOT_FOLDER = "/fusato/config/includes.chroot/"
BOOTSTRAP_FOLDER = '/fusato/config/includes.bootstrap/'
FUSATO_ROOT = '/fusato'
FUSATO_ROOT = 'fusato'
# Fusato base
def set_fusato_structure():
""" Make some needed folders for the fustao build process.
at the moment you deal wioth chroot and bootstrap
at the moment you deal with chroot and bootstrap
"""
make_chroot = ['usr/share/distro-info/',
'usr/share/python-apt/templates/',