1. 01 Jun, 2015 7 commits
  2. 31 May, 2015 14 commits
  3. 13 May, 2015 1 commit
  4. 05 May, 2015 1 commit
    • Michael Shigorin's avatar
      mkimage-profiles.asciidoc: index optimization · f1704f27
      Michael Shigorin authored
      The new archdep part has been initially included into
      "The Basics" chapter which it doesn't really belong to,
      let's move it into Addendum.
      
      NB: I'd better try building a package and skimming over
          at least the index upon having modified docs next time.
      f1704f27
  5. 04 May, 2015 5 commits
  6. 02 May, 2015 2 commits
  7. 27 Apr, 2015 1 commit
  8. 20 Apr, 2015 9 commits
    • Michael Shigorin's avatar
      pkg.in/lists: archdep suffices for pkglists · ac5dbb4b
      Michael Shigorin authored
      This is an initial implementation of architecture dependent
      contents handling for package lists more or less in the vein
      of mkimage-profiles-desktop's one *but* using suffix part to
      filter words in or out *not* prefix part to replace it with
      a comment marker (thus filtering out lines).
      
      The syntax should be pretty obvious:
      
        a b@i586 c@x86_64
      
      will get "a b" given ARCH=i586 and "a c" given ARCH=x86_64;
      please see doc/archdep.txt for a more elaborate description
      and a conversion script.
      ac5dbb4b
    • Michael Shigorin's avatar
      gear-store-tags · f6d27904
      Michael Shigorin authored
      f6d27904
    • Michael Shigorin's avatar
      1.1.64-alt1 · 50c053fb
      Michael Shigorin authored
      - modularized stage1 modules list
      50c053fb
    • Michael Shigorin's avatar
      stage1: added ext4.ko to modules · f9f1437b
      Michael Shigorin authored
      It's been found out that live_rw isn't going to work
      without ext4 module being available; let's ensure that.
      f9f1437b
    • Michael Shigorin's avatar
      live.mk: initial live-privacy image · 96574fce
      Michael Shigorin authored
      This one has been brewing since last autumn but the need
      to cut down the stage1 (propagator) modules has been stopping
      the code from showing up in master branch; now that the proper
      infrastructure is in place it's there too.
      96574fce
    • Michael Shigorin's avatar
      live: added use/live/privacy · e63c5e93
      Michael Shigorin authored
      This target is responsible for providing isolation
      of local hard drives and networking from the system
      running off the LiveCD/Flash.
      e63c5e93
    • Michael Shigorin's avatar
      memclean: new feature · 71caf44a
      Michael Shigorin authored
      This one is likely to get just a single user right now
      but the future potential is clearly higher.
      
      Please do review libzmalloc implementation if concerned.
      71caf44a
    • Michael Shigorin's avatar
      stage2: make use of finer-grained module lists · 111ec1d0
      Michael Shigorin authored
      This is sort of laying the ground for the future dismantling
      of 10-stage2 (which was sub.in/stage1/modules just recently);
      things look like tagged lists might become due some day, e.g.
      "net+usb" or "scsi+raid" -- time will tell.
      111ec1d0
    • Michael Shigorin's avatar
      a few modules.d test drives · 559f80ad
      Michael Shigorin authored
      These are aimed to test the modules.d/ and auto-pickup
      implementation as well as to present an example.
      
      At least 50-net might change (or just get renamed to avoid
      auto-pickup) some day as the "net" feature's meaning is
      to provide networking upon bootup and these modules are
      only needed within stage1 if we're going to netboot;
      and that's quite different thing.
      
      armh-cubox bits are prone to get renamed/generalized too
      since e.g. ArmadaXP based server images are going to need
      this as well.
      559f80ad