- 02 Apr, 2021 2 commits
-
-
Giancarlo Razzolini authored
-
-
- 19 Mar, 2021 1 commit
-
-
Piotr Gorski authored
Signed-off-by:
Piotr Gorski <lucjan.lucjanov@gmail.com>
-
- 17 Feb, 2021 3 commits
-
-
Giancarlo Razzolini authored
-
Giancarlo Razzolini authored
Since all the Arch kernels now support zstd, switch to it by default
-
Giancarlo Razzolini authored
Change explicit default for compression level of zstd
-
- 12 Feb, 2021 1 commit
-
-
Piotr Gorski authored
Signed-off-by:
Piotr Gorski <lucjan.lucjanov@gmail.com>
-
- 30 Jan, 2021 1 commit
-
-
Jonas Große Sundrup authored
-
- 08 Jan, 2021 1 commit
-
-
Piotr Gorski authored
Signed-off-by:
Piotr Gorski <lucjan.lucjanov@gmail.com>
-
- 07 Jan, 2021 3 commits
-
-
Giancarlo Razzolini authored
The copyright was still pointing to 2019.
-
Giancarlo Razzolini authored
-
Giancarlo Razzolini authored
The copyright date on the README and the man pages was still 2019. Fixed them to 2021.
-
- 05 Jan, 2021 3 commits
-
-
Giancarlo Razzolini authored
-
Giancarlo Razzolini authored
After extensive testing, lowering the compression level to 15 seems to achieve a compression time on the ball park of gzip, while also having ~10% savings on top of it.
-
Giancarlo Razzolini authored
-
- 30 Oct, 2020 1 commit
-
-
Chocobo1 authored
-
- 27 Oct, 2020 9 commits
-
-
Giancarlo Razzolini authored
-
-
Giancarlo Razzolini authored
-
-
Giancarlo Razzolini authored
-
-
Giancarlo Razzolini authored
-
-
Giancarlo Razzolini authored
mkinitcpio: Add support for the zstd compressor
-
- 08 Oct, 2020 1 commit
-
-
Luca Stefani authored
-
- 21 Sep, 2020 1 commit
-
-
Piotr Gorski authored
-
- 14 Aug, 2020 1 commit
-
-
Luca Stefani authored
-
- 16 Jul, 2020 3 commits
-
-
Christian Hesse authored
Within a (build) chroot we may have root on tmpfs. There is no fsck helper for tmpfs, so do not complain. Signed-off-by:
Christian Hesse <mail@eworm.de>
-
Giancarlo Razzolini authored
When removing kernels, detect if the preset was changes and save it as a .pacsave, instead of removing it.
-
nl6720 authored
This allows for booting from an ISO that was copied to a pmem device, such as '/dev/pmem0'. See also https://github.com/u-root/webboot/ . Co-authored-by:
Daniel Maslowski <info@orangecms.org>
-
- 06 Jul, 2020 1 commit
-
-
Piotr Gorski authored
Signed-off-by:
Piotr Gorski <lucjan.lucjanov@gmail.com>
-
- 20 May, 2020 2 commits
-
-
Tuomas Lähdekorpi authored
Filtering only by mmc pulls in media/mmc which would include modules and firmware for dvb.
-
Dave Reisner authored
As reported in https://github.com/archlinux/mkinitcpio/pull/20, this breaks various edge case involving builtins, leading to hardware-accelerated modules to not be added. This reverts commit 30dbfc27.
-
- 12 Mar, 2020 2 commits
-
-
Dave Reisner authored
There's a lot more to be gained from reading this file -- builtins might have aliases which aren't available in the older modules.builtin index. Fixes FS#65725.
-
Dave Reisner authored
This is a defensive measure against the bug raised in FS#65725. While it does technically avoid the bug, it isn't IMO the proper fix. We'll address that in another patch.
-
- 24 Feb, 2020 2 commits
-
-
Giancarlo Razzolini authored
-
https://github.com/Foxboron/mkinitcpioGiancarlo Razzolini authored
Merge branch 'morten/fix-builtin' of https://github.com/Foxboron/mkinitcpio into Foxboron-morten/fix-builtin
-
- 20 Feb, 2020 1 commit
-
-
Morten Linderud authored
modinfo have started reporting filenames as "(builtin)" on built-in modules. Ignore these and continue with other modules. Fixes: https://bugs.archlinux.org/task/65564 Introduced in: https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git/commit/?id=e7e2cb61fa9f1db3429d91ef6accff549500d268 Signed-off-by:
Morten Linderud <morten@linderud.pw>
-
- 20 Jan, 2020 1 commit
-
-
Giancarlo Razzolini authored
-