1. 17 Dec, 2012 2 commits
  2. 03 Dec, 2012 3 commits
  3. 22 Nov, 2012 1 commit
  4. 19 Nov, 2012 8 commits
  5. 10 Nov, 2012 1 commit
    • Michael Shigorin's avatar
      80-make-initfs: fix the silliest mistake ever · c30490e2
      Michael Shigorin authored
      *Of course* the "weird" [ ... ] || ... construct meant to avoid
      the non-zero exit status of the whole thing wasn't employed
      where it actually does make the difference!
      
      Thanks ildar@ for hitting and reporting this, as in
      
        + verbose '/usr/lib64/propagator exists'
        + '[' -n '' ']'
        mki-scripts: .../stage1/scripts.d/80-make-initfs: unable to run script.
        make[3]: *** [run-scripts] Error 1
      c30490e2
  6. 31 Oct, 2012 1 commit
  7. 30 Oct, 2012 1 commit
  8. 27 Oct, 2012 1 commit
    • Michael Shigorin's avatar
      distro/installer, use/live/x11 += use/firmware · 02791834
      Michael Shigorin authored
      This is thanks to the fact that alterator-based install2 needs
      alterator-browser-qt which needs X11 which needs working device drivers
      -- and at least AMD C60 APU would only yield a nice dotted white screen
      without that firmware.
      
      Roughly the same for X11 bearing LiveCD images.
      02791834
  9. 16 Oct, 2012 1 commit
    • Michael Shigorin's avatar
      stage2: cope with current make-initrd-propagator · aaddfb74
      Michael Shigorin authored
      The issue that appeared pretty hard to diagnose occured
      to be the enhancement made in make-initrd-propagator=0.8.1-alt1.2
      (that didn't hit Sisyphus until merged into 0.10-alt1) which
      drops propagator dependency.
      
      And that was optimized out in m-p, of course.
      aaddfb74
  10. 15 Oct, 2012 2 commits
    • Michael Shigorin's avatar
      80-make-initfs: fixed silly thinko · 90b8fd49
      Michael Shigorin authored
      The added pdir check was a hillarious(tm) overlooked bug indeed:
      I tried to put .../initfs/initfs instead of .../initfs as the result.
      
      Duly spotted by torabora@, thanks a lot.
      
      Still the kmod+propagator+kernel-image combo needed some tweaking too,
      see #27640
      90b8fd49
    • Michael Shigorin's avatar
      stage2: brevity fix · 944e0341
      Michael Shigorin authored
      A tiny bit less cut-n-paste. :)
      944e0341
  11. 10 Oct, 2012 2 commits
  12. 01 Oct, 2012 1 commit
  13. 24 Sep, 2012 2 commits
    • Michael Shigorin's avatar
      80-make-initfs: fix for current make-initrd* · 12a2fc98
      Michael Shigorin authored
      Thanks mithraen@ for spotting, boyarsh@ for explaining,
      and legion@ for hearty support :)
      
      The problem would manifest itself like this:
      
        /.host/script.sh: line 20: /usr/lib64/propagator/initfs: \
        No such file or directory
        mki-scripts: .../stage1/scripts.d/80-make-initfs: unable to run script.
      12a2fc98
    • Michael Shigorin's avatar
      install2: added convenient filesystems support · 30d0340d
      Michael Shigorin authored
      Thanks Serg Markov for bringing my attention to this:
      http://www.opennet.ru/openforum/vsluhforumID3/86552.html#61
      
      While the official distros might skip some filesystems for
      support reasons there's no reason for community distros to
      do so either.
      
      Let's try that with icewm.iso...
      
      NB: installer has a misfeature of dropping jfs/reiserfs
          support in runtime unless "expertmode" magic word
          is on the kernel bootargs string (#27763, #17368).
      30d0340d
  14. 12 Sep, 2012 4 commits
  15. 03 Sep, 2012 4 commits
    • Michael Shigorin's avatar
      actually useful vm/icewm · e52e2178
      Michael Shigorin authored
      See http://www.opennet.ru/openforum/vsluhforumID3/86239.html#1
      for a query that has led to this one; in particular,
      - xdm dropped (won't log in root and there are no users yet);
      - network is brought up and configured via DHCP by default;
      - apt-get works out-of-box;
      - default image size is twice the chroot size.
      e52e2178
    • 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
    • Michael Shigorin's avatar
      no more *silent* aliases · 84591991
      Michael Shigorin authored
      The missing "; @:" at the end of the otherwise recipeless rule
      resulted in target graph being broken; I should have checked this
      when introducing these aliases (the intent was to reduce noise).
      84591991
    • Michael Shigorin's avatar
      systemd += chkconfig · d2581522
      Michael Shigorin authored
      It appears that chkconfig wasn't getting pulled in
      by now if not told so explicitly.  Still in need.
      d2581522
  16. 13 Aug, 2012 1 commit
  17. 11 Aug, 2012 3 commits
    • Michael Shigorin's avatar
      features: hopefully better README · c08e86af
      Michael Shigorin authored
      Thanks both drool@ for his mild frustration with the current
      documentation as well as Greg Kroah-Hartman, Heikki Orsila
      and Neil Brown for http://lwn.net/Articles/504814/ -- the docs
      should really emphasize *why* something is done, not *how*,
      as the "how" part is better documented with the code itself
      (that doesn't mean that "the big picture" isn't needed).
      c08e86af
    • Michael Shigorin's avatar
      complex subprofile delimiter changed ("/" -> "@") · b21353a0
      Michael Shigorin authored
      That sub/stage2/install2 was somewhat clumsy actually as it looked
      like a hierarchical thing while being a substitution thing:
      generic stage2 would get put in place renamed as install2.
      
      This could only get worse with hierarchical features which have
      already been both requested and considered for quite a time,
      and "stage2 at install2" reads much more naturally.
      b21353a0
    • Michael Shigorin's avatar
      features: drop dirtags · 912dbcfd
      Michael Shigorin authored
      Finishes what 3dd02033
      has essentially done... the path seems to be elsewhere.
      912dbcfd
  18. 09 Aug, 2012 1 commit
    • Michael Shigorin's avatar
      git usage refactoring · c4311108
      Michael Shigorin authored
      There were heaps of "if type -t git" there already;
      it wasn't an unintentional mishap but rather a moderate
      copy-paste to get the use cases, and now these seem to
      have essentially settled.
      
      So time to scrap some dups.
      
      NB: the scripts in the generated profile can't rely on
      the contents of the metaprofile (these need to be able
      to work in standalone case either), so a bit of crap
      still lurks there.
      c4311108
  19. 08 Aug, 2012 1 commit