1. 03 Apr, 2020 1 commit
  2. 17 Jun, 2019 1 commit
  3. 13 Aug, 2018 1 commit
  4. 25 Sep, 2017 1 commit
  5. 27 Jul, 2016 1 commit
  6. 01 Apr, 2016 2 commits
  7. 05 Feb, 2016 1 commit
    • Michael Shigorin's avatar
      firmware: a trivial tracing fixup · f197b971
      Michael Shigorin authored
      The issue with these "; @:" thinglets is that mkimage-profiles
      relies on target tracing (see commit 788cad88 some four years ago);
      and this tracing approach relies on non-empty recipes which do call
      shell (which gets (ab)used) unlike empty ones which oviously don't.
      
      So this _will_ be traced properly:
      
          a: b
      	@echo "hello world"
      
      and this will too:
      
          a: b; @:
      
      but this will result in a broken graph with REPORT=1:
      
          a: b
      f197b971
  8. 23 Dec, 2015 1 commit
  9. 29 Aug, 2014 1 commit
  10. 12 Aug, 2013 1 commit
  11. 18 Mar, 2013 1 commit
  12. 05 Mar, 2013 1 commit
    • Michael Shigorin's avatar
      firmware: added "full" target · 50dccfc0
      Michael Shigorin authored
      The reason is to contain the implementation details
      within this feature while adding the ability to include
      everything it can provide (e.g., for rescue images).
      50dccfc0
  13. 21 Feb, 2013 2 commits
  14. 21 Jan, 2013 1 commit
  15. 23 Apr, 2012 2 commits
  16. 10 Apr, 2012 1 commit
    • Michael Shigorin's avatar
      firmware: mv {MAIN,THE}_PACKAGES · 865f4c76
      Michael Shigorin authored
      THE_PACKAGES_REGEXP is in place, let's rebase firmware packages
      so these would be available in LiveCDs either.
      
      The news for systems being installed is that MAIN_* is optional
      while THE_* is included in base system; firmware packages tend
      to be pretty tiny and harmless.
      
      kernel-wifi pkglist has absolutely no sense by now, hence purged;
      firmware-rt* and firmware-i2400m are merged into firmware-linux.
      865f4c76
  17. 20 Dec, 2011 1 commit
    • Michael Shigorin's avatar
      firmware related fixups · a8ccfb3d
      Michael Shigorin authored
      - it wasn't firmware-carl9170 but firmware-carl9170-1.9.4
      - firmware-linux Obsoletes: firmware-iwl* since 20110520-alt1
      a8ccfb3d
  18. 04 Nov, 2011 4 commits
    • Michael Shigorin's avatar
      wash, rinse, repeat · 720a5796
      Michael Shigorin authored
      install2 cleanups:
      
      - functionally indifferent ones: particularly, install2/*/98system's
        "mkdir -p /image" was superfluous as it was done by that time already
        by sub.in/stage2/image-scripts.d/00stage1
      
      - taken apart, prepared for tags: so far it's a mostly moot change
        since the installer cleanup scripts themselves are mostly the same as
        preceding 90cleanup was (with some additions corresponding to recent
        kernel development); it's still unclear what the mechanism for
        configuring the cleanups in effect will be, either directory/package
        regex lists or tagged scripts excluded from execution by yet another tag
      
      fixes:
      
      - image.in/Makefile: fix metadata related test; the actual test was
        assuming that stage1 kernel means installer, which is not the case
        since generic stage2 introduction; oh well
      
      - 85cleanup-lowmem: a "_" too much was the culprit in destroying the
        needed translations along with those deemed superfluous; thanks go to
        Oleg Ivanov and Lenar Shakirov for finding the bug and proposing the
        fix altogether
      
      additions:
      
      - features.in/Makefile: reworked help target; it was rather inaccessible
        due to BUILDDIR normally undefined at the time of direct make
        invocation, and BUILDDIR is normally defined during normal builds
        anyways so let's try it this way.
      
      - README++
      
      daydreams:
      
      - 01-genbasedir: we should drop bzip2 compressed pkglists some day
        but see genbasedir and apt-cdrom first, 90-pkg.sh (alterator-pkg)
        will fail miserably otherwise
      720a5796
    • Michael Shigorin's avatar
      added some missing READMEs to a few features · 74e81984
      Michael Shigorin authored
      (these *really* should be added atomically with the changes!)
      74e81984
    • Michael Shigorin's avatar
      COMMON_PACKAGES and SYSTEM_PACKAGES · 774169c6
      Michael Shigorin authored
      It was clear that "common" isn't very apt for packages that
      will get *everywhere*, and became apparent when the need for
      a "base+live packages" variable arrived with powerbutton feature.
      
      So:
      - the former COMMON_PACKAGES are now SYSTEM_PACKAGES;
      - COMMON_PACKAGES act as "BASE+LIVE_PACKAGES".
      
      Note that SYSTEM_PACKAGES also got factored out from stage2 based
      features into stage2 subprofile itself; cleanups were due as well.
      774169c6
    • Michael Shigorin's avatar
      installer firmware support · e53b6acb
      Michael Shigorin authored
      Thanks go to lakostis@ (see #18047) for all the aic94xx reminders
      and the final testing of the proposed image.
      e53b6acb