Added wait warning

This commit is contained in:
2026-02-11 16:50:22 +01:00
parent b2c245d6ab
commit d1f78968a4

View File

@@ -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);