Skip to content

Commit 0191949

Browse files
Font fixed on TTY mode
I changed the font size using `#`, which will look better.
1 parent daf4b91 commit 0191949

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

system.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ user@machine:~$ unity --reset-icons
3636
 
3737

3838
### 5. TTY Mode:
39-
# We can use shortcut key: control + alter + F7 # Try F2, F3, ... F6 (i.e., F2 through F6)
39+
#### We can use shortcut key: control + alter + F7 # Try F2, F3, ... F6 (i.e., F2 through F6)
4040
This shoud bring up a text-based login prompt. Afterward, log in with your username (`whoami`) and password.
41+
42+
#### We could use terminal or console, if we access via GUI mode.
4143
```console
4244
user@machine:~$ sudo chvt 7 # Try 1, 2, 3, ... 7
4345
```

0 commit comments

Comments
 (0)