1. 13 Aug, 2013 3 commits
    • Michael Shigorin's avatar
      desktop+gvfs: factored out from lxde pkglists · b0500794
      Michael Shigorin authored
      gvfs pulls gnome-online-accounts and dconf in;
      these add considerable bloat that well may be
      undesirable in a lightweight distro, just pull
      this into a separate pkglist.
      b0500794
    • Michael Shigorin's avatar
      armh: get rid of 50-sshd-root · 07cc320b
      Michael Shigorin authored
      It was a temporary hack actually, and is better dropped long-term:
      things like predefined root accounts with remote access are *evil*
      and this hook was a half of that "solution".
      
      Use of oem feature to integrate first-boot setup is recommended
      to deal with this issue, at least when graphics are available.
      07cc320b
    • Michael Shigorin's avatar
      x11: make use/x11/xorg arch-dependent · f0368c63
      Michael Shigorin authored
      There's no such thing as xorg-dr[vi]-intel on non-x86 AFAIK,
      and the rest of the videodrivers is only generic on x86 too.
      f0368c63
  2. 12 Aug, 2013 13 commits
    • Michael Shigorin's avatar
      gear-store-tags · 4cfe0fa1
      Michael Shigorin authored
      4cfe0fa1
    • Michael Shigorin's avatar
      1.1.6-alt1 · 8b26752d
      Michael Shigorin authored
      - vm-net retired
      8b26752d
    • Michael Shigorin's avatar
      firmware: drop firmware-amd-ucode · f44c3861
      Michael Shigorin authored
      It's merged into firmware-linux, thanks lakostis@
      for the explanation; P:/O: should be added
      but less line noise is better anyways.
      f44c3861
    • Michael Shigorin's avatar
      armh.mk: tweak vm/arm-server too · af1dd0f4
      Michael Shigorin authored
      basesystem doesn't warrant an init these days apparently,
      let's make sure one does land here.
      af1dd0f4
    • Michael Shigorin's avatar
      armh.mk: initial cubox-server · 1276284c
      Michael Shigorin authored
      This one was asked for and is pretty reasonable common base
      to play with cubox from scratch (being ALT); the intermediate
      targets had to be refactored with:
      
      - vm/.cubox-bare becoming *that* bare (it doesn't even
        warrant an init anymore, let alone xorg);
      - vm/.cubox-desktop accomodating most of desktop bits;
      - vm/.cubox-base becoming vm/.cubox-oem as it should be.
      
      The just-introduced tty feature is employed either.
      1276284c
    • Michael Shigorin's avatar
      armh-{cubox,dovefb}: minor refactoring · 20f8c185
      Michael Shigorin authored
      The initial suggestion that any cubox image is a desktop one
      didn't hold out for long; and xorg related bits are not that
      related to boot script setup in terms of neccessity.
      20f8c185
    • Michael Shigorin's avatar
      initial tty feature · 989c903e
      Michael Shigorin authored
      This one only cares for serial console(s) in sysvinit case now
      but might end up controlling the number of gettys for ve/vm, etc.
      989c903e
    • Michael Shigorin's avatar
      armh: update warning in 50-sshd-root · de384139
      Michael Shigorin authored
      It basically reads the same but was referring to a neighbour
      script that has been moved to a separate deflogin feature
      during heavy refactoring of initial implementation draft.
      de384139
    • Michael Shigorin's avatar
      vm-net: feature retired · 43e76bd6
      Michael Shigorin authored
      This one was replaced by the net feature completely
      and has been declared obsolete since 1.1.1 (a month ago).
      
      A few remaining users trivially adjusted.
      43e76bd6
    • Michael Shigorin's avatar
      vm-ssh: renamed to net-ssh and cleaned up · de94641c
      Michael Shigorin authored
      There was no need to split carrying over the pubkey
      and tightening up permissions on the file and its parent
      directory to be done in two separate scripts; this should
      be more generic now as a bonus.
      
      Users adjusted accordingly.
      de94641c
    • Michael Shigorin's avatar
      control: fix sudo-su target · 62a37f37
      Michael Shigorin authored
      use/control/sudo-su apparently lacked dependency on plain
      use/control thus defeating the whole affair; thanks msp@
      for spotting and reporting this.
      62a37f37
    • Michael Shigorin's avatar
      homeros: replace chkconfig hooks with use/services · 9257927e
      Michael Shigorin authored
      Things that had to be done by hand are now generalized
      and made convenient, hopefully.
      9257927e
    • Michael Pozhidaev's avatar
      stage2: extend /boot cleaner stoplist · 99a7a972
      Michael Pozhidaev authored
      Minor fix: /boot directory is not cleaned for livecd if there are
      homeros-install or luwrain-install files (in addition to live-install
      and livecd-install being already checked).
      99a7a972
  3. 05 Aug, 2013 6 commits
    • Michael Shigorin's avatar
      gear-store-tags · 49b40037
      Michael Shigorin authored
      49b40037
    • Michael Shigorin's avatar
      1.1.5-alt1 · 922b44bf
      Michael Shigorin authored
      - armh related fixes
      922b44bf
    • Michael Shigorin's avatar
      armh.mk: added aliases for nightly/arm · e43386c1
      Michael Shigorin authored
      The automated build relies on particular names
      to be buildable and this broke during some sync;
      http://nightly.altlinux.org/sisyphus-arm/snapshots/
      were empty as autobuild was failing since 20130710.
      
      p7 aliases go in too.
      e43386c1
    • Michael Shigorin's avatar
      Makefile: fixed an interbug · 84ad4092
      Michael Shigorin authored
      This inobvious buglet has been spotted shortly after
      1.1.0 refactoring was roughly over; the problem is
      that armh-specific targets would get ignored without
      explicit ARCH=armh.
      
      It's commit 768df7e9
      which streamlined introspection within main.mk
      and a bug in Makefile which left ARCH empty
      even upon having autodetected it for ARCHES.
      
      The current version is more straightforward as a bonus.
      84ad4092
    • Michael Shigorin's avatar
      armh.mk: forward-ported vm/arm-server · fbe571e2
      Michael Shigorin authored
      Thanks glebfm@ for nudging me to do this; initial draft
      was the very firsh armh distro target successfully built
      and tested but the effort has refocused onto nexus7 ones
      with cubox images joining the party a bit later.
      
      Now it's the time for all good servers...
      fbe571e2
    • Michael Shigorin's avatar
      armh.mk: fix the silly comment · 5ef82917
      Michael Shigorin authored
      It was sitting next to the wrong line after refactoring
      of cubox related target and was referring to "king"
      instead of "kind", very kind of me but not so kingly.
      5ef82917
  4. 01 Aug, 2013 1 commit
    • Michael Shigorin's avatar
      desktop+lxde+extra: s/gqview/geeqie/ · 9dc9f14f
      Michael Shigorin authored
      george@ spotted gqview in regular-lxde.iso and wondered why;
      it's not being developed since 2006 or so while there's a fork
      named geeqie which has continued to improve upon it.
      9dc9f14f
  5. 30 Jul, 2013 1 commit
    • Michael Shigorin's avatar
      net: avoid NM showstopper at boot by default · 873737a2
      Michael Shigorin authored
      Intro: NetworkManager-wait-online.service would, well, wait
      for some network interface to become online or for timeout
      to kick in.
      
      Problem: if a LiveCD is tested in offline environment
      that timeout will only impede the boot.
      
      Proposed solution: use/net/nm/nodelay target has been implemented
      to disable that service as proposed by sem@ and done in Simply;
      "+nm" target changed to be an alias to this one.
      873737a2
  6. 29 Jul, 2013 2 commits
  7. 25 Jul, 2013 2 commits
  8. 23 Jul, 2013 3 commits
    • Michael Shigorin's avatar
      sound: get udev-alsa back · 282257d4
      Michael Shigorin authored
      It's old, it uses consolekit (even if not neccessarily),
      it borders obsolescence *but* removal of udev-alsa has caused
      massive regressions (e.g. regular-gnome3 had soundcard mixer
      levels dropped to zero from the start, regular-razorqt added
      inability to poweroff to that...).
      
      Just get it back.
      282257d4
    • Michael Shigorin's avatar
      armh.mk: use centaurus branding for cubox-mate · 6063a991
      Michael Shigorin authored
      Thanks boyarsh@ and cas@ for pointing out that the branding
      that takes MATE peculiarities (e.g. background settings)
      into account is in Sisyphus/armh already.
      6063a991
    • Michael Shigorin's avatar
      regular.mk: regular-tde += openscada · 3820a3cb
      Michael Shigorin authored
      Following cubox-tde it's just plain reasonable to add
      OpenSCADA to the regular one ;-)
      3820a3cb
  9. 22 Jul, 2013 9 commits
    • Michael Shigorin's avatar
      gear-store-tags · ce6c4b6b
      Michael Shigorin authored
      ce6c4b6b
    • Michael Shigorin's avatar
      1.1.3-alt1 · c1366d31
      Michael Shigorin authored
      - armh fixes and tweaks
      c1366d31
    • Michael Shigorin's avatar
      armh.mk: initial TDE image · 4db16f0e
      Michael Shigorin authored
      This one is IMHO best suited DE for cubox' meagre performance
      (especially on I/O side due to microSD) as it incurs quite modest
      I/O, CPU and RAM footprint quite suitable for PII-300 times
      (cubox feels quite like that but has lots of RAM compared to
      even maxed-out Pentium II workstation).
      
      The image includes OpenSCADA as a nice and unique feature
      which has been developed with TDE environment in mind
      and was used on ARM hardware like N900, incidentally;
      thanks aen@ for this suggestion.
      4db16f0e
    • Michael Shigorin's avatar
      initial openscada pkglist · 5c943e1c
      Michael Shigorin authored
      Thanks rom_as@ for the entire OpenSCADA project and
      packages as well as for keeping TDE packages alive
      and kickin' in Sisyphus.
      5c943e1c
    • Michael Shigorin's avatar
      armh.mk: rebased cubox images · 615d1793
      Michael Shigorin authored
      Most of these are slated to employ oem feature by now,
      no sense to call it in almost every dependency chain;
      the only image left with predefined locale and credentials
      is cubox-xfce-ru.
      615d1793
    • Michael Shigorin's avatar
      x11-autostart: tweak for oem case · fc3569a4
      Michael Shigorin authored
      The nuance being that:
      - alterator-setup package would change default.target
        for systemd providing a symlink of its own and making
        a backup of what was there (rc3 basically);
      - 40-x11-autostart would ignore that backup;
      - 99-oem-setup would do nothing about it all either;
      - alterator-setup removal would restore rc3 symlink.
      
      It's not pretty either, something more robust should be
      invented some day.
      fc3569a4
    • Michael Shigorin's avatar
      desktop+kde4: added Ukrainian translations · dc8799be
      Michael Shigorin authored
      Basically forgot to add after initial testing.
      dc8799be
    • Michael Shigorin's avatar
      net-eth: fix defaults · 8e87358b
      Michael Shigorin authored
      It came unnoticed that USE_IFPLUGD clashes with
      CONFIG_WIRELESS which is the default for eth ifaces.
      8e87358b
    • Michael Shigorin's avatar
      armh.mk: initial cubox-kde4 · 5a09eed2
      Michael Shigorin authored
      It's a bit heavy but still works.
      5a09eed2