summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-07-09 10:40:44 -0700
committerGeoff Levand <geoffrey.levand@am.sony.com>2009-07-09 10:40:44 -0700
commit073beb0e626616ef6234dbb0eee24930517c61a9 (patch)
tree85da65917b9d39a7df894a9172c23365530983a2
parentcc8ecf78b67d048c2c06b280fd5755290a0ed4fa (diff)
downloadtalos-petitboot-073beb0e626616ef6234dbb0eee24930517c61a9.tar.gz
talos-petitboot-073beb0e626616ef6234dbb0eee24930517c61a9.zip
Fix ps3 boot game OS
Fix the PS3 boot game OS item. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
-rw-r--r--ui/ncurses/ps3-cui.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/ncurses/ps3-cui.c b/ui/ncurses/ps3-cui.c
index 62ca7fa..f4c9841 100644
--- a/ui/ncurses/ps3-cui.c
+++ b/ui/ncurses/ps3-cui.c
@@ -316,8 +316,7 @@ static struct pmenu *ps3_mm_init(struct ps3_cui *ps3_cui)
int result;
struct pmenu *m;
struct pmenu_item *i;
- static const char *const bgo[] =
- {"/usr/sbin/ps3-boot-game-os-NOT", NULL};
+ static const char *const bgo[] = {"/usr/sbin/ps3-boot-game-os", NULL};
m = pmenu_init(ps3_cui->cui, 3, cui_on_exit);
OpenPOWER on IntegriCloud