mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-13 06:45:24 +01:00
Keep chroot indication only in prepare()
It's not actually needed by other methods.
This commit is contained in:
parent
7040b550a9
commit
c429cf9dd7
4 changed files with 9 additions and 13 deletions
3
sysb.py
3
sysb.py
|
|
@ -12,10 +12,9 @@ class SysB(SysGeneral):
|
|||
"""
|
||||
Class responsible for preparing sources for System B.
|
||||
"""
|
||||
def __init__(self, arch, preserve_tmp, chroot):
|
||||
def __init__(self, arch, preserve_tmp):
|
||||
self.git_dir = os.path.dirname(os.path.join(__file__))
|
||||
self.arch = arch
|
||||
self.preserve_tmp = preserve_tmp
|
||||
self.chroot = chroot
|
||||
|
||||
self.sys_dir = os.path.join(self.git_dir, 'sysb')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue