Commit 7b44a36c authored by Michael Shigorin's avatar Michael Shigorin Committed by Anton Midyukov

e2k: fix 40-e2k-boot-conf

I've lost enough hair when this regression surfaced and almost bothered legion@ but finally saw the UUID=... instead of root=UUID=... in kernel cmdline; this looked as a result of a thinko that was pretty hard to spot at once but finally vm/alt-rescue.img works again on Elbrus. Fixes: 36d25f43
parent 051ba306
......@@ -31,7 +31,7 @@ label=$l
partition=0
image=/image-$v
initrd=/initrd-$v.img
cmdline=console=tty0 consoleblank=0 hardreset LABEL=ROOT
cmdline=console=tty0 consoleblank=0 hardreset root=LABEL=ROOT
EOF
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