1. 25 Jul, 2018 5 commits
    • Michael Shigorin's avatar
      doc: assorted updates/fixups · f8a264bb
      Michael Shigorin authored
      doc/archdep.txt was the reason to look closer,
      and some other files needed a bit of facelift
      by now too (would be better to do that in sync).
      f8a264bb
    • Michael Shigorin's avatar
      slightly better license info · 611ec48e
      Michael Shigorin authored
      There's an ISO9660 COPY tag for license info file;
      make use of it, factoring use/docs/license out
      while at that.
      
      One of the goals was to make it hold the reference
      to reference to GPL in regular builds and starterkits
      ;-)
      611ec48e
    • Michael Shigorin's avatar
      build-distro: add isodata metadata support · a257c2ae
      Michael Shigorin authored
      A bunch of duplicated variable names for mkimage,
      just short-circuit those to the already available
      (and hopefully filled in) BOOT_* ones.
      a257c2ae
    • Michael Shigorin's avatar
      rework isoboot support beyond x86 · 3c2ef1c0
      Michael Shigorin authored
      Every .iso was assumed to be bootable since the very beginning[*],
      and isoboot images were deemed to be x86 isolinux ones; this didn't
      change with basic ppc/armh support as I never ran into hardware
      that would _boot_ those ISOs, not only run the code, and it was
      only e2k isodata project that finally forced this refactoring.
      
      It's still not perfect: pack and syslinux features still end up
      somewhat interwoven, and too much places care for architecture
      the image is being built for (instead of archdep features tossing
      their appropriate bits and pieces in).
      
      Should help:
      - any-arch regarding isodata images;
      - {x86,aarch64}/efi by decoupling isoboot and isolinux;
      - ppc{,64} as introducing yaboot support will be easier now;
      - mipsel{,64} too, hopefully.
      
      * I knew of school addon images baked with mkimage-profiles-desktop
        but postponed and then neglected the whole problem for years...
      3c2ef1c0
    • Michael Shigorin's avatar
      e2k: skip license step during installation · db319bb4
      Michael Shigorin authored
      This one will be handled by MCST at the moment.
      db319bb4
  2. 23 Jul, 2018 4 commits
  3. 20 Jul, 2018 4 commits
  4. 16 Jul, 2018 26 commits
  5. 09 Jul, 2018 1 commit