This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathFiles
58 lines (57 loc) · 2.92 KB
/
Files
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.
├── depends
│ ├── mkinitcpio-lucjan
│ │ ├── 0001-Merge-mkinitcpio-libalpm-scripts-into-one.patch
│ │ ├── 0002-functions-allow-tailing-for-custom-kernel-build-upon.patch
│ │ ├── 0003-Fix-ability-to-manually-specify-uefistub.patch
│ │ ├── 0004-Add-support-for-post-generation-hooks.patch
│ │ ├── 0005-Allow-overriding-hooks.patch
│ │ ├── 0006-mkinitcpio-add-VERSION_ID-to-EFISTUB.patch
│ │ ├── 0007-functions-no-progress-for-zstd-decompression.patch
│ │ ├── 0008-mkinitcpio-Support-etc-kernel-cmdline.d.patch
│ │ ├── 0009-presets-when-using-_efi_image-make-_image-optional.patch
│ │ ├── 0010-Revert-functions-no-progress-for-zstd-decompression.patch
│ │ ├── 0011-add-zst-compressed-firmware-support-fpr-future-kerne.patch
│ │ ├── 0012-add-real-symlink-support.patch
│ │ ├── 0013-add-real-symlink-support.patch
│ │ ├── 0014-add-MODULES_DECOMPRESS-switch.patch
│ │ ├── 0015-fix-reproducibility-in-case-of-var-cache-is-included.patch
│ │ ├── 0016-Good-idea-add-the-default-value.patch
│ │ ├── 0017-mkinitcpio-improve-MODULES_DECOMPRESS.patch
│ │ ├── 0018-Replace-check-with-rm-f.patch
│ │ ├── 0019-Fix-typo-in-commit-reproducibility.patch
│ │ ├── 0020-mkinitcpio-preserve-module-dir-by-the-kernel-remove-.patch
│ │ ├── 0021-Typo-correction.patch
│ │ ├── 0022-Revert-presets-when-using-_efi_image-make-_image-opt.patch
│ │ ├── 0023-preset-Change-unified-image-generation-options.patch
│ │ ├── 0024-fixed-missing-uefistub-detection.patch
│ │ ├── 0025-Fix-the-warning-about-missing-modules.builtin.modinf.patch
│ │ ├── 0026-Expand-as-it-fails-when-extglob-is-not-set.patch
│ │ ├── 0027-autodetect-does-not-work-for-overlay-fs-set-autodete.patch
│ │ ├── mkinitcpio.install
│ │ └── PKGBUILD
│ ├── README.md
│ └── uksmd-git
│ ├── PKGBUILD
│ └── uksmdstats
├── Files
├── lucjan-kernels-rolling
│ └── linux-lucjan-git
│ ├── config
│ └── PKGBUILD
├── lucjan-kernels-testing
│ ├── linux-lucjan
│ │ ├── config
│ │ └── PKGBUILD
│ └── linux-lucjan-git
│ ├── config
│ └── PKGBUILD
├── lucjan-kernels-unstable
│ ├── linux-lucjan
│ │ ├── config
│ │ └── PKGBUILD
│ └── linux-lucjan-git
│ ├── config
│ └── PKGBUILD
└── README.md
11 directories, 44 files