1. 21 Feb, 2013 1 commit
    • Michael Shigorin's avatar
      kernel: introduced use/kernel/net target · 753d8273
      Michael Shigorin authored
      The various *8168 and friends among kernel modules
      have finally been pushed into a designated target
      so that RM doesn't have to care which particular
      additional ethernet modules are available in this
      particular branch and kernel.
      
      Tweak distros as appropriate.
      
      NB: *maybe* this is required by distro/.base either.
      753d8273
  2. 04 Feb, 2013 2 commits
  3. 03 Sep, 2012 1 commit
    • Michael Shigorin's avatar
      use un-def kernel by default · 0e8871e7
      Michael Shigorin authored
      3.5.2-std-def-alt2 brings boot problems which were absent
      with 3.4.x-std-def and are absent with 3.5.x-un-def;
      seems like it's better to stay with known good variant
      at the moment instead of having to fall back to it.
      0e8871e7
  4. 10 May, 2012 1 commit
    • Michael Shigorin's avatar
      initial kernel and metadata features · c83cc111
      Michael Shigorin authored
      This further refines the modular build by making
      metadata being a clearly separated feature rather
      than having to rely on runtime tests, and also by
      moving the code which cares for kernel bits of base
      installation (.base list) in a feature of its own.
      
      There's more to it but let's get the ball rolling first.
      c83cc111