1. 09 Mar, 2015 2 commits
    • Michael Shigorin's avatar
      rescue+extra: (re-)added nfs-server · 42a5fa8a
      Michael Shigorin authored
      Is it news or was it missing all the way through?..
      42a5fa8a
    • Michael Shigorin's avatar
      stage2, install2: oops, narrow the cleanup back · 7cb477c3
      Michael Shigorin authored
      The former install2-only "bloated binary" purge script
      happened to hit stage2 (which is a lot more than just
      install2); a kind of safety net has been stuck into it
      to guard installable LiveCDs against this particular
      cleanup but seems it was not enought for ildar@ who
      reported this problem almost three years after it was
      introduced.
      
      This change re-places the script back into install2
      section; the binaries in question amount for ca. 8 Mb
      (except openssl ildar@ asked about); if these are deemed
      unneccessary within any other stage2-based subprofiles,
      please step up with details.
      7cb477c3
  2. 02 Mar, 2015 5 commits
  3. 01 Mar, 2015 1 commit
  4. 26 Feb, 2015 2 commits
    • Michael Shigorin's avatar
      regular+icewm: added iftop · 17bcc73f
      Michael Shigorin authored
      This nice utility is preconfigured for network monitoring
      in default icewm configuration but was missing, unfortunately;
      just fix this.
      17bcc73f
    • Michael Shigorin's avatar
      init: use the proper variable for i-f packages · bc2a4025
      Michael Shigorin authored
      When installer-feature-systemd-stage3 hits BASE_PACKAGES
      it pulls install2-init-functions in which is wrong
      (one of the consequences is that alterator-browser-qt
      lands into even a very basic server installation).
      
      And install2 doesn't even need that package as init feature
      carries a script hook that does the same...
      bc2a4025
  5. 25 Feb, 2015 10 commits
  6. 23 Feb, 2015 2 commits
  7. 21 Feb, 2015 1 commit
  8. 20 Feb, 2015 3 commits
  9. 19 Feb, 2015 4 commits
    • Michael Shigorin's avatar
      vagrant: oops, some junk left · dee3512d
      Michael Shigorin authored
      This authorized_keys file has been downloaded to get incorporated
      into a script hook but was looking common enough to be forgotten
      during pre-commit feature cleanup unfortunately; fix that.
      dee3512d
    • Michael Shigorin's avatar
      base+regular: added apt-scripts · d281e6fd
      Michael Shigorin authored
      How did it manage to evade pkglists so far?
      These are very useful:
      
      apt-cache list-extras
      apt-cache list-nodeps
      d281e6fd
    • Michael Shigorin's avatar
      cleanup: extend x11-related target · 122c305b
      Michael Shigorin authored
      A few more leftover libraries tend to hang around after
      purging extra alterator packages that have fired already
      during installation stage3; this change might hurt someone,
      please do notify if that is the case (OTOH one isn't forced
      to use it or to inherit intermediate targets that do so).
      122c305b
    • Michael Shigorin's avatar
      regular.mk: drop alterator GUI from server images · a90f36d2
      Michael Shigorin authored
      The issue at hand is that some sneaky stage3 alterator modules
      seem to have tossed alterator-browser-qt (thus libqt4* and friends)
      into base server installations; while this must be solved in within
      package base and should be worked around by server feature probably
      let's start out with leaf targets.
      a90f36d2
  10. 18 Feb, 2015 1 commit
    • Michael Shigorin's avatar
      regular.mk: add liberation fonts to gnome3 · ab44f800
      Michael Shigorin authored
      epiphany (or fontconfig?) insists on URW fonts for rendering
      webpages like http://opennet.ru which hurts my eyes; looks like
      /etc/fonts/conf.d/60-alt-post-user.conf would override these
      with e.g. Liberation or Dejavu (with the latter being inferior
      to the former, IMHO).
      ab44f800
  11. 17 Feb, 2015 4 commits
    • Michael Shigorin's avatar
      regular.mk: split off .regular-bare from .regular-base · 57fa35d5
      Michael Shigorin authored
      ...so that regular builds really have common ground again,
      which is something that got broken with regular-jeos introduction;
      adjusted jeos and builder flavours to make use of this.
      57fa35d5
    • Michael Shigorin's avatar
      regular.mk: .regular-bare -> .regular-base · d6a4f2c7
      Michael Shigorin authored
      ...so base is base and bare is freed for a leaner entity...
      d6a4f2c7
    • Michael Shigorin's avatar
      regular.mk: .regular-base -> .regular-wm · 2c6a37d4
      Michael Shigorin authored
      There's considerable confusion accumulated over the
      expansion of regular builds with non-GUI targets:
      
      - bare meant quite a lot including wireless;
      - base meant GUI base actually,
      
      so rescue, server, and especially jeos images had to
      either cope with the bloat or start from scratch.
      
      Let's fix "base" first...
      2c6a37d4
    • Michael Shigorin's avatar
      regular.mk: drop +vmguest from regular-builder · fdf8baf7
      Michael Shigorin authored
      Looks like QEMU 2.2.0 gets surprised with some kernel module
      that udev tries to load during "Populating /dev:" boot stage;
      dropping *both* +vmguest and +wireless dependencies does help
      while switching to un-def kernel flavour doesn't (as is or with
      any single one of these two deps removed).
      
      Thanks user who reported the problem at opennet.ru
      (alias "myhand").
      fdf8baf7
  12. 16 Feb, 2015 5 commits
    • Michael Shigorin's avatar
      gear-store-tags · 750aaac1
      Michael Shigorin authored
      750aaac1
    • Michael Shigorin's avatar
      1.1.58-alt1 · 512411ee
      Michael Shigorin authored
      - vagrant feature (closes: #28553)
      512411ee
    • Michael Shigorin's avatar
      vm.mk: initial vagrant-base · 048c7c08
      Michael Shigorin authored
      This should be built as vagrant-base.vdi (xz before publishing).
      048c7c08
    • 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