1. 21 Apr, 2014 2 commits
  2. 19 Apr, 2014 4 commits
  3. 14 Apr, 2014 2 commits
    • 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
      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
  4. 12 Apr, 2014 3 commits
    • 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 3 commits
    • Michael Shigorin's avatar
      syslinux: fix mediacheck label for gfxboot · ed75be87
      Michael Shigorin authored
      Whoops, the very first build of a real distro with gfxboot
      has shown that the label isn't picked up there... and things
      are actually worse: iso.needscheck gfxboot test seems to look
      up "check=1" in sectors where it might have been landing back
      then but it's just not there by now; some kludgery is due in
      branding-altlinux-sisyphus unfortunately.
      ed75be87
    • Michael Shigorin's avatar
      mediacheck: purge more packages · 735eb6ea
      Michael Shigorin authored
      No use to hunt make or diff file-by-file.
      
      Well this chroot should have been more lean
      in the first place (or a few files in initrd)
      but life is short so better use/baby/steps.
      735eb6ea
    • Michael Shigorin's avatar
      mediacheck: drop firmware/udev as well · 8abdb740
      Michael Shigorin authored
      These aren't needed in this subprofile but can sneak in
      via e.g. SYSTEM_PACKAGES.
      8abdb740
  6. 04 Apr, 2014 1 commit
  7. 31 Mar, 2014 5 commits
    • 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
      syslinux: help git grep *_size · 8419175c
      Michael Shigorin authored
      It's not exactly obvious how install2_size, live_size or rescue_size
      get defined since the variable names themselves get constructed;
      help git grep these down.
      8419175c
    • Michael Shigorin's avatar
      server: ensure ACPI poweroff support · add424fe
      Michael Shigorin authored
      acpid is not enough since power button handling configuration
      has been split apart; and tracking this in zillion places is
      utterly useless in face of a specially trained power feature.
      
      Just use it.
      add424fe
    • Michael Shigorin's avatar
      x11: use/firmware for 3D acceleration · b3a91c48
      Michael Shigorin authored
      At least Radeon drivers badly need those,
      e.g. SUMO_uvd.bin + PALM_pfp.bin for C60 APU.
      
      Helps live-flightgear.iso a lot indeed!
      b3a91c48
  8. 25 Mar, 2014 1 commit
  9. 24 Mar, 2014 19 commits