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