1. 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
  2. 01 May, 2020 3 commits
  3. 19 Aug, 2019 1 commit
  4. 22 Jan, 2019 1 commit
  5. 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
  6. 25 Dec, 2013 1 commit
    • Michael Shigorin's avatar
      branding, plymouth: rescue is stage2 too · 6d95f8c3
      Michael Shigorin authored
      I don't think we're gonna like plymouth over rescue image
      anytime soon, especially when it hides the moment when shell
      pops up somewhere under it without startup-rescue caring to
      remove the splash.
      
      So let's put that $(INSTALL2_BRANDING) into proper stage2
      flavours only and avoid choking on missing plymouth as well.
      6d95f8c3
  7. 04 Feb, 2013 1 commit
    • Michael Shigorin's avatar
      plymouth: stage2 fix primarily for live · e7fa4c46
      Michael Shigorin authored
      It appeared that plymouthd.conf wasn't set up properly
      thus "service plymouth stop" didn't result in anything
      meaningful; thanks boyarsh@ for his help figuring this
      out again.
      e7fa4c46
  8. 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
  9. 25 Jun, 2012 1 commit
  10. 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