linux: enable CONFIG_LOGO=y by default, too useful to check that graphics works

This commit is contained in:
Ciro Santilli
2018-05-20 10:48:34 +01:00
parent 260155096d
commit 209332308a
2 changed files with 4 additions and 3 deletions

View File

@@ -3286,9 +3286,9 @@ Note that on Ubuntu 17.10, to get to the text terminal from the GUI we first nee
==== CONFIG_LOGO
Must be run in <<graphic-mode>>.
If you run in <<graphic-mode>>, then you get a Penguin image for <<number-of-cores,every core>> above the console! https://askubuntu.com/questions/80938/is-it-possible-to-get-the-tux-logo-on-the-text-based-boot
If you compile the kernel with `CONFIG_LOGO=y`, then you get a Penguin image for <<number-of-cores,every core>> above the console! https://askubuntu.com/questions/80938/is-it-possible-to-get-the-tux-logo-on-the-text-based-boot
This is due to the `CONFIG_LOGO=y` option which we enable by default.
`reset` on the terminal then kills the poor penguins.

View File

@@ -77,8 +77,9 @@ CONFIG_VIRTIO_BLK=y
CONFIG_VIRTIO_NET=y
# Misc
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
CONFIG_DUMMY_IRQ=m
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
CONFIG_LOGO=y
## Networking