1. 21 Feb, 2013 11 commits
    • Michael Shigorin's avatar
      desktop+mate: further 1.5 changes · d207a1e9
      Michael Shigorin authored
      Switched from mate-default to mate-full as aen@ asked to,
      and dropped a few leftover packages which are now in
      mate-default 1.5.0-alt3+.
      d207a1e9
    • Michael Shigorin's avatar
      QUICKSTART: mention `make help' · 6fcbbccc
      Michael Shigorin authored
      It wasn't really obvious what are the available targets;
      sorry for that and thanks led@ for a suggestion.
      6fcbbccc
    • Michael Shigorin's avatar
      efi: tweak shell setup · 9629cbe1
      Michael Shigorin authored
      It's possible that use/efi/signed target has fired already
      at the time when use/efi/shell is invoked; shouldn't clobber
      the signed shell with unsigned one.
      9629cbe1
    • Michael Shigorin's avatar
      live.mk: extended EFI support in rescue · 9d098331
      Michael Shigorin authored
      Added rEFInd, EFI shell and SB stuff.
      9d098331
    • Michael Shigorin's avatar
      server.mk: pretty-printing kmodules · 71674488
      Michael Shigorin authored
      Maybe it's worth moving to the kernel feature as well.
      71674488
    • Michael Shigorin's avatar
      kernel: introduced use/kernel/net target · 753d8273
      Michael Shigorin authored
      The various *8168 and friends among kernel modules
      have finally been pushed into a designated target
      so that RM doesn't have to care which particular
      additional ethernet modules are available in this
      particular branch and kernel.
      
      Tweak distros as appropriate.
      
      NB: *maybe* this is required by distro/.base either.
      753d8273
    • Michael Shigorin's avatar
      firmware: introduced use/firmware/laptop · ca517ecc
      Michael Shigorin authored
      acpi_call is used far too often when dealing with the newer
      portable x86 hardware, we're better off including it when
      it's available.
      
      regular.mk adjusted appropriately.
      ca517ecc
    • Michael Shigorin's avatar
      firmware: factored out cpu ucode · a903457e
      Michael Shigorin authored
      Let's make CPU microcode an explicit target, it isn't
      required at every host where firmware-linux is.
      
      Adjusted its use accordingly.
      a903457e
    • Michael Shigorin's avatar
      wireless: depend on firmware · 17736ec4
      Michael Shigorin authored
      Richard and Theo would probably roll their eyes at this point
      but the unfortunate reality is that wireless hardware is very
      much dependent on firmware being explicitly provided; so here
      it is.
      
      rtl8192 kernel module added since it's present in t6/branch
      at least.
      17736ec4
    • Michael Shigorin's avatar
      refactored regular images · 85223fc1
      Michael Shigorin authored
      This change mostly concerns with making icewm flavour
      the lean one again.
      
      The goal is to widen the dynamic range of regular image features:
      icewm is not a desktop thus can bear withouth systemd-logind
      even if a bunch of network-managing-media-mounting crap has been
      rigged to depend on it, and ALT domain client should be included
      in most builds for convenient testing in SMB environments but can
      stay out of this minimal and "different" image.
      
      It also receives the "un-def" kernel flavour (3.8.0 as of today)
      which might benefit from the more available testing facility too.
      
      Its branding is also simplified, plain syslinux menu is fine;
      in similar vein, refind feature is flipped from icewm-only to
      all-but-icewm set of images with its state being good enough
      as of refind 0.6.7 and mkimage 0.2.7.
      85223fc1
    • Michael Shigorin's avatar
      regular.mk: e17: dropped xnest · 83790cbc
      Michael Shigorin authored
      It was gdm2.20's feature that requires further setup
      to actually function; thanks aen@ for explanations.
      83790cbc
  2. 20 Feb, 2013 3 commits
    • Michael Shigorin's avatar
      regular.mk: added settime-rfc867 to kde4 · ea9353ab
      Michael Shigorin authored
      ALT domain client regular.mk: added settime-rfc867 to kde4
      
      Seems like this belongs to domain-client pkglist though...
      ea9353ab
    • Michael Shigorin's avatar
      desktop+mate: dropped stale comments · ba3ed689
      Michael Shigorin authored
      There were a few packages disappearing or changing
      along the autoimport path, let's clean up the cruft.
      
      mate-conf-gtk is now gone, so removed either.
      ba3ed689
    • Michael Shigorin's avatar
      desktop+mate: dropped duplicates · 8bde7872
      Michael Shigorin authored
      mate-default pulls in mate-minimal and both of them
      require packages which are also specified in this
      pkglist; thus the pkglist should be pruned to avoid
      double work and splits like "mate-vfs is dropped
      from 1.5 package set, mate-default is adjusted but
      the pkglist references the now-missing package".
      8bde7872
  3. 19 Feb, 2013 6 commits
  4. 18 Feb, 2013 12 commits
  5. 14 Feb, 2013 5 commits
  6. 11 Feb, 2013 3 commits
    • Michael Shigorin's avatar
      gear-store-tags · 375e1afe
      Michael Shigorin authored
      375e1afe
    • Michael Shigorin's avatar
      0.9.7-alt1 · eb569544
      Michael Shigorin authored
      - going nightly
      eb569544
    • Michael Shigorin's avatar
      live: tweak 50-setup-network regarding resolving · 77f1459f
      Michael Shigorin authored
      The issue has shown up in regular-*-20130207: /etc/resolv.conf
      would suddenly be empty upon successful bootup in virtualbox
      with a single DHCP configurable ethernet.
      
      dmesg has some trouble signs:
      
        aufs au_lkup_neg:267:kworker/0:2[998]:
        I/O Error, resolv.conf should be negative on b0
      
      sem@ tells something like that has been seen before in a different
      configuration (multiple aufs overlays with /etc/ and /var sitting
      in different ones resulting in broken hardlinks); rescue boot with
      a test "echo > /etc/resolv.conf" yields an I/O error either.
      
      The patch is loosely based upon livecd-net-eth and
      m-p-d::profiles/live/image-scripts.d/init3-{network,resolve}.
      
      See also #28484 for the (still ongoing) discussion.
      77f1459f