1. 10 Sep, 2021 1 commit
  2. 07 Sep, 2021 2 commits
  3. 12 Apr, 2021 2 commits
  4. 05 Apr, 2021 1 commit
  5. 24 Jan, 2017 1 commit
  6. 19 Aug, 2016 1 commit
    • Michael Shigorin's avatar
      syslinux: tweak showopts · ed1c73b1
      Michael Shigorin authored
      This keyword was misused due to the lack of understanding
      of its meaning; thanks zerg@ for the hint, let's hide the
      kernel boot parameters not expected to be modified by user
      under the hood (and vice versa in some cases).
      
      Note that this is just a keyword shift in all cases
      but mediacheck where "showopts" is now added.
      
      NB: this keyword is only relevant for gfxboot.
      ed1c73b1
  7. 14 Apr, 2016 1 commit
    • Michael Shigorin's avatar
      syslinux: fixed RESCUE_BOOTARGS support · 3efa3893
      Michael Shigorin authored
      "Forensic mode" submenu has fallen apart after the original commit
      as the tricky logic in mkimage::tools/mki-copy-efiboot failed to
      pick up the new variant; this should all be redone (solo@ has
      started doing something but it needs a time-consuming review).
      
      Fixes: 79d02088
      3efa3893
  8. 04 Apr, 2016 1 commit
  9. 01 Jun, 2015 1 commit
    • Michael Shigorin's avatar
      syslinux: added 84rescue_remote.cfg · 54d19238
      Michael Shigorin authored
      This one provides cmdline arguments for startup-rescue >= 0.24
      which would bring up networking and sshd in its turn thus allowing
      remote access to the host booted in this mode.
      
      The feature has been asked for by many people including mithraen@
      and valintinr@ (and I'd make use of it another day too).
      
      See the appropriate startup-rescue commit description for notes
      on implementation; this default set of variable values should be
      both useful and illustrative though.
      54d19238