From: Harald Hoyer Date: Fri, 24 Jan 2014 14:29:24 +0000 (+0100) Subject: dracut.sh: add early_cpio marker file to the early cpio X-Git-Tag: 035~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9909e33418dfb353c1270ece80f9f41f041c66c;p=thirdparty%2Fdracut.git dracut.sh: add early_cpio marker file to the early cpio --- diff --git a/dracut.sh b/dracut.sh index 097071066..9b715abfb 100755 --- a/dracut.sh +++ b/dracut.sh @@ -1463,6 +1463,7 @@ fi rm -f -- "$outfile" dinfo "*** Creating image file ***" if [[ $create_early_cpio = yes ]]; then + echo 1 > "$early_cpio_dir/d/early_cpio" # The microcode blob is _before_ the initramfs blob, not after (cd "$early_cpio_dir/d"; find . -print0 | cpio --null -R 0:0 -H newc -o --quiet >../early.cpio) mv $early_cpio_dir/early.cpio $outfile.$$