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.


Utility cleanup
[palacios.git] / linux_usr / v3_create.c
index a73297f..26efeb1 100644 (file)
@@ -33,7 +33,7 @@ int main(int argc, char* argv[]) {
        return -1;
     }
 
-    printf("Launching guest: %s\n", filename);
+    printf("Creating guest: %s\n", filename);
 
     guest_fd = open(filename, O_RDONLY); 
 
@@ -57,7 +57,7 @@ int main(int argc, char* argv[]) {
     
     close(guest_fd);
 
-    printf("Loaded guest image. Launching to V3Vee\n");
+    printf("Loaded guest image. Creation begins.\n");
     
     strncpy(guest_img.name, name, 127);