summaryrefslogtreecommitdiff
path: root/mkinitcpio
AgeCommit message (Expand)Author
2023-10-11mkinitcpio: try to determine the UEFI architecturenl6720
2023-09-11Correct typos in mkinitcpioFelix Yan
2023-08-08Merge remote-tracking branch 'origin/merge-requests/247'nl6720
2023-07-09Support symlinks in cmdline.d tooLeo Pham
2023-06-26Allow symlinks for drop-in .conf filesLeo Pham
2023-06-16Remove `/usr/local` from sane PATHDamon Harris
2023-05-28Add --no-cmdline option to omit adding a cmdline to UKIsnl6720
2023-05-28mkinitcpio: Support /etc/cmdline.dMorten Linderud
2023-05-19Allow preset_options to be an arrayMarkus Weippert
2023-05-18Make offset calculation more robustMarkus Weippert
2023-05-18Scope UKI related helper functionsMarkus Weippert
2023-05-18Only set VERSION_ID and append sub-presetMarkus Weippert
2023-05-15uki: add IMAGE_ID, IMAGE_VERSION and VERSION_ID to .osrelMarkus Weippert
2023-05-15uki: add .uname sectionMarkus Weippert
2023-05-15uki: clean up section creationMarkus Weippert
2023-05-14tests: Add tests to check for reproducible buildsMorten Linderud
2023-05-10Source configuration files in /etc/mkinitcpio.conf.d/cvlc
2023-03-27Quoting assignmentsYishen Miao
2023-03-26Automating mask and align calculationYishen Miao
2023-03-26Refactoring to SectionAlignmentYishen Miao
2023-03-24Aligning to the next byteYishen Miao
2023-03-24Improve coding stylenl6720
2023-03-18Fix remaining shellcheck issuesMorten Linderud
2023-03-16Fix kernel destinationMarkus Weippert
2023-03-16Pass kernel image to post hooksMarkus Weippert
2023-03-16Add support for post generation hooksMarkus Weippert
2023-02-24Clean up tmp filesMarkus Weippert
2023-02-10mkinitcpio: prevent adding a trailing newline when reading preset optionsnl6720
2023-02-06Merge remote-tracking branch 'origin/merge-requests/194'Morten Linderud
2023-02-04document allowed values for -zMichael Kopp
2023-01-31mkinitcpio: fix shellcheck issue in process_presetnl6720
2023-01-31Improve bash syntax in mkinitcpio, lsinitcpio and functionsnl6720
2023-01-17add -p to fix reproducibiltyTobias Powalowski
2023-01-08made messages consistentJosephine Pfeiffer
2023-01-01mkinitcpio: use as many threads as possible (-T0) for xz compressionnl6720
2022-12-21Detecting the size of unified kernel image sections automaticallyYishen Miao
2022-12-07Add shebangs and SPDX license identifiers to all filesnl6720
2022-12-06Explicitly mention the "unified kernel image" and the "UKI" acronym where pos...nl6720
2022-12-05mkinitcpio: update the "sane PATH" to remove symlinked directoriesnl6720
2022-12-04Use grep -a to always treat input as text, even if grep thinks it isn't.Geert Hendrickx
2022-11-27UEFI unified kernel image: append null-byte to .cmdlineGeert Hendrickx
2022-11-09Merge branch 'pr-134'Morten Linderud
2022-11-09add MODULES_DECOMPRESS switchTobias Powalowski
2022-11-02Add support for building UEFI bundles on aarch64Hugo Osvaldo Barrera
2022-10-31Add --remove flag to presetsrogueai
2022-10-24Merge branch 'pr-124'v32Morten Linderud
2022-10-24apply feedback from the reviewerChristian Heusel
2022-10-22Merge pull request https://github.com/archlinux/mkinitcpio/pull/90 from tpowa...nl6720
2022-10-22fix reproducibility, in case of /var/cache is included in initramfsTobias Powalowski
2022-10-22implement fallback if there is not enough spaceChristian Heusel