projects
/
petitboot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
936e572
)
ui/test: print default status of boot options
author
Jeremy Kerr
<jk@ozlabs.org>
Tue, 21 May 2013 07:23:55 +0000
(15:23 +0800)
committer
Jeremy Kerr
<jk@ozlabs.org>
Mon, 24 Jun 2013 04:52:49 +0000
(12:52 +0800)
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
ui/test/discover-test.c
patch
|
blob
|
history
diff --git
a/ui/test/discover-test.c
b/ui/test/discover-test.c
index 5077937d3f17f49e4a0a725c43a47b1c885aeb07..b81d367ab77218c9ea958e4d076d5698c956cc27 100644
(file)
--- a/
ui/test/discover-test.c
+++ b/
ui/test/discover-test.c
@@
-41,6
+41,7
@@
static int print_boot_option_add(struct device *dev,
printf("\tboot: %s\n", opt->boot_image_file);
printf("\tinit: %s\n", opt->initrd_file);
printf("\targs: %s\n", opt->boot_args);
+ printf("\tdefault:%d\n", opt->is_default);
return 0;
}