Merge branch 'calamares' of https://github.com/calamares/calamares into development

This commit is contained in:
Philip Müller 2022-03-14 11:10:34 +01:00
commit 65a0ce2b8b

View File

@ -265,7 +265,7 @@ class FstabGenerator(object):
if has_luks:
device = "/dev/mapper/" + partition["luksMapperName"]
elif partition["uuid"] is not None:
elif partition["uuid"]:
device = "UUID=" + partition["uuid"]
else:
device = partition["device"]