1. 17 Feb, 2023 3 commits
  2. 30 Dec, 2022 1 commit
  3. 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
  4. 07 Oct, 2021 1 commit
  5. 02 Sep, 2021 1 commit
  6. 12 May, 2021 1 commit
  7. 22 Apr, 2021 1 commit
  8. 12 Apr, 2021 4 commits
  9. 05 Apr, 2021 1 commit
  10. 15 Feb, 2021 1 commit
  11. 28 Jan, 2021 1 commit
  12. 25 Jan, 2021 1 commit
  13. 04 Dec, 2020 1 commit
  14. 12 Nov, 2020 1 commit
  15. 26 Aug, 2020 1 commit
  16. 22 May, 2020 5 commits
  17. 03 Apr, 2020 2 commits
  18. 20 Jan, 2020 1 commit
  19. 03 Mar, 2018 1 commit
  20. 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
  21. 26 Dec, 2016 1 commit
  22. 04 Apr, 2016 1 commit
  23. 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
  24. 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
  25. 12 Sep, 2012 3 commits
  26. 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
  27. 06 Aug, 2012 1 commit
    • Michael Shigorin's avatar
      syslinux: honour META_VOL_SET for boot menu · cbfc3db8
      Michael Shigorin authored
      This trots along the TODO item on text branding
      and hopefully helps Michael Radyuk (torabora)
      with his feature request to tweak the installer's
      "Install ALT Linux" label; as an example, Simply
      will now offer to "Install Simply Linux".
      cbfc3db8
  28. 31 Jul, 2012 1 commit
    • Michael Shigorin's avatar
      syslinux: no ui, no escape · 46e3c947
      Michael Shigorin authored
      This one was suggested by enp@ for industrial use where
      some extra protection for the boot process might be quite
      desirable.
      
      If no syslinux ui was specified (the stock configuration paths
      ensure there is one) or if it was set to "none" explicitly,
      then there's no boot: prompt (let alone any menu).
      
      If there's a need to ensure that the boot process is not
      interruptable by Ctrl/Shift/Caps Lock/Scroll Lock.
      46e3c947