1. 24 Dec, 2013 3 commits
  2. 23 Dec, 2013 4 commits
    • Michael Shigorin's avatar
      gear-store-tags · c4a6bab5
      Michael Shigorin authored
      c4a6bab5
    • Michael Shigorin's avatar
      1.1.18-alt1 · 6929adbc
      Michael Shigorin authored
      - efi updates
      6929adbc
    • Michael Shigorin's avatar
      regular.mk: use installer-distro-altlinux-desktop · e6d41a6f
      Michael Shigorin authored
      ...instead of installer-distro-desktop which pulls in
      alterator-auth which breaks things big time for sysv-tde
      installer image due to avahi-daemon lazy to run.
      
      Of course it's the last step of installation that has to fail.
      
      And I've been considering this for several months already anyways.
      e6d41a6f
    • Michael Shigorin's avatar
      desktop+e17+e18+extra: include "e18" · 18ae053e
      Michael Shigorin authored
      I wondered how regular-e18 lacked econnman but it only
      took a closer look to understand that it's just not told
      to go in, plain and simple!
      
      There are no e18-extra-modules (at least so far),
      confine that to desktop+e17.
      18ae053e
  3. 19 Dec, 2013 1 commit
  4. 18 Dec, 2013 4 commits
  5. 17 Dec, 2013 1 commit
    • Michael Shigorin's avatar
      efi: drop -signed subpackages · 90429a85
      Michael Shigorin authored
      We chose to provide methods to sign packages but to avoid
      signing these by default (with some arbitrary test keys)
      the signatures are being added *after* the build by means
      of rpmrebuild-pesign; all of this is made significantly
      more complicated if there are separate -signed subpackages.
      
      So these are being dropped in the packages; account for that.
      90429a85
  6. 16 Dec, 2013 2 commits
  7. 13 Dec, 2013 1 commit
    • Michael Shigorin's avatar
      branding: support refind branding · e4bb1727
      Michael Shigorin authored
      Everything is handled within mki-copy-efiboot currently
      but it needs an image to process; extracting one from
      bootloader branding seems less hassle than forcing it
      into every flavour of branding.
      e4bb1727
  8. 11 Dec, 2013 2 commits
  9. 10 Dec, 2013 1 commit
  10. 09 Dec, 2013 6 commits
  11. 03 Dec, 2013 1 commit
    • Michael Shigorin's avatar
      desktop+live: re-added livecd-firefox · a4f1574b
      Michael Shigorin authored
      This basically reverts commit c18ef372
      for all practical purposes and restores the problem with chromium livecd
      still that's less of a problem compared to regular builds complaining
      that firefox is not the default browser when it's the only one anyways.
      a4f1574b
  12. 02 Dec, 2013 2 commits
  13. 29 Nov, 2013 1 commit
    • Michael Shigorin's avatar
      net: brief remark regarding livecd-save-nfs · 7e91e1b6
      Michael Shigorin authored
      A bit longer version is: add the script which cares to protect
      the interfaces which has been brought up during NFS root bootup
      already from being tampered with by NetworkManager so as to avoid
      losing network with networked rootfs.
      7e91e1b6
  14. 28 Nov, 2013 4 commits
  15. 27 Nov, 2013 1 commit
  16. 25 Nov, 2013 4 commits
    • Michael Shigorin's avatar
      gear-store-tags · ace9227d
      Michael Shigorin authored
      ace9227d
    • Michael Shigorin's avatar
      1.1.14-alt1 · f47091fc
      Michael Shigorin authored
      - important bugfix: THE_PACKAGES weren't getting through to .base
      - regular-sysv-tde related churn
      f47091fc
    • Michael Shigorin's avatar
      desktop+network+live: was redundant · c18ef372
      Michael Shigorin authored
      live-webkiosk doesn't really need it and mixin/desktop-installer
      was picking it up due to d+n+l satisfying d+n query.  This could
      be fixed with && !live but fixing bitrot is the better way to go.
      c18ef372
    • Michael Shigorin's avatar
      metadata: fix THE_PACKAGES processing · 3c40bb0d
      Michael Shigorin authored
      Actually the issue was worse in general: *_PACKAGES
      weren't quoted when put into .base thus resulting
      in a potentially broken echo command (silent one).
      
      The macro scheme used was overgeneralized; stuffing
      quoting differentiation into it was doable but ugly
      (unless one is able to pass an unquoted quote sign
      as a function's parameter in some elegant manner),
      let's just make it straightforward.
      3c40bb0d
  17. 24 Nov, 2013 2 commits