diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2008-01-08 16:37:57 +1100 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2008-01-08 16:37:57 +1100 |
commit | 469642a52fc3f3f1ffd3f29ae16286876500ff9a (patch) | |
tree | b543241dd1b67ef3331ea3a521c26e95d45635a9 | |
parent | 1a57970670fa73eba47fb26c85316c6eb2884f76 (diff) | |
download | talos-petitboot-469642a52fc3f3f1ffd3f29ae16286876500ff9a.tar.gz talos-petitboot-469642a52fc3f3f1ffd3f29ae16286876500ff9a.zip |
Unify boot messages
Both linux and gameos boots have elipses.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
-rw-r--r-- | petitboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/petitboot.c b/petitboot.c index 48442e9..ee68930 100644 --- a/petitboot.c +++ b/petitboot.c @@ -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: - pboot_message("booting to GameOS"); + pboot_message("booting to GameOS..."); system(BOOT_GAMEOS_BIN); } case TwinEventKeyUp: |