--- trunk/installer-simple/functions/installer-dialogs.sh 2014/01/07 13:50:50 2421 +++ trunk/installer-simple/functions/installer-dialogs.sh 2014/01/07 13:54:06 2422 @@ -12,3 +12,8 @@ { OK_LABEL=$"abort" messagebox $"No appropriate harddrive found.\nInstallation failed." } + +dialog_select_target_harddrive() +{ + menubox $"Select installation target drive:" $(for i in ${ALL_DISKS}; do echo "${i}:";done) +}