summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-04-14 17:25:25 +0000
committerIgor Pashev <pashev.igor@gmail.com>2013-04-14 17:25:25 +0000
commit2f6f7f75ac9ed518d806f07f9f45b0c9363429f2 (patch)
tree415e59160fb715da0c052162090869db94d38e1b /install
parentc0de78d76ae41e3fbc37769ff03ab1864f17c157 (diff)
downloadlive-2f6f7f75ac9ed518d806f07f9f45b0c9363429f2.tar.gz
Say about missed disks
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()