Update: Corrected Path
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
e858f9e0aa
commit
11a372028a
|
@ -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/',
|
||||
|
|
Loading…
Reference in New Issue