--- trunk/installer-simple/functions/installer-dialogs.sh 2014/01/08 08:59:52 2475 +++ trunk/installer-simple/functions/installer-dialogs.sh 2014/01/08 10:21:09 2477 @@ -82,3 +82,12 @@ $":\Z1Expert modes:\Zn" \ $"2:Common IDE-disk (manual setup)" } + +dialog_main() +{ + CANCEL_LABEL=$"Exit" menubox $"Configuration:" \ + $"1:Install system" \ + $"2:Show detected harddrives" \ + $"3:Exit and reboot" \ + $"4:Exit and drop into a shell" +}