1. 31 Mar, 2014 10 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
      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
    • Michael Shigorin's avatar
      regular.mk: man-whatis available within sysv-tde · d9e591a9
      Michael Shigorin authored
      As proposed by Speccyfighter:
      
      http://lists.altlinux.org/pipermail/community/2014-March/681897.html
      
      ...but not installed by default due to overhead:
      
      http://bugzilla.altlinux.org/21838
      d9e591a9
    • Michael Shigorin's avatar
      regular.mk: use gdm2.20 for sysv-gtk based images · 067b4d1c
      Michael Shigorin authored
      It has dawned on me that gdm2.20 is more widely useful
      within sysvinit based builds: lightdm with gtk greeter
      would fail to poweroff/reboot while this one would not.
      067b4d1c
    • 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
    • Michael Shigorin's avatar
      t7.mk: added altlinux-t7-gnustep-systemd.iso · 2abee7d8
      Michael Shigorin authored
      Another bridgelet.
      2abee7d8
  2. 26 Mar, 2014 1 commit
    • Michael Shigorin's avatar
      regular.mk: added regular-gnustep-systemd.iso · 07779c62
      Michael Shigorin authored
      aen@ asked to ship this one as well; no problem given mixins,
      still being able to *switch* the init instead of regrafting
      would be very beneficial.
      
      NB:
      - wdm can't do autologin;
      - wdm can poweroff/halt;
      - wdm+autologin won't work under systemd (via prefdm.service);
      - nodm will work under systemd;
      - nodm will ruin consolehelper -> livecd-install by root's PATH;
      - gdm2.20 is lightweight, feature complete and sovereign enough.
      07779c62
  3. 25 Mar, 2014 1 commit
  4. 24 Mar, 2014 27 commits
  5. 20 Mar, 2014 1 commit
    • Michael Shigorin's avatar
      desktop+gnustep: minor tweaks during ongoing testing · d8680710
      Michael Shigorin authored
      Burn.app won't list a USB DVDRW drive with CD-RW inside
      (NOT_FOUND), and its README states explicitly that wodim
      is not supported yet.
      
      Mixer.app would start with three knobs none of which would
      actually change any mixer channel.
      d8680710