Commit ddab9ec0 authored by Anton Midyukov's avatar Anton Midyukov Committed by Michael Shigorin

uboot: handle multiple kernels either

See commit 207cec89c4515fefa2b711acd06c645ed3bd0ee8.
parent a8b1f11f
......@@ -8,5 +8,7 @@ kver="$(rpm -qa 'kernel-image*' \
[ -n "$kver" ] || { echo "** unable to deduce kernel version" >&2; exit 1; }
/sbin/installkernel --uboot --keep-initrd "$kver"
for KVER in $kver; do
/sbin/installkernel --uboot --keep-initrd "$KVER"
done
printf 'LABEL=ROOT\t/\text4\tdefaults\t1 1\n' >> /etc/fstab
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