Harald Hoyer
4f0c7fc917
dracut-initramfs-restore.sh: try to mount /boot
...
This is very useful when /boot has the "noauto" option.
Thanks to Igor Filakhtov
10 years ago
Harald Hoyer
25b987fed6
Fixed the dracut-shutdown.service
...
Make the service a oneshot service, which remains after exit. This
ensures, that the ExecStop is executed later on, if a shutdown occurs.
10 years ago
Harald Hoyer
967cc19ab1
remove all vim and emacs code format comments
11 years ago
Harald Hoyer
0626cbe923
dracut-initramfs-restore: fix unpacking with early microcode
11 years ago
Koen Kooi
149965bd13
dracut-initramfs-restore,lsinitrd: add LZ4 support
...
Dracut claims to have LZ4 support, but trying to use it will result in an xzcat failure at the end due to missing CAT support.
The lz4 command chokes on '--', so abstract that out into the CAT select.
Something similar will need to be done for LZO.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
11 years ago
Harald Hoyer
32bd2fbb4c
use "rm --" to guard against filenames beginning with "-"
12 years ago
Harald Hoyer
449b0e0707
dracut-initramfs-restore.sh: also look for image in boot loader spec dir
12 years ago
Harald Hoyer
50bc2253d3
do not use dracut shutdown, if something failed while unpacking
...
also require "xzcat"
13 years ago
Harald Hoyer
fb67e4aa36
shutdown on demand
...
Do not save and restore the initramfs, but instead, just unpack the
default initramfs for shutdown on shutdown.
13 years ago