- Nov 29, 2021
-
-
Giancarlo Razzolini authored
-
- Nov 28, 2021
-
-
Giancarlo Razzolini authored
-
Giancarlo Razzolini authored
-
Giancarlo Razzolini authored
Merge branch 'bugfix/warn-if-no-presets' of https://github.com/FlorianMuenchbach/mkinitcpio into FlorianMuenchbach-bugfix/warn-if-no-presets
-
Florian Münchbach authored
Co-authored-by: Giancarlo Razzolini <grazzolini@users.noreply.github.com>
-
Giancarlo Razzolini authored
print information about microcode and splash on UEFI generation
-
Giancarlo Razzolini authored
-
Giancarlo Razzolini authored
-
Giancarlo Razzolini authored
functions: add nls_ascii to fat quirks
-
Giancarlo Razzolini authored
functions: add support for compressed firmware
-
Giancarlo Razzolini authored
functions: move add_udev_rule() from systemd hook
-
Giancarlo Razzolini authored
functions: canonicalize symbolic link path
-
Giancarlo Razzolini authored
A few shell completion and doc improvements
-
Giancarlo Razzolini authored
mkinitcpio: Allow additional argument to preset options
-
- Nov 15, 2021
-
-
Giancarlo Razzolini authored
mkinitcpio: Add umask 077 for artifacts
-
Giancarlo Razzolini authored
instrall/strip: ensure we strip x-pie-executable
-
- Nov 06, 2021
-
-
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?!).
-
- Oct 27, 2021
-
-
Giancarlo Razzolini authored
install/block: include vmd module
-
- Oct 10, 2021
-
-
Spencer Skylar Chan authored
-
- Sep 12, 2021
-
-
nl6720 authored
All Arch Linux's officially supported kernels changed from CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" to CONFIG_FAT_DEFAULT_IOCHARSET="ascii": - https://github.com/archlinux/svntogit-packages/commit/34bfe7d720658c7f0d14c61f44fb2a5516073c12 - https://github.com/archlinux/svntogit-packages/commit/c75cb9e71b52eef4de9ed706f01ddf5a05f9f738 - https://github.com/archlinux/svntogit-packages/commit/283332609549a479357d2d58adf80d12e89e345f - https://github.com/archlinux/svntogit-packages/commit/760c402675ad74417005b9abad5f997f677c801e Although currently Arch kernels have CONFIG_NLS_ASCII=y, since it's a tristate option, it's better to add it just in case.
-
- Aug 27, 2021
-
-
Štěpán Němec authored
I had to check the code to make sure it really has to be a file, and not e.g. (also) a literal command line string. Make that clearer in the option descriptions. Signed-off-by: Štěpán Němec <stepnem@gmail.com>
-
Štěpán Němec authored
The code was broken: it tried to fake multiple-hook completion using optional arguments for each of the two hook directories, so it was only possible to complete two hooks, separated by spaces. Provide proper completion instead, i.e., arbitrary number of unique comma-separated hook names as required argument for -A and -S and a single required hook name argument for -H. Signed-off-by: Štěpán Němec <stepnem@gmail.com>
-
Štěpán Němec authored
All the messages do is be printed above the completion matches (depending on completion settings), so they should describe the argument being completed. Signed-off-by: Štěpán Němec <stepnem@gmail.com>
-
- Aug 26, 2021
-
-
Štěpán Němec authored
Signed-off-by: Štěpán Němec <stepnem@gmail.com>
-
Štěpán Němec authored
Signed-off-by: Štěpán Němec <stepnem@gmail.com>
-
Štěpán Němec authored
Signed-off-by: Štěpán Němec <stepnem@gmail.com>
-
- Aug 25, 2021
-
-
Štěpán Němec authored
Signed-off-by: Štěpán Němec <stepnem@gmail.com>
-
Štěpán Němec authored
Signed-off-by: Štěpán Němec <stepnem@gmail.com>
-
- Aug 19, 2021
-
-
Alexander Schnaidt authored
-
- Aug 14, 2021
-
-
Morten Linderud authored
Fixes https://github.com/archlinux/mkinitcpio/issues/62 Fixes https://bugs.archlinux.org/task/69024 Signed-off-by: Morten Linderud <morten@linderud.pw>
-
- Aug 12, 2021
-
-
Giancarlo Razzolini authored
mkinitcpio: fixed missing _opt_long
-
- Jul 26, 2021
-
-
nl6720 authored
The vmd module may allow to use the disk on some systems that use the Intel Volume Management Device technology. Fixes https://bugs.archlinux.org/task/68704 .
-
- Jul 22, 2021
-
-
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: Morten Linderud <morten@linderud.pw>
-
- Jul 08, 2021
-
-
Morten Linderud authored
The short opts where the only one tested, seems like a few of the long opts was missing from the array. Signed-off-by: Morten Linderud <morten@linderud.pw>
-
- Jul 07, 2021
-
-
Giancarlo Razzolini authored
[mkinitcpio] Create UEFI executables
-
- Jul 05, 2021
-
-
Morten Linderud authored
Signed-off-by: Morten Linderud <morten@linderud.pw>
-
Morten Linderud authored
Preferably we shouldn't need to have a dry run when `mkinitcpio -U` is invoked, instead create a temporary initramfs we use for the UEFI executable. Signed-off-by: Morten Linderud <morten@linderud.pw>
-
Morten Linderud authored
Signed-off-by: Morten Linderud <morten@linderud.pw>
-