Skip to content

Commit

Permalink
2.44.0
Browse files Browse the repository at this point in the history
- Feature plymouth:
  + Stop plymouth before running rdshell.
  + Do not start plymouth if using rdshell.
  + Fix unbound variable PLYMOUTH_LIBDIR.
- Runtime:
  + Try to load efivarfs before mount (fix IMSM RAID).
- Misc:
  + Improve bug-report generation.
  + Rewrite mi-bug-report.

Signed-off-by: Alexey Gladkov <[email protected]>
  • Loading branch information
legionus committed Feb 26, 2024
1 parent 52125c1 commit f0e6e34
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.43.0],[[email protected]])
AC_INIT([make-initrd],[2.44.0],[[email protected]])
AC_CONFIG_HEADERS([config.h])

AC_PREFIX_DEFAULT([/usr])
Expand Down

0 comments on commit f0e6e34

Please sign in to comment.