1. 21 Aug, 2023 1 commit
  2. 19 Jul, 2023 1 commit
  3. 03 Jul, 2023 1 commit
  4. 26 May, 2023 1 commit
  5. 10 Mar, 2023 1 commit
  6. 01 Mar, 2023 1 commit
  7. 24 Jun, 2022 1 commit
    • Anton Midyukov's avatar
      stage2: add copy devicetree in 95-copy-kernel, if $GLOBAL_COPY_DTB is set · a9ded39b
      Anton Midyukov authored
      dtb on an ESP partition can be loaded by u-boot.
      devicetree directory contain symlinks to enable booting on systems,
      where use path of directory by vendor (modern u-boot) and flat path
      (older u-boot). In the case of iso, there is no need to support old
      u-boot given the price of 15 MB image increase on aarch64.
      a9ded39b
  8. 03 Jun, 2022 1 commit
    • Anton Midyukov's avatar
      create initrd.img with propagator instead full.cz · 71e209e2
      Anton Midyukov authored
      With this change, we simplify the created initrd image. Kernel
      modules and firmware are added by make-Initrd itself. The layer
      in Initrd is now one. It also allows you to unifyed configs for
      bootloading with propagator and bootchain.
      Config files for refind and elilo is creates in mkimage, so have
      to copy initrd.img in efi/boot/ with the name full.cz.
      71e209e2
  9. 18 Apr, 2022 1 commit
  10. 05 Apr, 2022 1 commit
  11. 02 Mar, 2022 2 commits
  12. 19 Jan, 2022 1 commit
  13. 22 Sep, 2021 1 commit
  14. 30 Aug, 2021 1 commit
  15. 12 Apr, 2021 3 commits
  16. 05 Apr, 2021 1 commit
  17. 03 Apr, 2021 4 commits
  18. 26 Jan, 2021 1 commit
  19. 25 Jan, 2021 1 commit
  20. 05 Dec, 2020 1 commit
  21. 23 Nov, 2020 1 commit
  22. 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
  23. 26 Oct, 2020 1 commit
  24. 21 Sep, 2020 1 commit
  25. 09 Jun, 2020 1 commit
  26. 22 May, 2020 4 commits
  27. 01 May, 2020 3 commits
  28. 15 Oct, 2018 2 commits
    • Michael Shigorin's avatar
      stage2: fix cifs-related bits · 2b3455c2
      Michael Shigorin authored
      sin@ was kind enough to just stick mount.cifs into initrd
      regardless of its presence in the chroot in question;
      let's look first and only add what's found.
      
      This started as a stopgap fix after make-initrd 2.2.0
      which happened to collide with cifs-related m-p commits
      in a somewhat unfortunate manner...
      2b3455c2
    • Evgeny Sinelnikov's avatar
      stage1: fix CIFS installation method · 00a828bc
      Evgeny Sinelnikov authored
      00a828bc