Skip to content

Commit de65975

Browse files
committed
2.51.0
- Feature kickstart: + Allow to disable kickstart from cmdline. + Fix specifying label for f2fs. + Add mkfs for f2fs filesystem if needed. + Add crc32-generic for f2fs. + Add more nls modules for vfat kernel module. - Feature pipeline: + Add ability to check gpg signatures for mounted files in pipeline. - Feature ucode: + Fix the dependency on compress. - Feature compress: + Attempt to detect and use the number of physical CPU cores. - Misc: + Update libshell to v0.4.13 . + Update busybox to 1.37.0 . Signed-off-by: Alexey Gladkov <[email protected]>
1 parent e8f575d commit de65975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.69])
2-
AC_INIT([make-initrd],[2.50.0],[[email protected]])
2+
AC_INIT([make-initrd],[2.51.0],[[email protected]])
33
AC_CONFIG_HEADERS([config.h])
44

55
AC_PREFIX_DEFAULT([/usr])

0 commit comments

Comments
 (0)