1. 22 Nov, 2013 1 commit
  2. 12 Nov, 2013 1 commit
    • Michael Pozhidaev's avatar
      Homeros distro changes: · 5dc287f8
      Michael Pozhidaev authored
      - speech-ru and speech-en features are added;
      - speech-related things removed from homeros features;
      - speech/ directory for package lists added and other corresponding changes.
      5dc287f8
  3. 04 Nov, 2013 2 commits
  4. 01 Nov, 2013 8 commits
    • Michael Shigorin's avatar
      rescue: set up apt sources unconditionally · da5eae9b
      Michael Shigorin authored
      Networking is *not* brought up by these rescue images
      by default, one is expected to know enough to do that
      by hand if needed; still there's no harm to have apt
      preconfigured so that it would be operational then.
      da5eae9b
    • Michael Shigorin's avatar
      rescue: insist on sysvinit · d3636555
      Michael Shigorin authored
      systemd would get pulled in via journal but both are really
      irrelevant for these rescue images.
      d3636555
    • Michael Shigorin's avatar
      regular.mk: rescue += EFI shell · ae10a1bf
      Michael Shigorin authored
      Wonder how this got missed.
      ae10a1bf
    • Michael Shigorin's avatar
      rescue: added grub2, syslinux · b94bc99e
      Michael Shigorin authored
      There are various bootloaders around there and some of them
      are supported in ALT Linux; let's provide all the mainstream
      ones so that knowledgeable root@ has every tool needed for
      most situations needing bootloader repairs.
      
      These might require particular knowledge or special boot mode
      (like EFI ones).
      b94bc99e
    • Michael Shigorin's avatar
      rescue: added archive/backup/comm pkglists · e3f5060d
      Michael Shigorin authored
      Being able to handle [compressed] archives of all kinds
      tends to be pretty instrumental in rescue operations,
      and some backup system clients won't hurt either.
      
      Some ancient Serial words like "minicom" still come handy
      at times too.
      
      Comments, constructive criticism and proposals are welcome.
      e3f5060d
    • Michael Shigorin's avatar
      archive+extra: added lziprecover · db279fc2
      Michael Shigorin authored
      This doesn't add much but complements the compression utilities.
      Maybe it should be moved to rescue+archive, especially if more
      tools of this kind get written and packaged.
      db279fc2
    • Michael Shigorin's avatar
      rescue+backup: rescue might mean restore · 8b3b3066
      Michael Shigorin authored
      This package list is somewhat non-trivial and controversial:
      - bacula client support is a pretty tiny addition; it does require
        extensive knowledge of what's being done and too new client version
        can actually hurt (as the bacula director version must not be lower);
      - duplicity was added due to lav@ seemingly using it (it's tiny either).
      
      Suggestions are welcome.
      8b3b3066
    • Michael Shigorin's avatar
      rescue+*: added assorted extra packages · b3e3234c
      Michael Shigorin authored
      It was the proposal to add fsarchiver that has started this;
      the package was there in X11-bearing live-rescue.iso but appears
      to be a console program thus moved to rescue+misc pkglist;
      more than a few rescue-grade utilities have turned up during
      a quick look at what else is missing.
      
      shellinabox and dvdsaster have been "added" as candidates since
      the former does require additional actions but can provide a nice
      security hole if these are taken without extra consideration,
      and the latter is just pretty large although might still be useful.
      b3e3234c
  5. 30 Oct, 2013 4 commits
    • Michael Shigorin's avatar
      desktop+tde: added filelight · 9cebd23b
      Michael Shigorin authored
      This neat little utility helps immendely to deal with
      the eternal "where all of my mega/giga/tera/petabyte disk
      space went so busy?"... wonder how it could evade m-p ;-)
      9cebd23b
    • Michael Shigorin's avatar
      regular.mk: sync regular-tde{,-sysv} as in extras · 8834dd82
      Michael Shigorin authored
      I considered these two to be either close forks differing in init system
      used (and things involved too much like NM at the moment), or to bring
      some more choice along; this commit sticks with the former approach,
      namely "let's only toggle the init system and let the rest be the same"
      so that choosing the particular implementation can be based on this very
      difference and not any other ones added along with it.
      8834dd82
    • Michael Shigorin's avatar
      regular.mk: wmaker += gfxboot · cf838e78
      Michael Shigorin authored
      ...so that locale is selectable at boot (unfortunately there's no
      way to do that with text menu so far as cmdline is only changed
      in its entirety there and generating it from the bits involved
      is Not Implemented Yet as usual).
      cf838e78
    • Michael Shigorin's avatar
      p7.mk: added altlinux-p7-{wmaker,tde-sysv} · 9e1c834b
      Michael Shigorin authored
      Sigh, this kludgy bridge does need maintenance indeed. :-/
      9e1c834b
  6. 21 Oct, 2013 9 commits
  7. 14 Oct, 2013 5 commits
    • Michael Shigorin's avatar
      gear-store-tags · 0ab00c09
      Michael Shigorin authored
      0ab00c09
    • Michael Shigorin's avatar
      1.1.11-alt1 · c5346a45
      Michael Shigorin authored
      - luks better
      c5346a45
    • Michael Shigorin's avatar
      regular.mk: fix ifdef thinko · 8e590f70
      Michael Shigorin authored
      The "workaround" would mis-apply to regular-wmaker target
      instead of regular-gnustep it was intended for...
      8e590f70
    • Michael Shigorin's avatar
      regular.mk: regular-server tweaks · f23fdcb8
      Michael Shigorin authored
      LUKS seems like a worthwile addition to this particular image;
      it's also switched to use installer-distro-altlinux-server
      for both LUKS support (until installer-steps are dynamic)
      and server-oriented partitioning presets.
      f23fdcb8
    • Michael Shigorin's avatar
      luks: did it work yet? · 34df0658
      Michael Shigorin authored
      Let's ensure that make-initrd-luks gets to the base install
      until installer is tweaked to enable in-flight installation
      of options like this.
      
      Adding luks to stage1 [make-initrd] features makes no sense
      on the other hand (and it wasn't happening anyways due to
      the lack of add_feature function call in config.mk as was
      accidentally spotted).
      
      And putting luks packages into an installer image lacking
      the reference to alterator-luks isn't that sensible, let's
      complain to logs at the very least (this isn't going to hit
      the default output though).
      34df0658
  8. 09 Oct, 2013 2 commits
  9. 30 Sep, 2013 3 commits
  10. 25 Sep, 2013 1 commit
  11. 24 Sep, 2013 1 commit
    • Michael Shigorin's avatar
      syslinux: cosmetic space · 73fd4d33
      Michael Shigorin authored
      "prompt" and subsequent first "label" were not separated
      in any way while second "label" and forth were; let's make
      the resulting isolinux.cfg a tiny bit more pretty.
      73fd4d33
  12. 23 Sep, 2013 3 commits