1. 11 Dec, 2014 2 commits
    • Michael Shigorin's avatar
      dev: tweak main subprofile to avoid extra packages · 52a4265e
      Michael Shigorin authored
      THE_* and friends are all unneeded for live builder image;
      this commit makes dev feature basically incompatible with
      install2 feature (which relies on the conventional behaviour
      of main subprofile), will have to think it all over if the
      combination of these two ever becomes needed.
      52a4265e
    • Michael Shigorin's avatar
      dev, live.mk: refactor live-builder bits · 74126092
      Michael Shigorin authored
      It feels like time to introduce regular-builder.iso,
      let's help it by factoring most of the common part out
      into the feature.
      74126092
  2. 10 Dec, 2014 1 commit
  3. 09 Dec, 2014 2 commits
  4. 04 Dec, 2014 2 commits
  5. 17 Nov, 2014 2 commits
  6. 16 Nov, 2014 2 commits
  7. 14 Nov, 2014 3 commits
    • Michael Shigorin's avatar
      init: tweak to accomodate p7/t7 too · be38098a
      Michael Shigorin authored
      The problem with initial implementation (commit 62e7e9c1)
      is that there's no systemd-services package in p7/branch
      thus apt complains about an attempt to remove something
      that doesn't even exist in the first place.
      be38098a
    • Michael Shigorin's avatar
      initial l10n feature · b5ff2b24
      Michael Shigorin authored
      Aimed at live images at first but should cover installers as well.
      
      This has been brewing for quite some time and while the proper
      implementation is considerably more complex (and hard to do)
      looks like there's demand for the particular important use case,
      namely LiveCDs for Russian users, so this code has been shared
      with a few people before merge.
      b5ff2b24
    • Michael Shigorin's avatar
      lib/functions.mk: tiny but important note · c293dd14
      Michael Shigorin authored
      There's a particular problem with lazy evaluation
      in case of BOOT_LANG: mkimage uses internal variable,
      BOOT_LANG = $(GLOBAL_BOOT_LANG) (note the lack of
      immediate assignment there), and if we set up
      
        export GLOBAL_BOOT_LANG = $(BOOT_LANG)
      
      in the same namespace we end up with recursively
      defined pair of variables; a ":=" in either place
      would save the day _but_ it's not there in m-p due to
      accumulator variables, e.g. USERS, which are defined
      and exported by a corresponding feature and then get
      populated *after* having been declared for export,
      _and_ it's not in mkimage as of 0.2.16 for some reason
      that might even be good (I don't know yet).
      c293dd14
  8. 12 Nov, 2014 1 commit
  9. 10 Nov, 2014 2 commits
  10. 06 Nov, 2014 1 commit
  11. 31 Oct, 2014 1 commit
  12. 29 Oct, 2014 3 commits
  13. 27 Oct, 2014 5 commits
  14. 24 Oct, 2014 2 commits
  15. 14 Oct, 2014 2 commits
  16. 13 Oct, 2014 2 commits
  17. 12 Oct, 2014 2 commits
  18. 10 Oct, 2014 3 commits
  19. 07 Oct, 2014 1 commit
    • Michael Shigorin's avatar
      initial desktop+xfce+extra · f24314bb
      Michael Shigorin authored
      xfdashboard is a GNOME Shell-like window switching interface
      and application runner; xfce4-whiskermenu-plugin is another
      (KDE-like) menu search facility; thanks sem@ for suggestions.
      f24314bb
  20. 05 Oct, 2014 1 commit