1. 26 Dec, 2012 7 commits
    • Michael Shigorin's avatar
      desktop+mate: fix build with 1.5 · d94ecb94
      Michael Shigorin authored
      A few things have changed...
      d94ecb94
    • Michael Shigorin's avatar
      live.mk: live-rescue += use/efi · 3ae69fa5
      Michael Shigorin authored
      The whole live-rescue needs a massive facelift regarding
      applications included and user experience achieved (remember
      that folks are going to be stressed enough already with data
      lost or system(s) not booting, and probably offline as well);
      but at least it's UEFI bootable now.
      3ae69fa5
    • Michael Shigorin's avatar
      efi: handle rescue as well · cd0db8d3
      Michael Shigorin authored
      The rescue feature intentionally doesn't pick up THE_PACKAGES
      and THE_LISTS into stage2, so add EFI ones explicitly.
      cd0db8d3
    • Michael Shigorin's avatar
      live.mk: rescue += EFI · 162a8240
      Michael Shigorin authored
      It was long overdue since (U)EFI support for live images
      has been there for some six weeks or so already.
      162a8240
    • Michael Shigorin's avatar
      tags2lists: filter out vim swap files · bad7fb53
      Michael Shigorin authored
      The (funny but somewhat confusing) problem manifests itself as
      
        E: Couldn't find package Binary
      
      during a build run in the profile where a tagged packagelist
      referenced by a specific target being built is open with vim
      (which results in .FILE.sw? temporary file lying aside).
      bad7fb53
    • Michael Shigorin's avatar
      features.in: extended README a bit · d045fe49
      Michael Shigorin authored
      The script hook naming advice and "+name" puropose explanation
      seem to have been missing.
      d045fe49
    • Michael Shigorin's avatar
      efi: skip on unsupported target architectures · b6eb7cb7
      Michael Shigorin authored
      There's a possibility to run into IA32 EFI but that's rather
      uninteresting hardware (ancient Xeon servers and <s>outdated</s>
      early Intel Mac laptops).  Just drop it on the floor.
      
      As x86_64 UEFI support would result in "2D hybrid(r)(tm)" image
      which boots with all combinations of BIOS/UEFI by CD|DVD/Flash
      (or at least should boot), some downgrace seems due: use/efi will
      turn use/isohybrid on non-x86_64 -- which will require further
      tweaks on PPC/ARM some day.
      b6eb7cb7
  2. 17 Dec, 2012 8 commits
  3. 03 Dec, 2012 11 commits
  4. 23 Nov, 2012 1 commit
    • Ildar Mulyukov's avatar
      live-builder: cut RPMs aka MAIN_PACKAGES from the image · e87399e1
      Ildar Mulyukov authored
      a live-builder appliance is (or may be) usually used for building software
      with many dependencies, hence needing access to external resources,
      e.g. apt repos with lib${NAME}-devel packages.
      
      This commit cuts RPM packages from the live-builder LiveCD.
      e87399e1
  5. 22 Nov, 2012 2 commits
  6. 19 Nov, 2012 11 commits