Skip to content
Snippets Groups Projects
  1. Nov 29, 2021
  2. Nov 28, 2021
  3. Nov 15, 2021
  4. Nov 06, 2021
    • Florian Muenchbach's avatar
      Warn, if the preset file does not contain any presets · 0dea4494
      Florian Muenchbach authored
      Previously, mkinitcpio would silently skip preset files that are
      readable, but do not contain a PRESETS array at all or an empty one.
      
      Printing a warning is chosen over printing an error / exit with failure
      in order not to break (existing) scripts or use cases, in which multiple
      preset files shall be processed, of which one might be empty
      (intentionally?!).
      0dea4494
  5. Oct 27, 2021
  6. Oct 10, 2021
  7. Sep 12, 2021
  8. Aug 27, 2021
  9. Aug 26, 2021
  10. Aug 25, 2021
  11. Aug 19, 2021
  12. Aug 14, 2021
  13. Aug 12, 2021
  14. Jul 26, 2021
  15. Jul 22, 2021
    • Morten Linderud's avatar
      mkinitcpio: Allow additional argument to preset options · 26d3b9a0
      Morten Linderud authored
      
      Sometimes it might be handy to add arguments to the preset options. For
      instance if you are testing a new mkinitcpio feature with a preexisting
      preset.
      
      This patch allows us to use any arguments passed after "--" as an
      extension to the preset options array.
      
          mkinitcpio -p linux -- --uefi /efi/EFI/Linux/systemd-linux.efi --microcode /boot/intel-ucode.img
      
      Would use "linux.preset" and append the --uefi and --microcode flags to
      the preset option arrays.
      
      Signed-off-by: default avatarMorten Linderud <morten@linderud.pw>
      Verified
      26d3b9a0
  16. Jul 08, 2021
  17. Jul 07, 2021
  18. Jul 05, 2021
Loading