[iso] Set drive label according to the one from ISO

* required for Linux distros such as Arch Linux
* also added udf_get_logical_volume_id to libcdio and other fixes
* also prevents overwrite of ldlinux.sys from ISO
* closes #36
This commit is contained in:
Pete Batard 2012-02-14 20:52:39 +00:00
parent 36be65ed23
commit e17de3312f
8 changed files with 110 additions and 22 deletions

View file

@ -145,6 +145,7 @@ typedef struct {
/* ISO details that the application may want */
typedef struct {
char label[64];
uint64_t projected_size;
BOOL has_4GB_file;
BOOL has_bootmgr;