index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-18 16:48:37 +0100 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-18 16:48:37 +0100 |
commit | c7bcba7a6a04abaca49dba8306eb08e76dfa937f (patch) | |
tree | 6febe22e8b7975c95364636b4a28ad9ca5a6420f /archinstall.py | |
parent | 252dfb295b271cd3f7cbc0cf99bf190f3a620225 (diff) |
-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) |