mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-22 21:25:43 -05:00
constants.py: clean up paths
This commit is contained in:
parent
eea8b964e0
commit
6c269080d6
1 changed files with 3 additions and 3 deletions
|
@ -175,10 +175,10 @@ SSH_COMMON_OPTIONS = [
|
|||
]
|
||||
|
||||
CHROOT_PATHS = {
|
||||
'chroots': '/chroot',
|
||||
'chroots': '/chroots',
|
||||
'jumpdrive': '/var/cache/jumpdrive',
|
||||
'pacman': '/var/cache/pacman',
|
||||
'packages': '/prebuilts',
|
||||
'pacman': '/pacman',
|
||||
'packages': '/packages',
|
||||
'pkgbuilds': '/pkgbuilds',
|
||||
'images': '/images',
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue