--- trunk/installer-simple/functions/installer-dialogs.sh 2014/01/07 13:57:40 2425 +++ trunk/installer-simple/functions/installer-dialogs.sh 2014/01/07 14:06:18 2426 @@ -8,6 +8,41 @@ OK_LABEL=$"Exit" messagebox -y 10 -x 70 -h $"Finish" $"Installation was successfully finished." } +dialog_setup_hdd_create_partitions() +{ + infobox $"Creating partitions ..." +} + +dialog_setup_hdd_format() +{ + infobox $"Creating filesystems ..." +} + +dialog_install_settings() +{ + infobox $"Saving system settings ..." +} + +dialog_install_system_image() +{ + gaugebox $"Copying system image ..." +} + +dialog_install_bootsector() +{ + infobox $"Writing bootsector ..." +} + +dialog_install_successful() +{ + messagebox $"The installation was \Z2successful\Zn." +} + +dialog_install_failure() +{ + messagebox $"The installation \Z1failed\Zn.\n\nError at ${ERROR}, RetVal: ${RETVAL}" +} + dialog_no_harddrive_found() { OK_LABEL=$"abort" messagebox $"No appropriate harddrive found.\nInstallation failed."