]> git.ozlabs.org Git - petitboot/commitdiff
Unify boot messages
authorJeremy Kerr <jk@ozlabs.org>
Tue, 8 Jan 2008 05:37:57 +0000 (16:37 +1100)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 8 Jan 2008 05:37:57 +0000 (16:37 +1100)
Both linux and gameos boots have elipses.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
petitboot.c

index 48442e9c065f3c7f9d65b74eac1857e450820c9d..ee6893032e6d033be6ddd9d6e8cac16c68a2695c 100644 (file)
@@ -795,7 +795,7 @@ twin_bool_t pboot_event_filter(twin_screen_t            *screen,
                /* Another gross hack for booting back to gameos */
                case KEY_BACKSPACE:
                case KEY_DELETE:
                /* Another gross hack for booting back to gameos */
                case KEY_BACKSPACE:
                case KEY_DELETE:
-                       pboot_message("booting to GameOS");
+                       pboot_message("booting to GameOS...");
                        system(BOOT_GAMEOS_BIN);
                }
        case TwinEventKeyUp:
                        system(BOOT_GAMEOS_BIN);
                }
        case TwinEventKeyUp: