Commit f9dffdb9 authored by Anton Midyukov's avatar Anton Midyukov

initrd-propagator: not add empty layer

This layer was supposed to contain the propagator version.
parent 800f455f
......@@ -22,11 +22,4 @@ for kver in $kimage; do
mkmodpack -p /.in/modules -o /tmp/modules-"$kver" -k "$kver"
cat "$libdir/propagator/initfs" /tmp/modules-"$kver" > /boot/full-"$kver".cz
sed \
-e "s,@LIBDIR@,$libdir," \
-e "s,@TMPDIR@,/tmp,g" \
< "$WORKDIR/initfs" |
gencpio - |
gzip -c >> /boot/full-"$kver".cz
done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment