Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Correct banner titles in configuration screens
[palacios.git] / scripts / kconfig / zconf.y
index d8c4e5a..3040534 100644 (file)
@@ -459,7 +459,7 @@ void conf_parse(const char *name)
        sym_init();
        menu_init();
        modules_sym = sym_lookup("MODULES", 0);
-       rootmenu.prompt = menu_add_prompt(P_MENU, "LWK Configuration", NULL);
+       rootmenu.prompt = menu_add_prompt(P_MENU, "Palacios VMM Configuration", NULL);
 
 #if YYDEBUG
        if (getenv("ZCONF_DEBUG"))