1. 28 Apr, 2014 6 commits
  2. 22 Apr, 2014 2 commits
  3. 21 Apr, 2014 6 commits
  4. 19 Apr, 2014 12 commits
  5. 15 Apr, 2014 1 commit
  6. 14 Apr, 2014 9 commits
    • Michael Shigorin's avatar
      gear-store-tags · c3d56836
      Michael Shigorin authored
      c3d56836
    • Michael Shigorin's avatar
      1.1.31-alt1 · 485d93d3
      Michael Shigorin authored
      - live: refactoring
      - forensics mode
      485d93d3
    • Michael Shigorin's avatar
      regular.mk: added forensics mode to rescue flavour · fce9b2e6
      Michael Shigorin authored
      Just a convenient knob for a few things done previously
      to help spare the interesting bits from being overrun.
      
      NB: live_rw isn't added although it might be useful
          since that would yield too many boot targets overall;
          this is likely to change some day, hopefully when
          media type detection/handling is implemented.
      
      Let's bump syslinux timeout to 20 seconds either
      so that iKVM users have a chance to select anything
      and not just see the default booting after a few
      screen area size changes.
      fce9b2e6
    • Michael Shigorin's avatar
      rescue+misc: added lsof · 22ead42a
      Michael Shigorin authored
      Wonder how it's been missing for 3+ years...
      22ead42a
    • Michael Shigorin's avatar
      syslinux: add forensics mode · 8362a7b9
      Michael Shigorin authored
      A variant of rescue that marks the need to be careful
      towards block devices and filesystems thus reducing
      the amount of auto-activation done by startup-rescue
      (0.17 or newer).
      8362a7b9
    • Michael Shigorin's avatar
      live.mk: minor live-gimp updates · 4cfac685
      Michael Shigorin authored
      cvltonemap is no more available in sisyphus/p7;
      xsane and usbutils were sorely missing (thanks dd@).
      
      NB: fim is currently i586-only, need to fix or drop it.
      4cfac685
    • Michael Shigorin's avatar
      server.mk, test.mk: added zabbix images · 05371a6c
      Michael Shigorin authored
      server-zabbix.iso is ready for deployment,
      and live-zabbix.iso is zabbix agent + firefox
      (needs at least Server to be specified properly
      within zabbix_agentd.conf when booted).
      05371a6c
    • Michael Shigorin's avatar
      server: added zabbix target · 490ec2ec
      Michael Shigorin authored
      This is a refactored result of Zabbix-related experiments;
      we can do a rough zabbix server sketch that still requires
      its own setup to go.
      
      NB: both the pkglist and the target are describing several
      distinct things actually: zabbix server, zabbix agent,
      and the underlying SQL/HTTP/SMTP servers which might get
      their own smaller targets some day.
      490ec2ec
    • Michael Shigorin's avatar
      server.mk: shift use/power/acpi/button to server-mini · b7989568
      Michael Shigorin authored
      It used to be added in server-ovz but it really belongs to
      the underlying server-mini already as more images built
      upon that one should perform correct shutdown given ATX
      compatible case/mobo or a VM that can do ACPI.
      b7989568
  7. 12 Apr, 2014 4 commits
    • Michael Shigorin's avatar
      Revert "regular.mk: use imagewriter" · 0e72c67e
      Michael Shigorin authored
      This reverts commit fd8f3755.
      xdg-su is broken (some would say beyond repair) regarding DE
      detection and handling of various GUI helper utilities,
      especially in graceful fallback department; only a few images
      can get imagewriter until this is fixed, let kde4 be the one.
      0e72c67e
    • Michael Shigorin's avatar
      live: use/deflogin (along with fixups) · a9c9b032
      Michael Shigorin authored
      It appears that live feature has been buggy regarding user
      groups: its 30-users script would create a predefined account
      with fixed supplementry groups list, and even if deflogin feature
      got used too it would fail to add any groups to already existing
      account since its useradd(8) call would fail.
      
      Let's drop this duplication which has been long overdue anyways.
      
      Thanks dd@ for both reporting the problem and carrying out
      initial investigation.
      a9c9b032
    • Michael Shigorin's avatar
      deflogin: refactoring and fixup · 54609e47
      Michael Shigorin authored
      There have been several problems with this feature:
      - a typo;
      - non-existant GROUPS (even a single one) would block setting
        all of the supplementary groups but separately-set 'wheel';
      - this feature isn't used much actually so sees no battle testing.
      
      The typo has been just fixed; GROUPS are now applied by iteration
      which is less effective but more reliable; an additional script
      hook to write down login invitation for the first passwordless
      account (if any) has been implemented; and several more group
      managing targets have been added (based on live feature's script).
      54609e47
    • Michael Shigorin's avatar
      deflogin: explicit ROOTPW_EMPTY · 0650f6d4
      Michael Shigorin authored
      This relates to commit f2892ad3
      as there's an obvious need to be able to set empty root password
      for LiveCDs but previous implementation was very fragile (and is
      going to stay that way) -- so clear and separate knob for making
      an image defenseless looks better.
      0650f6d4