1. 11 Apr, 2016 1 commit
  2. 08 Apr, 2016 1 commit
    • Michael Shigorin's avatar
      docs: introduced license support · 40620fa1
      Michael Shigorin authored
      use/docs/license will copy the texts contained in branding
      package ("notes" one) over to the image's rootdir so these
      can be read with ease; otherwise one has to look up the
      right package at best (or unpack squashfs, no user can be
      really expected to do that just to *read* a *license*).
      
      This was originally profiles/scripts.d/01-copy-license
      script from m-p-d; got cut down heavily.
      40620fa1
  3. 04 Apr, 2016 3 commits
  4. 01 Apr, 2016 16 commits
  5. 25 Mar, 2016 3 commits
  6. 15 Mar, 2016 1 commit
  7. 14 Mar, 2016 3 commits
  8. 11 Mar, 2016 8 commits
  9. 10 Mar, 2016 4 commits
    • Michael Shigorin's avatar
      regular.mk: move "vga=0" into base jeos target · 51db8e5e
      Michael Shigorin authored
      It's not only related to jeos-ovz but also to jeos
      it seems (even if more fixing is clearly needed in
      sisyphus case as e.g. radeon driver might still
      refuse to work).
      51db8e5e
    • Michael Shigorin's avatar
      cleanup: drop autologin-sh-functions too · 438df49a
      Michael Shigorin authored
      This one has been introduced by alterator-users update;
      makes no sense on its own, just drop.
      438df49a
    • Michael Shigorin's avatar
      p7.mk: tweak ISO volume ID · 1ab8f507
      Michael Shigorin authored
      The default "ALT Linux IMAGE_NAME/ARCH" turns into
      "ALT Linux altlinux-p7-FLAVOUR/ARCH" which is both
      redundant and prone to hitting the ISO9660 volume ID
      length limit of 32 bytes (see also #28271).
      1ab8f507
    • Michael Shigorin's avatar
      regular.mk: server-hyperv: disable more services · f2a25425
      Michael Shigorin authored
      It'd be better yet to avoid installing hardware-related
      packages for a purely VM-targeted distro but it'd require
      some more intermediate forking; while its objectives do
      include reasonable minimalism it's not as ultimate as for
      jeos images, thus let's keep some superfluous services
      around (but disable them).
      f2a25425