Commit 78ac727d authored by Michael Shigorin's avatar Michael Shigorin

e2k: initial implementation

Elbrus 2000 only takes us a few lines to get up and running ;-)
parent db1d0ee5
Эта фича содержит необходимое для поддержки систем архитектуры "Эльбрус".
use/e2k:
@$(call add_feature)
@$(call set,KFLAVOURS,mcst-def)
default=auto
label=auto
partition=0
image=/image-@KVER@
initrd=/initrd-@KVER@.img
cmdline=console=tty0 consoleblank=0 hardreset root=UUID=@ROOTUUID@
#!/bin/sh
CFG="/boot/boot.conf"
[ -f "$CFG" ] || exit 1
[ -n "$GLOBAL_TTY_DEV" -a -n "$GLOBAL_TTY_RATE" ] || exit 0
# tty0 first
sed -i "s/console=tty0 /console=$GLOBAL_TTY_DEV,$GLOBAL_TTY_RATE &/" "$CFG"
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