From 209332308a511ac3fe11c53b609be22362494a03 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sun, 20 May 2018 10:48:34 +0100 Subject: [PATCH] linux: enable CONFIG_LOGO=y by default, too useful to check that graphics works --- README.adoc | 4 ++-- kernel_config_fragment/default | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 95577ae..9ec022a 100644 --- a/README.adoc +++ b/README.adoc @@ -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 <>. +If you run in <>, then you get a Penguin image for <> 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 <> 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. diff --git a/kernel_config_fragment/default b/kernel_config_fragment/default index 491ebde..843cb7a 100644 --- a/kernel_config_fragment/default +++ b/kernel_config_fragment/default @@ -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