parent
665b7e58ba
commit
f046336c44
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION=023
|
VERSION=024
|
||||||
GITVERSION=$(shell [ -d .git ] && git rev-list --abbrev-commit -n 1 HEAD |cut -b 1-8)
|
GITVERSION=$(shell [ -d .git ] && git rev-list --abbrev-commit -n 1 HEAD |cut -b 1-8)
|
||||||
|
|
||||||
-include Makefile.inc
|
-include Makefile.inc
|
||||||
|
|
|
||||||
14
NEWS
14
NEWS
|
|
@ -1,3 +1,17 @@
|
||||||
|
dracut-024
|
||||||
|
==========
|
||||||
|
- new dracut option "--device"
|
||||||
|
- new dracut kernel command line options "rd.auto"
|
||||||
|
- new dracut kernel command line options "rd.noverifyssl"
|
||||||
|
- new dracut option "--kernel-cmdline" and "kernel_cmdline" option for default parameters
|
||||||
|
- fixes for systemd and crypto
|
||||||
|
- fix for kexec in shutdown, if not included in initramfs
|
||||||
|
- create the initramfs non-world readable
|
||||||
|
- prelink/preunlink in the initramfs
|
||||||
|
- strip binaries in the initramfs by default now
|
||||||
|
- various FIPS fixes
|
||||||
|
- various dracut-install fixes
|
||||||
|
|
||||||
dracut-023
|
dracut-023
|
||||||
==========
|
==========
|
||||||
- resume from hibernate fixes
|
- resume from hibernate fixes
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue