1. 04 Dec, 2016 2 commits
    • Michael Shigorin's avatar
      metadata: add THE_PACKAGES_REGEXP to DOT_BASE too! · 3dc01e07
      Michael Shigorin authored
      For some reason DOT_BASE only got BASE_PACKAGES_REGEXP so e.g.
      browser feature use well could result in the lack of a browser
      if no metapackage pulls one in!
      
      X-Brown-Paper-Bag :-(
      3dc01e07
    • Michael Shigorin's avatar
      regular.mk: introduced mixin/regular-xfce-sysv · 0bac7d68
      Michael Shigorin authored
      This is also no-op for the particular image being modified
      as LIVE_PACKAGES is a subset of THE_PACKAGES in terms of
      subprofiles affected.
      
      NB: move use/browser/firefox/classic from systemd-based
          xfce flavour here -- looks more appropriate ;-)
      0bac7d68
  2. 03 Dec, 2016 3 commits
  3. 01 Dec, 2016 1 commit
  4. 29 Nov, 2016 2 commits
  5. 26 Nov, 2016 1 commit
  6. 24 Nov, 2016 1 commit
  7. 23 Nov, 2016 1 commit
  8. 14 Nov, 2016 14 commits
  9. 12 Nov, 2016 1 commit
  10. 11 Nov, 2016 5 commits
  11. 10 Nov, 2016 5 commits
  12. 09 Nov, 2016 1 commit
  13. 08 Nov, 2016 1 commit
  14. 07 Nov, 2016 2 commits
    • Michael Shigorin's avatar
      basealt.mk: Russian by default · a340e3a5
      Michael Shigorin authored
      ...in EFI mode too!
      a340e3a5
    • Michael Shigorin's avatar
      build-vm: try system tar2fs first · f293239d
      Michael Shigorin authored
      It's at least removing the very obvious user->root
      attack through (maliciously) modifying bin/tar2fs
      and waiting for it to be run; if mkimage-profiles
      is installed system-wide as a package, the script
      from /usr/share/mkimage-profiles will be tried so
      those willing to allow vm/* build to themselves
      can provide for a passwordless sudo (as described
      in doc/vm.txt) to run a root-only writable script,
      not user-writable.
      
      Still not perfect but a step away from the abyss.
      f293239d