From 11d1e0f89c66d118aadafffa2f29dbad22e870d9 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 18 Nov 2019 16:50:05 +0100 Subject: More visible output --- archinstall.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3-70-g09d2