Skip to content

Commit a84290f

Browse files
committed
2.57.0
- Feature acpica: + Added a new feature for ACPI table upgrade. + Added auto-detection (guess/acpica) to include ACPI update data when needed. - Feature luks-nuker: + Added a new feature for secure wiping of encrypted partitions. + Integrated with dialog helpers for interactive сценарии. - Feature nfsroot: + Fixed nfsroot=auto handling (typo bugfix), restoring expected auto mode behavior. - Feature sshfsroot: + Fixed sshfsroot=auto handling (typo bugfix), restoring expected auto mode behavior. - Feature runtime (root=SOURCE): + Fixed root=SOURCE=* processing bug caused by typo. + Improved reliability of boot source mounting for affected setups. Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com>
1 parent 55de956 commit a84290f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.56.0],[gladkov.alexey@gmail.com])
2+
AC_INIT([make-initrd],[2.57.0],[gladkov.alexey@gmail.com])
33
AC_CONFIG_HEADERS([config.h])
44

55
AC_PREFIX_DEFAULT([/usr])

0 commit comments

Comments
 (0)