1. 14 Jul, 2023 1 commit
  2. 05 Jun, 2023 1 commit
  3. 01 Jun, 2023 1 commit
  4. 27 Feb, 2023 1 commit
  5. 23 Jan, 2023 1 commit
  6. 15 Feb, 2022 1 commit
  7. 20 Jul, 2021 1 commit
    • Anton Midyukov's avatar
      plymouth: not use THE_PACKAGES_REGEXP · 8c423549
      Anton Midyukov authored
      THE_PACKAGES_REGEXP must have a regular expression, otherwise it
      doesn't differ from THE_PACKAGES.
      Since there have been no problems so far, then regexp is not needed.
      8c423549
  8. 25 Nov, 2020 1 commit
  9. 06 Nov, 2020 1 commit
    • Anton Midyukov's avatar
      drm, plymouth, stage2, x11: initial feature drm · da918083
      Anton Midyukov authored
      The drm feature solves the problem of creating a common entry
      point for adding kernel drm modules for different package lists.
      The need for allocation into a separate feature arose from one
      parties to the need to make a switch between free and proprietary
      NVIDIA driver, on the other, because of the need to add only drm
      modules kernels for purposes such as use/stage2/kms and use/plymouth.
      
      Also no more switch needed for RADEON, as only the free video driver
      remains.
      da918083
  10. 01 May, 2020 3 commits
  11. 19 Aug, 2019 1 commit
  12. 22 Jan, 2019 1 commit
  13. 25 Feb, 2015 1 commit
    • Michael Shigorin's avatar
      install2: drop use/install2/kms · a211aec7
      Michael Shigorin authored
      This has only been useful for plymouth feature,
      and +installer shortcut included this target
      for all the wrong reasons as it seems today
      (thus blocking the DRM-free server installers,
      for example).
      a211aec7
  14. 03 Sep, 2012 1 commit
    • Michael Shigorin's avatar
      no more *silent* aliases · 84591991
      Michael Shigorin authored
      The missing "; @:" at the end of the otherwise recipeless rule
      resulted in target graph being broken; I should have checked this
      when introducing these aliases (the intent was to reduce noise).
      84591991
  15. 25 Jun, 2012 1 commit
  16. 14 Jun, 2012 1 commit
    • Michael Shigorin's avatar
      added plymouth feature · 8989fc27
      Michael Shigorin authored
      An initial draft of it was done half a year ago but several tricky
      thingies had kept the code from showing up as it was rather brittle
      and incomplete.
      
      This implementation involves quite a few changes all over the place
      but finally works good enough for live and installer images.
      
      Please pay attention to the versions of these packages:
      - installer-feature-setup-plymouth (0.3.2-alt1+)
      - branding-altlinux-sisyphus (20110706-alt2+ if used)
      - plymouth (0.8.3-alt20.git20110406+)
      
      See also:
      - http://www.altlinux.org/Branding
      - http://www.altlinux.org/Plymouth
      8989fc27