New command -extract_boot_images
This commit is contained in:
@ -380,6 +380,8 @@ int Xorriso_extract_cut(struct XorrisO *xorriso,
|
||||
char *img_path, char *disk_path,
|
||||
off_t img_offset, off_t bytes, int flag);
|
||||
|
||||
int Xorriso_extract_boot_images(struct XorrisO *xorriso, char *disk_dir_path,
|
||||
int flag);
|
||||
|
||||
int Xorriso_relax_compliance(struct XorrisO *xorriso, char *mode,
|
||||
int flag);
|
||||
@ -642,6 +644,9 @@ int Xorriso_apply_sort_file(struct XorrisO *xorriso, char *path, int flag);
|
||||
|
||||
int Xorriso_report_system_area(struct XorrisO *xorriso, char *form, int flag);
|
||||
|
||||
int Xorriso_list_boot_images(struct XorrisO *xorriso,
|
||||
char ***imgs, int *img_count, int flag);
|
||||
|
||||
int Xorriso_external_filter_banned(struct XorrisO *xorriso, char *purpose,
|
||||
int flag);
|
||||
|
||||
@ -668,5 +673,8 @@ int Xorriso_make_guid(struct XorrisO *xorriso, char *line, int flag);
|
||||
|
||||
int Xorriso_set_libisofs_now(struct XorrisO *xorriso, int flag);
|
||||
|
||||
int Xorriso_obtain_indev_readsize(struct XorrisO *xorriso, uint32_t *blocks,
|
||||
int flag);
|
||||
|
||||
#endif /* Xorrisoburn_includeD */
|
||||
|
||||
|
Reference in New Issue
Block a user