From b913b471440d8601245c6c73c90c3ce0ec286cc4 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Fri, 31 Aug 2007 23:26:04 +0000 Subject: [PATCH] display vga property --- tools/emile-install.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/emile-install.c b/tools/emile-install.c index 06cd59b..4c4be8c 100644 --- a/tools/emile-install.c +++ b/tools/emile-install.c @@ -194,6 +194,10 @@ int main(int argc, char** argv) "timeout", property) != -1) printf("timeout %ld\n", strtol(property, NULL, 0)); + if (config_get_property(configuration, + "vga", property) != -1) + printf("vga %s\n", property); + current = 0; for (index = 0; index < 20; index++) {