Provisory new -e pseudo path --interval:appened_partition_N:all::
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user