Skip to content

Commit

Permalink
2.42.0
Browse files Browse the repository at this point in the history
- Feature network:
  + Do not add this feature by default.
- Feature system-glibc:
  + Do not add this feature by default.
- Feature lkrg:
  + Fix service permissions.
- Remove features:
  + raid, kbd, ide-to-scsi, scsi-to-ide, debug-procacct.
- Remove NEWS.md, spawn-shell.

Signed-off-by: Alexey Gladkov <[email protected]>
  • Loading branch information
legionus committed Jan 22, 2024
1 parent e5adcac commit 57d0267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# make-initrd [![Integration Tests](https://github.com/osboot/make-initrd/actions/workflows/integration.yml/badge.svg?branch=master)](https://github.com/osboot/make-initrd/actions/workflows/integration.yml)
# make-initrd

make-initrd is a new, uevent-driven initramfs infrastructure based around udev.

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.41.0],[[email protected]])
AC_INIT([make-initrd],[2.42.0],[[email protected]])
AC_CONFIG_HEADERS([config.h])

AC_PREFIX_DEFAULT([/usr])
Expand Down

0 comments on commit 57d0267

Please sign in to comment.