Commit bf975899 authored by Anton Midyukov's avatar Anton Midyukov

e2k, tty: setup serial console in tty feature on e2k also

parent f0a91ab2
...@@ -17,7 +17,7 @@ if ! grep -q "$BIN" "$CFG"; then ...@@ -17,7 +17,7 @@ if ! grep -q "$BIN" "$CFG"; then
done done
fi fi
for c in /boot/extlinux/extlinux.conf /etc/sysconfig/grub2; do for c in /boot/extlinux/extlinux.conf /etc/sysconfig/grub2 /boot/boot.conf; do
if [ -f "$c" ]; then if [ -f "$c" ]; then
sed -i "s/ quiet / /g;s/ quiet'/'/" "$c" sed -i "s/ quiet / /g;s/ quiet'/'/" "$c"
fi fi
......
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