1. 01 Nov, 2013 1 commit
    • 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
  2. 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
  3. 21 Oct, 2013 9 commits
  4. 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
  5. 09 Oct, 2013 2 commits
  6. 30 Sep, 2013 3 commits
  7. 25 Sep, 2013 1 commit
  8. 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
  9. 23 Sep, 2013 9 commits
    • Michael Shigorin's avatar
      1.1.9-alt1 · 7dd8e777
      Michael Shigorin authored
      - regular fixes
      7dd8e777
    • Roman Savochenko's avatar
      add NM and ARTS to regular-tde · a87b793d
      Roman Savochenko authored
      NM/TDE is fixed (#25713), ARTS is needed.
      a87b793d
    • Michael Shigorin's avatar
      net: use livecd-save-nfs for LiveCDs with NM · 23c4ebf1
      Michael Shigorin authored
      This is to avoid NM messing with network interface
      involved in NFS root filesystem being operational
      (see alterator-netinst); thanks sem@ for the hint.
      23c4ebf1
    • Michael Shigorin's avatar
      regular.mk: add gpm to desktop/rescue images · 144d4c0f
      Michael Shigorin authored
      Make it automatically start in desktop ones,
      and let it be available in rescue too (there's
      a risk of gpm picking up a wrong protocol and
      selecting/pasting at random which is not exactly
      the right thing for rescue environment with root
      shells all around).
      144d4c0f
    • Michael Shigorin's avatar
      syslinux: ensure "default" line is there · c7dadfd8
      Michael Shigorin authored
      alterator-netinst currently relies on "default"
      being specified explicitly; it's wrong and it should
      cope with the first "label" clause as well but we're
      better off being strict to this script, not that one.
      
      This commit should be no-op regarding syslinux itself.
      c7dadfd8
    • Michael Shigorin's avatar
      server: add sshd · 8f7c7123
      Michael Shigorin authored
      sshd is rather requisite, wonder how it got missed.
      8f7c7123
    • Michael Shigorin's avatar
      ve.mk: added ve/ldv · 01b3adb6
      Michael Shigorin authored
      It's based on the package list provided by ldv@ and intended
      for barebone OpenVZ template cache serving as a base for any
      customizations needed.
      01b3adb6
    • Michael Shigorin's avatar
      added systemd-analyze to systemd pkglist · 3f345773
      Michael Shigorin authored
      It's a great tool giving the ability to at least debug
      the novel problems that weren't there before systemd.
      
      Good that it doesn't want half of GNOME or python yet...
      3f345773
    • Michael Shigorin's avatar
      regular.mk: don't use/live/ru · 0e3484c2
      Michael Shigorin authored
      It was a desperate kludge to warrant fallback localization
      for cases when livecd-setlocale failed to work out properly;
      "thanks" to systemd paralizing startup the order was chaotic,
      see #28991 for some details.
      
      Now that livecd-setlocale >= 0.3.1 looks like working this
      should be dropped for good.
      
      And the proper preset solution will be l10n feature.
      That one requires part of alterator-sysconfig backend
      factored out into a standalone package along with its data.
      0e3484c2
  10. 16 Sep, 2013 5 commits
    • Michael Shigorin's avatar
      gear-store-tags · 210baab8
      Michael Shigorin authored
      210baab8
    • Michael Shigorin's avatar
      1.1.8-alt1 · 418cc791
      Michael Shigorin authored
      - armh/p7/ve fixes
      418cc791
    • Michael Shigorin's avatar
      ve.mk: use/repo for ve/generic · 7bdda821
      Michael Shigorin authored
      Setting up apt configuration in every container
      is pretty annoying, let's enable it by default.
      
      Some provision to add/enable local mirror would
      be beneficial but not there yet...
      7bdda821
    • Michael Shigorin's avatar
      p7.mk: ve/altlinux-p7 bridge · 3bad5898
      Michael Shigorin authored
      This one adds another image class as well.
      Hope this kludge will not get self-conscious...
      3bad5898
    • Michael Shigorin's avatar
      ve.mk: tweaked ve/generic · 441a5bdf
      Michael Shigorin authored
      etckeeper was suggested by george@ along with vim-console;
      the latter should come by server,base tags but so far does not
      (splitting server-base list into common, bare metal and virtualized
      parts in haste looked suboptimal).
      441a5bdf