1. 10 Sep, 2021 1 commit
  2. 07 Sep, 2021 1 commit
    • Anton Midyukov's avatar
      syslinux, grub: add lowmem to install2, rescue · 683d6318
      Anton Midyukov authored
      For install2, this is needed to work around error 99-cdrom.sh with method:cdrom.
      The error shows up with make-initrd-bootchain, but not propagator, as lowmem is
      enabled for propagator in this mode.
      For rescue, the point is that the latter has become quite large, so by default
      it would be better that way.
      683d6318
  3. 12 Apr, 2021 2 commits
  4. 05 Apr, 2021 1 commit
  5. 24 Jan, 2017 1 commit
  6. 23 Aug, 2016 1 commit
    • Michael Shigorin's avatar
      syslinux: un-tweak showopts for rescue_fm snippet · f7df0f58
      Michael Shigorin authored
      This one is related to forensics mode handling in mkimage:
      there's a regex that's expecting the old string ending with
      hash value, and it stops working when this is changed here
      (at least as of mkimage 0.2.18).
      
      So partially undo the change for this particular file to avoid
      refind's example menu for regular-rescue.iso (or any other image
      involving forensics mode), and hope to revert this commit some day.
      f7df0f58
  7. 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
  8. 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
  9. 04 Apr, 2016 1 commit
  10. 19 Apr, 2014 3 commits
  11. 14 Apr, 2014 1 commit
    • Michael Shigorin's avatar
      syslinux: add forensics mode · 8362a7b9
      Michael Shigorin authored
      A variant of rescue that marks the need to be careful
      towards block devices and filesystems thus reducing
      the amount of auto-activation done by startup-rescue
      (0.17 or newer).
      8362a7b9