Provisory new -e pseudo path --interval:appened_partition_N:all::

This commit is contained in:
2015-12-30 18:04:16 +00:00
parent 2afe09e42a
commit 885ef25be3
4 changed files with 106 additions and 20 deletions

View File

@ -2384,7 +2384,7 @@ problem_handler_2:;
xorriso->boot_image_emul= 2;
}
boot_path[0]= 0;
if(argv[i][0] != '/')
if(argv[i][0] != '/' && strncmp(argv[i], "--interval:", 11) != 0)
strcat(boot_path, "/");
ret= Sfile_str(boot_path + strlen(boot_path), argv[i], 0);
if(ret <= 0)