Commit d4c8ba2
committed
2.50.0
- New features:
+ New feature to add block device modules.
+ New feature to add MD modules.
+ New UKI feature to create a Unified Kernel Image which can be booted
directly from UEFI firmware.
- Feature kickstart:
+ Add alias /dev/root. This will allow to create images with a file
system with an arbitrary uuid without running make-initrd.
+ Add increasing filesystems (ext4, xfs, f2fs) along with the
partition change.
+ Rewrite block devices detection.
+ Fix work with busybox (use wrapper readlink-e).
- Feature add-modules:
+ Add workaround to add crc32 for f2fs.
- Feature fsck:
+ Add workaround for altlinux where fsck has non upstream compatible
options.
- Misc:
+ make-initrd: Reorder arguments and make variables in the command line.
+ initrd-put: Extend the mechanism for ignoring elf_dlopen dependencies.
+ initrd-put: Ignore "archive" feature in libsystemd-shared.so by default.
+ Search kernel System.map in the /lib/modules/<kver>.
+ Search kernel config in the /lib/modules/<kver>.
Signed-off-by: Alexey Gladkov <[email protected]>1 parent cd36d5e commit d4c8ba2
2 files changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
72 | 78 | | |
73 | 79 | | |
74 | 80 | | |
| |||
89 | 95 | | |
90 | 96 | | |
91 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
92 | 101 | | |
93 | 102 | | |
94 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments