1. 26 May, 2012 1 commit
    • Michael Shigorin's avatar
      lib/common.mk: avoid using uninitialized variables · 860e20c6
      Michael Shigorin authored
      It somehow managed to evade me that $(TMP) might be uninitialized;
      definitely should be checked before stuffing into sed substitution
      command.
      
      NB: this could be done in pure make but my take was less readable.
      
      Thanks shadowsbrother/gmail for hitting and reporting this.
      860e20c6
  2. 25 May, 2012 1 commit
  3. 21 May, 2012 8 commits
  4. 16 May, 2012 3 commits
  5. 14 May, 2012 3 commits
  6. 10 May, 2012 5 commits
    • Michael Shigorin's avatar
      lib/distro.mk: tiny ISO info tweak · 9eae9d7b
      Michael Shigorin authored
      udisks seem to pass up META_VOL_ID;
      let's make it a bit more informative.
      9eae9d7b
    • Michael Shigorin's avatar
      citramon: use proprietary 3d drivers · 8be6c238
      Michael Shigorin authored
      nouveau just didn't work out on a GF7100 at hand
      (while nvidia did fine) as well as on a MX440.
      
      Need more real hardware testing though.
      8be6c238
    • Michael Shigorin's avatar
      use/installer/kms · e6aa4ecc
      Michael Shigorin authored
      Just like livecd-install, graphical installer KMS support
      looks better as an optional part of install2 feature.
      
      Of course it's optional only if the release manager is fine
      with VESA drivers and not KMS-requiring intel/radeon/nouveau;
      thanks led@ for a confirmation just in case.
      e6aa4ecc
    • Michael Shigorin's avatar
      live: factored out installation options · 6b0e5838
      Michael Shigorin authored
      After having added metadata dependency livecd-install
      started to look more like a feature than like an intermediate
      distribution target; so things were shuffled a bit that way.
      6b0e5838
    • 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
  7. 07 May, 2012 3 commits
  8. 06 May, 2012 12 commits
  9. 04 May, 2012 1 commit
    • Michael Shigorin's avatar
      initial branding feature · 51f5b880
      Michael Shigorin authored
      As duly noted by glebfm@, branding issues need more attention
      by now since only stage1/install2 got some of it so far in this
      regard.  Hence the dedicated feature comes to the rescue
      (well no, it doesn't actually mess with rescue!).
      51f5b880
  10. 25 Apr, 2012 1 commit
  11. 24 Apr, 2012 1 commit
  12. 23 Apr, 2012 1 commit