mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Rename DiscImageChef to Aaru when saving VirtualBox disk images.
This commit is contained in:
@@ -43,7 +43,8 @@ namespace Aaru.DiscImages
|
||||
const string SUN_VDI = "<<< Sun VirtualBox Disk Image >>>\n";
|
||||
const string INNOTEK_VDI = "<<< innotek VirtualBox Disk Image >>>\n";
|
||||
const string INNOTEK_OLD_VDI = "<<< InnoTek VirtualBox Disk Image >>>\n";
|
||||
const string DIC_VDI = "<<< DiscImageChef VirtualBox Disk Image >>>\n";
|
||||
const string DIC_VDI = "<<< DiscImageChef VirtualBox Disk Image >>>\n";
|
||||
const string DIC_AARU = "<<< Aaru VirtualBox Disk Image >>>\n";
|
||||
|
||||
const uint MAX_CACHE_SIZE = 16777216;
|
||||
const uint MAX_CACHED_SECTORS = MAX_CACHE_SIZE / 512;
|
||||
|
||||
@@ -128,6 +128,9 @@ namespace Aaru.DiscImages
|
||||
case DIC_VDI:
|
||||
imageInfo.Application = "DiscImageChef";
|
||||
break;
|
||||
case DIC_AARU:
|
||||
imageInfo.Application = "Aaru";
|
||||
break;
|
||||
}
|
||||
|
||||
imageStream = stream;
|
||||
|
||||
@@ -85,7 +85,7 @@ namespace Aaru.DiscImages
|
||||
|
||||
vHdr = new VdiHeader
|
||||
{
|
||||
creator = DIC_VDI,
|
||||
creator = DIC_AARU,
|
||||
magic = VDI_MAGIC,
|
||||
majorVersion = 1,
|
||||
minorVersion = 1,
|
||||
|
||||
Reference in New Issue
Block a user