1. 04 Apr, 2021 1 commit
  2. 24 Nov, 2020 1 commit
  3. 31 Aug, 2020 1 commit
    • Michael Shigorin's avatar
      bootloader: just skip on e2k · 1cf05b63
      Michael Shigorin authored
      There's no need for bootloader on Elbrus platform
      since firmware boots Linux just fine; note that
      the whole feature is betted omitted since its
      script checks for the case when the feature
      is requested but not configured properly.
      1cf05b63
  4. 09 Jun, 2020 1 commit
  5. 05 Jun, 2020 1 commit
  6. 22 May, 2020 1 commit
  7. 13 Jan, 2020 1 commit
  8. 01 Nov, 2019 1 commit
  9. 19 Aug, 2019 1 commit
  10. 04 Jun, 2019 3 commits
  11. 13 Aug, 2018 1 commit
  12. 21 May, 2018 1 commit
  13. 24 Jan, 2018 1 commit
    • Michael Shigorin's avatar
      bootloader, live: arrange alterator module · b92f0224
      Michael Shigorin authored
      ...explicitly; this has been triggered by the change to
      livecd-install as of 0.9.10-alt2 (doesn't R: alterator-grub
      anymore to allow non-grub platforms as well).
      
      This should be a no-op _together_ with the mentioned change
      by now as grub is selected explicitly; will take more attention
      for e.g. e2k as the problem just shifted here from livecd-install.
      Reported-by: 's avatarLeonid Krivoshein <klark@altlinux.org>
      b92f0224
  14. 24 Nov, 2013 2 commits
    • Michael Shigorin's avatar
      bootloader: add a guardian · 00c58c37
      Michael Shigorin authored
      BASE_BOOTLOADER must have been set to any of the supported
      bootloader names somewhere during configuration; it is not
      impossible to avoid this elsewhere so let's put a guardian
      script which will stop the build which is known to result
      in a broken image.
      00c58c37
    • Michael Shigorin's avatar
      00example, bootloader, install2: drop sub/main · 657c0bf6
      Michael Shigorin authored
      sub/main subprofile should not be requested directly
      as documented in its README but rather via use/repo/main;
      let's fix this discrepancy and check that no regressions
      come hurling down.
      657c0bf6
  15. 10 Jun, 2013 1 commit
    • Michael Shigorin's avatar
      README update · 5b21100b
      Michael Shigorin authored
      These have been proofread somewhat to correspond
      to the current state of affairs; a missing one
      was added for fonts feature.
      5b21100b
  16. 01 Oct, 2012 1 commit
  17. 23 Apr, 2012 1 commit
  18. 06 Feb, 2012 1 commit
  19. 11 Jan, 2012 1 commit
  20. 06 Nov, 2011 1 commit
    • Michael Shigorin's avatar
      full-view docs update · ddf0c5b7
      Michael Shigorin authored
      - toplevel README received some long-needed refactoring
        + lowlevel detail moved, well, to lowlevel READMEs
      - reflected more thoroughly that m-p is not about distros anymore
      - dropped features.in/00example/README.en: it's already out-of-date
        a bit, and there's no perceived need in thorough English docs so far
      - wiki article got split into parts and somewhat rewritten, links updated
      - mv doc/{CodingStyle,style.txt}
      ddf0c5b7
  21. 04 Nov, 2011 5 commits
    • Michael Shigorin's avatar
      official {distro,ve}/* support · d5a5941f
      Michael Shigorin authored
      This is quite a large-scale change since mkimage-profiles got used to
      baking distributions over the last year, and virtual environments are
      quite different, so e.g. image.in/Makefile had to be split in two with
      the main part of it moved into features.in/iso/lib/.
      
      Short overview:
      
      - features.in/Makefile: lib/ support
        (supporting VE images requires dynamic modifications
        to image.in/Makefile before starting the build;
        the most natural way to achieve that seems to use
        features mechanism along with makefile include dir)
      
      - packaging format related part moved into features.in/pack
        (should be better prepared for diversity either)
      - features.in/iso renamed to features.in/build-distro
      - features.in/ve  renamed to features.in/build-ve
        + NB: these could not be merged as e.g. features.in/build
          due to completely different script hooks
      
      - lib/image.mk renamed to lib/build.mk
      - image, config, log postprocessing moved downstream
      - added a sort of a topping in the form of lib/sugar.mk
      - assorted style fixups (like ifeq usage)
      
      - clean.mk: reliability fix (the problem was observed by Oleg Ivanov
        and me too but finally it did get the attention quantum)
      
      - reviewed, updated and extended docs
        + QUICKSTART: should be[come] a step-by-step guide
          (thanks Leo-sp50 for prodiving feedback)
      d5a5941f
    • Michael Shigorin's avatar
      avoid setting GLOBAL_* altogether · 5d37a0c5
      Michael Shigorin authored
      Applying set() and only set() to a GLOBAL_* is safe
      but still a potentially confusing example; so let's
      just do it right (and warn unsuspecting folks too).
      5d37a0c5
    • Michael Shigorin's avatar
      docs update · fba30e06
      Michael Shigorin authored
      Rather minor fixups for things changed in the meanwhile and not
      yet (re)documented properly; and a change for memtest feature
      to require syslinux feature (the code's been changed to fit
      the updated description, actually, and the change is purely
      formal as no syslinux alternative is being used/planned so far).
      fba30e06
    • Michael Shigorin's avatar
      fixed grub installer distros · 9475d199
      Michael Shigorin authored
      These were broken since 5ff375aa10bee7937db457d3df3115f938bb6c77
      due to no bootloader being tossed anymore by the very
      installer-distro-altlinux-generic (which is the default)
      9475d199
    • Michael Shigorin's avatar
      rough bootloader selection draft (grub/lilo) · 20844de7
      Michael Shigorin authored
      NB: needs installer-distro-altlinux-generic = 6.0-alt2
          as it doesn't require alterator-grub indefinitely
      20844de7