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