Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)