Skip to content

Commit

Permalink
2.51.0
Browse files Browse the repository at this point in the history
- 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 <gladkov.alexey@gmail.com>
  • Loading branch information
legionus committed Jan 21, 2025
1 parent e8f575d commit de65975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([make-initrd],[2.50.0],[gladkov.alexey@gmail.com])
AC_INIT([make-initrd],[2.51.0],[gladkov.alexey@gmail.com])
AC_CONFIG_HEADERS([config.h])

AC_PREFIX_DEFAULT([/usr])
Expand Down

0 comments on commit de65975

Please sign in to comment.