projects
/
petitboot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a57970
)
Unify boot messages
author
Jeremy Kerr
<jk@ozlabs.org>
Tue, 8 Jan 2008 05:37:57 +0000
(16:37 +1100)
committer
Jeremy 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
patch
|
blob
|
history
diff --git
a/petitboot.c
b/petitboot.c
index 48442e9c065f3c7f9d65b74eac1857e450820c9d..ee6893032e6d033be6ddd9d6e8cac16c68a2695c 100644
(file)
--- 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: