1. 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
  2. 16 Dec, 2013 2 commits
  3. 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
  4. 11 Dec, 2013 2 commits
  5. 10 Dec, 2013 1 commit
  6. 09 Dec, 2013 6 commits
  7. 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
  8. 02 Dec, 2013 2 commits
  9. 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
  10. 28 Nov, 2013 4 commits
  11. 27 Nov, 2013 1 commit
  12. 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
  13. 24 Nov, 2013 14 commits