commit | a8c57ecddf8d387cf0d97ffa3da6dd6111b4c6e7 | [log] [tgz] |
---|---|---|
author | Eric Park <ideamaneric@gmail.com> | Mon Oct 21 01:44:42 2019 +0800 |
committer | Eric Park <ideamaneric@gmail.com> | Mon Oct 21 01:44:42 2019 +0800 |
tree | 90eea15395d30186db6eb093cd91c079275869a9 | |
parent | 38905eeb5d79120757f7f3b5a84bd743efcae82c [diff] |
Bliss OS: Use nano instead of vi Change-Id: Ie089bf0f4ab2a869e3432abb028baf9e66eac03c
diff --git a/docs/Bliss OS/troubleshooting.md b/docs/Bliss OS/troubleshooting.md index ee6b84a..8f7fd34 100644 --- a/docs/Bliss OS/troubleshooting.md +++ b/docs/Bliss OS/troubleshooting.md
@@ -10,7 +10,7 @@ <pre>``` mount -o remount, rw /mnt cd /mnt/grub -vi menu.lst +nano menu.lst ```</pre> 5. Add `nomodeset` before every "SCR=**" line. For example, your configuration should look something like this: <pre>```