1. 19 Apr, 2014 12 commits
  2. 15 Apr, 2014 1 commit
  3. 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
  4. 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
  5. 07 Apr, 2014 5 commits
  6. 04 Apr, 2014 1 commit
  7. 31 Mar, 2014 8 commits
    • Michael Shigorin's avatar
      gear-store-tags · b0adfd04
      Michael Shigorin authored
      b0adfd04
    • Michael Shigorin's avatar
      1.1.29-alt1 · 97145c91
      Michael Shigorin authored
      - mediacheck feature
      97145c91
    • Michael Shigorin's avatar
      regular.mk: gnustep will use/mediacheck · 622fd2d1
      Michael Shigorin authored
      This is an experimental addition to an image that might
      get some attention (and broken downloads as well).
      622fd2d1
    • Michael Shigorin's avatar
      test.mk: live-{isomd5sum=>mediacheck} · ae983176
      Michael Shigorin authored
      Update accordingly to feature change.
      
      Note that the new image is quite minimalistic/useless.
      ae983176
    • Michael Shigorin's avatar
      mediacheck: the former isomd5sum · f28a83ca
      Michael Shigorin authored
      This one is quite different already and utility-based name
      was pretty clumsy; meet the new feature and retire the old
      experimental one.
      
      Please note that quite aggressive cleanups are implemented
      within this stage2-based subprofile for the simple reason
      that it has a single task to do; nothing else is expected
      to be configured into it for that matter.
      
      This functionality asks to be further moved into initrd of course;
      adding it there will take a few more decisions to be made, mostly
      regarding user interaction in failure scenarios, and it looks like
      mkimage will have to be patched in case this doesn't just go into
      full.cz under some sort of conditional check.
      f28a83ca
    • Michael Shigorin's avatar
      syslinux: support forthcoming mediacheck feature · 71db9c67
      Michael Shigorin authored
      Just a humble config snippet for another squashfs;
      note that @bootargs@ aren't expected at all this time.
      71db9c67
    • Michael Shigorin's avatar
      regular.mk, p7.mk: server-{un-def=>hyperv} · 44e778c9
      Michael Shigorin authored
      The whole story with this installer has been due to a query
      at #altlinux whether there's a distribution image similar
      to altlinux-p7-rescue.iso which appears to be booting under
      Hyper-V Gen. 2 without a hitch; changing just the kernel
      towards the newer one made the user rather happy since
      everything worked out-of-box for him, even unimportant bits.
      
      Of course it's mostly due to boyarsh@'s preceding work :)
      
      NB: there's no use to build i586 version as that hypervisor
      lacks CSM (BIOS implementation) and would only boot UEFI
      compatible operating systems with pretty strict requirements.
      44e778c9
    • Michael Shigorin's avatar
      desktop+razorqt+extra: a few more extras · 1ee5f056
      Michael Shigorin authored
      quiterss is lurking in autoimports so far,
      gotta have a look at it...
      1ee5f056