mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-26 18:25:36 -04:00
partially add config.file['paths']['images'] (mostly taken from c5c8104a60
)
Co-authored-by: jld3103 <jld3103yt@gmail.com> Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
This commit is contained in:
parent
9258cbf76d
commit
ee4f899254
4 changed files with 13 additions and 7 deletions
|
@ -44,6 +44,7 @@ CONFIG_DEFAULTS = {
|
|||
'packages': os.path.join('%cache_dir%', 'packages'),
|
||||
'pkgbuilds': os.path.join('%cache_dir%', 'pkgbuilds'),
|
||||
'jumpdrive': os.path.join('%cache_dir%', 'jumpdrive'),
|
||||
'images': os.path.join('%cache_dir%', 'images'),
|
||||
},
|
||||
'profiles': {
|
||||
'current': 'default',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue