1. 29 Nov, 2013 1 commit
    • Michael Shigorin's avatar
      net: brief remark regarding livecd-save-nfs · 7e91e1b6
      Michael Shigorin authored
      A bit longer version is: add the script which cares to protect
      the interfaces which has been brought up during NFS root bootup
      already from being tampered with by NetworkManager so as to avoid
      losing network with networked rootfs.
      7e91e1b6
  2. 28 Nov, 2013 4 commits
  3. 27 Nov, 2013 1 commit
  4. 25 Nov, 2013 4 commits
    • Michael Shigorin's avatar
      gear-store-tags · ace9227d
      Michael Shigorin authored
      ace9227d
    • Michael Shigorin's avatar
      1.1.14-alt1 · f47091fc
      Michael Shigorin authored
      - important bugfix: THE_PACKAGES weren't getting through to .base
      - regular-sysv-tde related churn
      f47091fc
    • Michael Shigorin's avatar
      desktop+network+live: was redundant · c18ef372
      Michael Shigorin authored
      live-webkiosk doesn't really need it and mixin/desktop-installer
      was picking it up due to d+n+l satisfying d+n query.  This could
      be fixed with && !live but fixing bitrot is the better way to go.
      c18ef372
    • Michael Shigorin's avatar
      metadata: fix THE_PACKAGES processing · 3c40bb0d
      Michael Shigorin authored
      Actually the issue was worse in general: *_PACKAGES
      weren't quoted when put into .base thus resulting
      in a potentially broken echo command (silent one).
      
      The macro scheme used was overgeneralized; stuffing
      quoting differentiation into it was doable but ugly
      (unless one is able to pass an unquoted quote sign
      as a function's parameter in some elegant manner),
      let's just make it straightforward.
      3c40bb0d
  5. 24 Nov, 2013 20 commits
  6. 22 Nov, 2013 2 commits
  7. 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
  8. 04 Nov, 2013 2 commits
  9. 01 Nov, 2013 5 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