1. 09 Feb, 2024 1 commit
    • Anton Midyukov's avatar
      Drop EFI_BOOTARGS variable · c21c58d2
      Anton Midyukov authored
      This variable was need for rEFInd (it no longer support). The
      variable was added to grub menu, but was not in needed.
      In server V, this has remained since rEFInd.
      c21c58d2
  2. 09 Oct, 2023 1 commit
  3. 17 Feb, 2023 3 commits
  4. 30 Dec, 2022 1 commit
  5. 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
  6. 07 Oct, 2021 1 commit
  7. 02 Sep, 2021 1 commit
  8. 12 May, 2021 1 commit
  9. 22 Apr, 2021 1 commit
  10. 12 Apr, 2021 4 commits
  11. 05 Apr, 2021 1 commit
  12. 15 Feb, 2021 1 commit
  13. 28 Jan, 2021 1 commit
  14. 25 Jan, 2021 1 commit
  15. 04 Dec, 2020 1 commit
  16. 12 Nov, 2020 1 commit
  17. 26 Aug, 2020 1 commit
  18. 22 May, 2020 5 commits
  19. 03 Apr, 2020 2 commits
  20. 20 Jan, 2020 1 commit
  21. 03 Mar, 2018 1 commit
  22. 30 Dec, 2016 1 commit
    • Michael Shigorin's avatar
      syslinux: introduced BOOTVGA · 91075d00
      Michael Shigorin authored
      ...instead of hardwired 0x314 (which is rather wrong
      for modern kernels and hardware, just ran into that
      with yet another Matrox G200eW WPCM450).
      91075d00
  23. 26 Dec, 2016 1 commit
  24. 04 Apr, 2016 1 commit
  25. 05 Jun, 2015 1 commit
    • Michael Shigorin's avatar
      syslinux: introduce SYSLINUX_DIRECT · 18dbadd8
      Michael Shigorin authored
      There's a convention that syslinux configuration snippets
      carrying the names of subprofiles involved are picked up
      automatically; there were a few special cases already
      when this is actually inconvenient, and there's another
      one at hand so let's just step up and do it.
      
      NB: this is a sort of a hacky hook though, wish an elegant
          interface would come to mind some day.
      18dbadd8
  26. 11 Feb, 2013 1 commit
    • Michael Shigorin's avatar
      syslinux: drop "menu label" for gfxboot · c12f0c17
      Michael Shigorin authored
      The issue is that gfxboot's gettext support works on "label"
      strings but doesn't work properly on "menu label" ones as of 4.04
      (the "menu label" translations pop up in the "Loading ..." window
      but menu items themselves are unaffected thus untranslated).
      
      NB: debian wheezy's syslinux-4.05 package patchset contains
      somewhat related 07-gfxboot-menu-label.patch; might be worth
      attention given that debian folks participate in upstream.
      c12f0c17
  27. 12 Sep, 2012 3 commits
  28. 11 Aug, 2012 1 commit
    • Michael Shigorin's avatar
      complex subprofile delimiter changed ("/" -> "@") · b21353a0
      Michael Shigorin authored
      That sub/stage2/install2 was somewhat clumsy actually as it looked
      like a hierarchical thing while being a substitution thing:
      generic stage2 would get put in place renamed as install2.
      
      This could only get worse with hierarchical features which have
      already been both requested and considered for quite a time,
      and "stage2 at install2" reads much more naturally.
      b21353a0