Changes between Version 2 and Version 6 of Ticket #555


Ignore:
Timestamp:
Aug 24, 2015, 12:44:41 PM (9 years ago)
Author:
Alex Samorukov
Comment:

dmg compression working with dmglib from the https://github.com/andreas56/libdmg-hfsplus, using /dmg/dmg dmg ~/tmp/smartmontools.dmg test.dmg. Also this adds valid checksum to the image:

bash-3.2$ hdiutil verify test.dmg
Checksumming whole disk (unknown partition : 0)…
......................................................................................................................................................
  whole disk (unknown partition : 0): verified   CRC32 $71CDFD20
......................................................................................................................................................
verified   CRC32 $F1CCA2CE
hdiutil: verify: checksum of "test.dmg" is VALID

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #555 – Description

    v2 v6  
    44
    551. ~~Setup and build smartmontools under osxcross, check if autoconf may handle this~~ [done]
    6 2. Find if it is possible to generate pkg and dmg on Linux [2] ?
    7 3. Find if it is possible to run smartd as a daemon with desktop notifications
    8 4. If everything works - add result to the SF downloads :)
     62. Find if it is possible to generate pkg on Linux
     73. ~~Find if it possible to do dmg on Linux~~ [done, using mkisofs + dmg]?
     84. Find if it is possible to run smartd as a daemon with desktop notifications
     95. Make smartctl/smartd universal binaries (32 and 64 bits)
     106. If everything works - add result to the SF downloads :)
    911
    1012[1] https://github.com/tpoechtrager/osxcross