Displaying 3 results from an estimated 3 matches for "analyze_image".
2013 Nov 22
3
Read MBR and store in a file?
...rt on all contents of an vm image. [1] [2] Create the
image on two different machines, compare them and see, that there are
no important differences besides temporary files.)
Cheers,
adrelanos
[1] https://github.com/Whonix/Whonix/issues/113
[2] https://github.com/Whonix/Whonix/blob/master/release/analyze_image
2013 Nov 22
0
Re: Read MBR and store in a file?
...2] Create the
> image on two different machines, compare them and see, that there are
> no important differences besides temporary files.)
>
> Cheers,
> adrelanos
>
> [1] https://github.com/Whonix/Whonix/issues/113
> [2] https://github.com/Whonix/Whonix/blob/master/release/analyze_image
You might also want to take a look at virt-ls (although that *only*
compares files, not the other data outside the filesystem):
http://libguestfs.org/virt-ls.1.html#differences-in-snapshots-and-backing-files
I keep meaning to write a comprehensive "virt-diff" tool. I needed it
myself...
2013 Nov 22
1
Re: Read MBR and store in a file?
...ferent machines, compare them and see, that there are
> > no important differences besides temporary files.)
> >
> > Cheers,
> > adrelanos
> >
> > [1] https://github.com/Whonix/Whonix/issues/113
> > [2] https://github.com/Whonix/Whonix/blob/master/release/analyze_image
>
> You might also want to take a look at virt-ls (although that *only*
> compares files, not the other data outside the filesystem):
>
> http://libguestfs.org/virt-ls.1.html#differences-in-snapshots-and-backing-files
>
> I keep meaning to write a comprehensive "virt-di...