1. 03 Feb, 2014 7 commits
  2. 28 Jan, 2014 1 commit
    • Michael Shigorin's avatar
      syslinux: fixed live_rw configuration · a0d0be1a
      Michael Shigorin authored
      The initial revision was brilliantly buggy: it is *so* apparent
      that cdrom will never be actually used for rw slice that this
      has evaded my attention rather completely.
      a0d0be1a
  3. 27 Jan, 2014 3 commits
  4. 21 Jan, 2014 1 commit
  5. 20 Jan, 2014 6 commits
    • Michael Shigorin's avatar
      gear-store-tags · 18fc7960
      Michael Shigorin authored
      18fc7960
    • Michael Shigorin's avatar
      1.1.21-alt1 · c5d54351
      Michael Shigorin authored
      - rescue tweaks
      c5d54351
    • Michael Shigorin's avatar
      server: add osec support · 26cef0ad
      Michael Shigorin authored
      Let's put osec tools into installable packages at least
      (aiming to shift these into default install probably);
      these are worthwile addition to sysadmin's toolbox.
      
      Thanks dobr@ for bringing this up.
      26cef0ad
    • Michael Shigorin's avatar
      rescue+extra: add a few more fuses · 3879fb00
      Michael Shigorin authored
      It turns out that regular-rescue.iso lacks sshfs,
      which is unfortunate (even if it could be installed
      with apt in this particular case); three more FUSE
      based filesystems have been added just in case.
      
      Thanks mithraen@ for suggesting davfs2.
      3879fb00
    • Michael Shigorin's avatar
      regular.mk: employ test/rescue/no-x11 · 954d89cf
      Michael Shigorin authored
      I'm fed up with graphical software occasionally making it
      into regular-rescue.iso and bloating it for no good reason
      given that window managers or xinitrc aren't included.
      954d89cf
    • Michael Shigorin's avatar
      rescue: experimental test to check for libX11 · 711ae1ee
      Michael Shigorin authored
      This has been spotted and solved manually several times already,
      and that's just boring so let's add the ability to state that
      X11-based software is not accepted into a particular rescue image.
      
      Not that I would hate X but things like that belong to a carefully
      crafted image which includes either X server or reasonable means
      to ensure that GUI software can actually be used.
      
      NB: this is a somewhat new entity: test/rescue/no-x11 knob
      for an image-script intended to make it blow up the build
      when libX11 is found within the chroot that makes up
      the rescue image's filesystem.
      
      The interface is not documented intentionally: it will take
      some time to find out whether it sticks or is bad enough.
      Please do remind/ask if interested in using that.
      711ae1ee
  6. 16 Jan, 2014 3 commits
  7. 13 Jan, 2014 4 commits
  8. 11 Jan, 2014 1 commit
  9. 30 Dec, 2013 4 commits
  10. 27 Dec, 2013 1 commit
  11. 25 Dec, 2013 5 commits
  12. 24 Dec, 2013 4 commits
    • Michael Shigorin's avatar
      regular.mk: move sysv-tde to led-ws · 0bfbdcb3
      Michael Shigorin authored
      This kernel can help save almost 50 megabytes of image size
      and shave off several megs of RAM consumption as well which
      is important after the installation has been through.
      0bfbdcb3
    • Michael Shigorin's avatar
      regular.mk: sysv-tde += rescue, efi-shell · faae2165
      Michael Shigorin authored
      Adding rescue image was requested by Speccyfighter (in Russian):
      
      http://lists.altlinux.org/pipermail/community/2013-December/681045.html
      
      ...and it seems hard but doable if one doesn't mind barebone rescue;
      still efi-shell shouldn't spoil x86_64 build as that one won't fit CD-R
      and doesn't have to anyways.
      faae2165
    • Michael Shigorin's avatar
      rescue: added euro variant (a crisis one) · 38152b0f
      Michael Shigorin authored
      In these tough times there are no extra resources to waste
      for wars or some extra rescue; so it is imperative to provide
      some lean and mean help, you know.
      
      IOW a common base has been split out and a more tight rescue
      image configuration has been added on top of that so as to
      try and fit altlinux-p7-sysv-tde.iso for i586 into CD-R.
      38152b0f
    • Michael Shigorin's avatar
      desktop+regular: dropped alterator-nsswitch · b8cccbef
      Michael Shigorin authored
      Argh, so alterator-auth was hiding under a name it provides too
      -- now *that* is the cause for those last-step failures as the
      rest of the environment hasn't been getting set up apparently.
      
      Just drop it, there's a proper domain-client pkglist for that.
      This is what 63293ff2 should
      have done too.
      b8cccbef