Skip to content

Commit

Permalink
2.30.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Gladkov <[email protected]>
  • Loading branch information
legionus committed Sep 27, 2022
1 parent 2634210 commit c80a5a9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Version 2.30.0

- Feature kickstart:
+ Close luks partition if we need to change partition table.
+ Add information about what command is being executed.
- Feature rootfs:
+ Create fstab more carefully.
- Feature ucode:
+ Change path in the archive.
- Feature multipath:
+ Add more rules and utils for FC multipath.
- Drop buildinfo feature.
- Misc:
+ Detect separate /usr partition (merged-usr).
+ Generate wiki from Documentation.

Version 2.29.0

- Runtime:
Expand Down
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.29.0],[[email protected]])
AC_INIT([make-initrd],[2.30.0],[[email protected]])
AC_CONFIG_SRCDIR([datasrc/getarg.c])
AC_CONFIG_HEADERS([config.h])

Expand Down

0 comments on commit c80a5a9

Please sign in to comment.