Skip to content

Commit 0fb49fc

Browse files
committed
2.54.0
- Feature runtime: + Add boot option to preload kernel modules. + Add boot option to blacklist some kernel modules. + Use own utility to switch root. - Feature runtime-compressed-fs: + This feature introduces support for building a compressed initramfs to significantly reduce memory usage during system boot. - Guess device-tree: + This feature scans the device tree [1] for compatible nodes and determines which kernel modules are required for the current hardware. - Guess loaded-modules: + Drop this guess feature. This feature was needed as a workaround to the problem of not being able to parse Device Tree (DT). Signed-off-by: Alexey Gladkov <[email protected]>
1 parent afc4802 commit 0fb49fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.69])
2-
AC_INIT([make-initrd],[2.53.0],[[email protected]])
2+
AC_INIT([make-initrd],[2.54.0],[[email protected]])
33
AC_CONFIG_HEADERS([config.h])
44

55
AC_PREFIX_DEFAULT([/usr])

0 commit comments

Comments
 (0)