Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2019-11-18 16:50:05 +0100
committerAnton Hvornum <anton.feeds+github@gmail.com>2019-11-18 16:50:05 +0100
commit11d1e0f89c66d118aadafffa2f29dbad22e870d9 (patch)
treec2e03a3807b4fe7e12d91cb631abcf286acf94fe /archinstall.py
parentc7bcba7a6a04abaca49dba8306eb08e76dfa937f (diff)
More visible output
Diffstat (limited to 'archinstall.py')
-rw-r--r--archinstall.py3
1 files changed, 2 insertions, 1 deletions
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)