From 443446261ea2d2c4f2687263bba215ea8577eb83 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 16 Jun 2012 13:47:53 +0000 Subject: Welcome dialog --- setup | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/setup b/setup index 8e53bbd..e258bdc 100755 --- a/setup +++ b/setup @@ -39,6 +39,23 @@ def choose_hdd(): ''') break +def welcome(): + rc = d.yesno(width=60, height=20, title='Welcome to Dyson installer', + text=''' +Dyson is an operating system derived from Debian and based on Illumos core.\ +It uses Illumos unix kernel, illumos libc, ZFS file system and SMF to manage system startup.\ +To learn more visit http://osdyson.org + +This installer will guide you though disk paritioning, filesystem creation,\ +installation of base system and minimal configuration. + +Please note, this system IS VERY EXPERIMENTAL. You can LOOSE ALL YOUR DATA which this system can reach ;-) + +Whould you like to continue?''') + if rc: + sys.exit(1) + +welcome() get_hdd() choose_hdd() -- cgit v1.2.3