Skip to content

Commit 2093323

Browse files
committed
linux: enable CONFIG_LOGO=y by default, too useful to check that graphics works
1 parent 2601550 commit 2093323

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3286,9 +3286,9 @@ Note that on Ubuntu 17.10, to get to the text terminal from the GUI we first nee
32863286

32873287
==== CONFIG_LOGO
32883288

3289-
Must be run in <<graphic-mode>>.
3289+
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
32903290

3291-
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
3291+
This is due to the `CONFIG_LOGO=y` option which we enable by default.
32923292

32933293
`reset` on the terminal then kills the poor penguins.
32943294

kernel_config_fragment/default

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ CONFIG_VIRTIO_BLK=y
7777
CONFIG_VIRTIO_NET=y
7878

7979
# Misc
80-
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
8180
CONFIG_DUMMY_IRQ=m
81+
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
82+
CONFIG_LOGO=y
8283

8384
## Networking
8485

0 commit comments

Comments
 (0)