replced slef.part with self.partition
This commit is contained in:
parent
7c4fc14322
commit
a54c6e3c2f
|
|
@ -190,7 +190,7 @@ class Installer():
|
|||
if self.partition.filesystem == 'btrfs':
|
||||
#if self.partition.encrypted:
|
||||
self.base_packages.append('btrfs-progs')
|
||||
if self.part.filesystem == 'xfs':
|
||||
if self.partition.filesystem == 'xfs':
|
||||
self.base_packages.append('xfsprogs')
|
||||
self.pacstrap(self.base_packages)
|
||||
#self.genfstab()
|
||||
|
|
|
|||
Loading…
Reference in New Issue