Skip to content

Commit

Permalink
Installer: Fix dedicated home detection
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Feb 8, 2022
1 parent 22e021e commit 0e10293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/lib/live-installer/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def setup_has_dedicated_home(self):
for partition in self.setup.partitions:
if partition.mount_as == "/home":
has_dedicated_home = True
break
break
return has_dedicated_home

def write_fstab(self, path="/target/etc/fstab"):
Expand Down

0 comments on commit 0e10293

Please sign in to comment.