replced slef.part with self.partition

This commit is contained in:
advaithm 2021-01-22 17:08:35 +05:30
parent 7c4fc14322
commit a54c6e3c2f
No known key found for this signature in database
GPG Key ID: E557E45E6DAFFC0C
1 changed files with 1 additions and 1 deletions

View File

@ -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()