summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall5
1 files changed, 4 insertions, 1 deletions
diff --git a/install b/install
index f4afd8c..77d248a 100755
--- a/install
+++ b/install
@@ -800,7 +800,10 @@ try:
except Abort as e:
cleanup(destroy_bootenv=True)
except NoDisks as e:
- print (e)
+ ButtonChoiceWindow(screen, title='Error',
+ text='No disks found on the system. '
+ 'Installation of Dyson is not possible.',
+ buttons=['Exit'])
finally:
screen.finish()