index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archinstall.py | 2 |
diff --git a/archinstall.py b/archinstall.py index 26c82a7e..6ca0e1c9 100644 --- a/archinstall.py +++ b/archinstall.py @@ -506,6 +506,8 @@ def disk_info(drive, *positionals, **kwargs): fileformats.append(child['fstype']) if child['label'] != None: labels.append(child['label']) + else: + labels = ['*Empty drive (no partitions)*'] info['fileformats'] = fileformats info['labels'] = labels info['model'] = get_disk_model(drive) |