From 2f6f7f75ac9ed518d806f07f9f45b0c9363429f2 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 14 Apr 2013 17:25:25 +0000 Subject: Say about missed disks --- install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'install') 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() -- cgit v1.2.3