1. 31 Mar, 2014 1 commit
    • Michael Shigorin's avatar
      mediacheck: the former isomd5sum · f28a83ca
      Michael Shigorin authored
      This one is quite different already and utility-based name
      was pretty clumsy; meet the new feature and retire the old
      experimental one.
      
      Please note that quite aggressive cleanups are implemented
      within this stage2-based subprofile for the simple reason
      that it has a single task to do; nothing else is expected
      to be configured into it for that matter.
      
      This functionality asks to be further moved into initrd of course;
      adding it there will take a few more decisions to be made, mostly
      regarding user interaction in failure scenarios, and it looks like
      mkimage will have to be patched in case this doesn't just go into
      full.cz under some sort of conditional check.
      f28a83ca
  2. 16 Dec, 2011 1 commit
    • Michael Shigorin's avatar
      initial isohybrid support · 6fadf7e0
      Michael Shigorin authored
      Here we go with postprocessing priorities along the way
      as ISO hybridization has to occur before implanting
      final MD5 sum (which must happen earlier than e.g. some
      external MD5SUM file generation).
      
      Unfortunately proper dependencies aren't applicable here
      (though I'd like to be proved wrong on this one).
      
      Please note that this needs propagator > 20101130-alt9
      for automatic mode to work (has also been worked around
      in gfxboot case with design-bootloader-source-6.0-alt1).
      
      Thanks rom_as@ for asking about the hybrid image status
      and helping out with testing.
      6fadf7e0
  3. 19 Nov, 2011 1 commit
    • Michael Shigorin's avatar
      introduced add_feature function · 9cedefdb
      Michael Shigorin authored
      The features might get copy-pasted (or even copied-and-pruned)
      when initialized; there's an unneccessary duplication of the
      function name in the line adding it to FEATURES list, thus
      prone to being forgotten and causing some havoc later on.
      
      It was wrong in the first place but tackling this with some
      double-colon rules ran into terminality issues, and further
      tortures were considered unneccessary.
      
      The current solution isn't perfect (no completely transparent
      function name registration upon corresponding target being called)
      but at least it is an improvement...
      9cedefdb
  4. 11 Nov, 2011 1 commit
    • Michael Shigorin's avatar
      initial isomd5sum feature · 52f68973
      Michael Shigorin authored
      This is a base for "media check" to become available:
      using this feature will implant a checksum into the image
      so that it can be verified during install.
      
      Also added a test/demo distro/live-isomd5sum target.
      For real distros an alterator module is probably due.
      52f68973