Added wait warning
This commit is contained in:
@@ -434,7 +434,10 @@ void ipl_main(void) {
|
||||
|
||||
// Perform the installation
|
||||
set_color(COLOR_YELLOW);
|
||||
gfx_printf("Installation wird gestartet...\n\n");
|
||||
gfx_printf("Installation wird gestartet...\n");
|
||||
set_color(COLOR_WHITE);
|
||||
set_color(COLOR_ORANGE);
|
||||
gfx_printf("Hinweis: Manchmal könnte es hängen. Einfach warten.\n\n");
|
||||
set_color(COLOR_WHITE);
|
||||
|
||||
int result = perform_installation(pack_variant, mode);
|
||||
|
||||
Reference in New Issue
Block a user