Commit 242f35a5 authored by Anton Midyukov's avatar Anton Midyukov

e2k: fix scripts 20-e2k-boot

Fixed a bug with moving the core in a cycle. This only needs to be done once.
parent 363ba22a
......@@ -4,6 +4,10 @@ echo "** 20-e2k-boot START"
cd "$WORKDIR"
# Rename kernel image, unable to boot kernel from CD/DVD
# if its name does not contain "." (mcst#6856).
mv boot/image{,.0}
# slightly different logic as there's no boot *menu*:
# ensure the user can install this if possible
[ -f live ] && default=live
......@@ -29,10 +33,6 @@ for i in live altinst rescue; do
stage2="stagename=$i"
fi
# Rename kernel image, unable to boot kernel from CD/DVD
# if its name does not contain "." (mcst#6856).
mv boot/image{,.0}
cat >> boot.conf << EOF
label=$label
......
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