Skip to content

Commit fb6ea37

Browse files
committed
2.55.0
- Build System: + Hide losetup from busybox. This allows other implementations of losetup to be used. + Allow to pack filename with spaces. + Replace gen_init_cpio by cpio. + Split output into levels. + Avoid copying files to temporary root. + Include `features/*/rules.mk` only once. + Change timestamp format. Instead of `[HH:MM:SS]`, specify the time period from the start of operation with higher precision (`348ms`, `3.45s`, `1.5m`, etc.). + Add bash-completion for some utilities. - Feature system-glibc: + Do not remove the root password if it exists. - Misc: + make-initrd: Add option to build initramfs for latest kernel. + depinfo: Rewrite firmware processing. + depinfo: Add option to show missing firmware. + depinfo: Add more archive suffixes. + depinfo: Treat the firmware field as a pattern. + depinfo: Handle an alternative firmware path. + depinfo: Add information about missing firmware. Signed-off-by: Alexey Gladkov <[email protected]>
1 parent c8b2814 commit fb6ea37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.54.0],[[email protected]])
2+
AC_INIT([make-initrd],[2.55.0],[[email protected]])
33
AC_CONFIG_HEADERS([config.h])
44

55
AC_PREFIX_DEFAULT([/usr])

0 commit comments

Comments
 (0)