1. 16 Feb, 2015 5 commits
    • Michael Shigorin's avatar
      vagrant: initial implementation · 451d7c01
      Michael Shigorin authored
      This feature adds initial vagrant-compatible box
      build support as outlined in #28553.
      451d7c01
    • Michael Shigorin's avatar
      tar2fs: wait a bit · 5542415e
      Michael Shigorin authored
      Looks like there's a race condition somewhere: this script
      will fail to clean up after itself when considerable background
      load is inflicted upon the host it's running on (e.g. LA ~16
      on a 8-core, single-disk system).
      
      Note that this commit is NOT enough to win that race
      but just a step in the right direction...
      5542415e
    • Michael Shigorin's avatar
      tar2fs: add ahci module · e238973c
      Michael Shigorin authored
      It's unwise to skip the common storage driver,
      and vagrant (which uses virtualbox by default)
      is likely to crash and burn as well.
      e238973c
    • Michael Shigorin's avatar
      base+regular, server+network: added apt-rsync · 1823c557
      Michael Shigorin authored
      This has been suggested by cas@ and sounds quite reasonable
      given that we ship rsync anyways.
      1823c557
    • Michael Shigorin's avatar
      regular.mk: tweaked default vm profile for kde4 · 23cae74a
      Michael Shigorin authored
      altlinux-p7-kde4-20141212 images had a problem:
      
      - the generic starterkit profile is tuned
        for modest disk space consumption;
      - KDE4 is quite extensive;
      - kde4-regular subpackage tosses in most of KDE4 SC
      
      ...thus the livecd wouldn't autopartition enough
      space for root filesystem when being installed.
      
      volumes-profile-lite specifies 10Gb rootfs currently
      which is just fine (-kdesktop one starts with 30Gb),
      let's use it until vm-profile management is imported
      into mkimage-profiles or things are redone completely.
      23cae74a
  2. 10 Feb, 2015 2 commits
    • Michael Shigorin's avatar
      live: refactored to use pkglist · ea55aee5
      Michael Shigorin authored
      This feature operates LIVE_* variables specifically
      (as opposed to the more generic THE_* ones) so +alsa
      isn't exactly suitable but reusing the pkglist that's
      just been factored out is fine.
      ea55aee5
    • Denis Smirnov's avatar
      sound feature refactoring · 15a3cb12
      Denis Smirnov authored
      Split package lists:
      
      - base alsa packages (also needed in pulseaudio-based installations)
      - additional alsa packages (needed only if not using pulseaudio)
      - pulseaudio packages
      15a3cb12
  3. 09 Feb, 2015 2 commits
  4. 07 Feb, 2015 1 commit
  5. 04 Feb, 2015 2 commits
  6. 02 Feb, 2015 8 commits
  7. 26 Jan, 2015 4 commits
  8. 20 Jan, 2015 1 commit
    • Michael Shigorin's avatar
      pkg/lists: uncrustify Makefile · a86dd0c4
      Michael Shigorin authored
      The problem with the changed piece of code is that it would
      - both call cp(1) multiple times if multiple *_LIST variables
        were non-empty (which is usually the case), and
      - try to evaluate stdout of the called commands as a shell
        script (which would be empty unless someone passed e.g. -v
        to that cp(1) but it's crazy to rely on things like this).
      
      So the functions should prepare arguments for a single copy
      command that is predictable and could be made verbose.
      
      Ouch.
      a86dd0c4
  9. 13 Jan, 2015 1 commit
    • Michael Shigorin's avatar
      rescue+misc: added office file format parsers · dc679621
      Michael Shigorin authored
      This batch deals with various Microsoft(R) Word(TM)
      instilled formats like RTF/DOC/DOCX and requires nothing
      but basic libraries and perl at most; might get extended
      over time but please mind the extra dependencies!
      dc679621
  10. 05 Jan, 2015 4 commits
  11. 31 Dec, 2014 1 commit
  12. 24 Dec, 2014 2 commits
  13. 22 Dec, 2014 1 commit
    • Michael Shigorin's avatar
      base+rescue: added servicectl · e7acdd8d
      Michael Shigorin authored
      This utility manages systemd services inside chroot
      while the host system runs sysvinit (systemctl will say
      "Running in chroot, ignoring request" and bail out).
      e7acdd8d
  14. 20 Dec, 2014 1 commit
  15. 18 Dec, 2014 1 commit
  16. 16 Dec, 2014 1 commit
  17. 15 Dec, 2014 3 commits