1. 31 Dec, 2012 3 commits
    • Michael Shigorin's avatar
      lists: initial desktop+nm · 9a86d7ec
      Michael Shigorin authored
      For MATE regular images right now
      but should be more widely useful.
      9a86d7ec
    • Michael Shigorin's avatar
      initial lxde pkglists · 2701a01f
      Michael Shigorin authored
      Thanks gns@ for his help in figuring these out;
      some metapackage related optimization is still due.
      2701a01f
    • Michael Shigorin's avatar
      desktop+xfce: refactor using metapackages · cf6411b3
      Michael Shigorin authored
      These are out there in Sisyphus and should be used
      instead of copious lines in a package list.
      
      Thanks sem@ for proposing gnome-icon-theme to supplement
      the lack of icons in the default theme; note that tango
      set doesn't quite cut it, even with extras.
      
      Thunar -> thunar; xfcalendar -> orage
      cf6411b3
  2. 26 Dec, 2012 11 commits
    • Michael Shigorin's avatar
      live: xdg-user-dirs tweak · cd9303e7
      Michael Shigorin authored
      Borrowed from m-p-d's init-xdg-user-dirs, of course.
      cd9303e7
    • Michael Shigorin's avatar
      live: mv 03services 03-services · 06c62ae4
      Michael Shigorin authored
      Slowly fixing up the discrepancies...
      06c62ae4
    • Michael Shigorin's avatar
      x11: added use/x11/kde4 · 874c078e
      Michael Shigorin authored
      There's use/x11/kde already but that serves somewhat different
      purpose as of today; the naming issue (kde vs kde4) was tersely
      discussed with sin@ at the time of the merge of his KDE4 image
      related bits and it's still not that clear.
      
      Let's try this way and see if existing images would be ported
      to use/x11/kde4.
      874c078e
    • Michael Shigorin's avatar
      implement and use/x11/e17 · e7a4b390
      Michael Shigorin authored
      This marks 0.17.0 hitting Sisyphus to much delight.
      e7a4b390
    • 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
  3. 17 Dec, 2012 8 commits
  4. 03 Dec, 2012 11 commits
  5. 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
  6. 22 Nov, 2012 2 commits
  7. 19 Nov, 2012 4 commits
    • Michael Shigorin's avatar
      gear-store-tags · 20ad22e5
      Michael Shigorin authored
      20ad22e5
    • Michael Shigorin's avatar
      0.9.0-alt1 · a5ec5f25
      Michael Shigorin authored
      - initial uefi, luks, armh support
      - enhanced arm, gnome3/systemd, vm support
      a5ec5f25
    • Michael Shigorin's avatar
      tar2vm: reworked to use sfdisk · 5e9ba6fb
      Michael Shigorin authored
      The issue (#28002) resulting in vm image build error reading
      
        Syntax error at or above line 5 in file '/etc/lilo-loop.conf'
      
      was caused by fdisk-2.22 changing its "-l" option output format
      to drop the very mention of the long irrelevant crap named "CHS".
      
      The problem is, however, that we still need that crap to piggyback
      a loop device's fake geometry to lilo while installing it there.
      
      Reported by icesik@.
      5e9ba6fb
    • Michael Shigorin's avatar
      initial armh support · e179176b
      Michael Shigorin authored
      Somewhat kludgy unfortunately and might need even more tweaking,
      I have only armv7l board handy at the moment to verify that
      the transformation is going to work.
      
      QEMU is bailing out here and now ("Exec format error").
      
      Example sources.list.sisyphus.armh of the season:
      
        rpm http://ftp.altlinux.ru/pub/people/asdus/sisyphus armh classic
        rpm http://ftp.altlinux.ru/pub/people/asdus/sisyphus noarch classic
      e179176b