diff --git a/Jenkinsfile b/Jenkinsfile index 4001bb2..c472c37 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -113,7 +113,7 @@ pipeline { --bootstrap debootstrap \ --debconf-frontend noninteractive \ --debian-installer live \ - --bootappend-live "elevator=deadline splash" \ + --bootappend-live "elevator=deadline vga=785 splash quiet" \ --hostname RetroDebian \ --iso-application RetroDebian \ --syslinux-splash config/binary_syslinux/splash.jpg \ diff --git a/config-kernel b/config-kernel index 245aad8..d726b21 100644 --- a/config-kernel +++ b/config-kernel @@ -1107,7 +1107,10 @@ CONFIG_AGP_INTEL=y # CONFIG_DRM is not set # CONFIG_VGASTATE is not set # CONFIG_VIDEO_OUTPUT_CONTROL is not set -# CONFIG_FB is not set +CONFIG_FB=y +CONFIG_FB_VESA=y +CONFIG_FRAMEBUFFER_CONSOLE=y +CONFIG_LOGO=y # CONFIG_BACKLIGHT_LCD_SUPPORT is not set # diff --git a/desktop b/desktop index c00e5fc..8cc91f1 100644 --- a/desktop +++ b/desktop @@ -39,4 +39,5 @@ libsdl1.2debian-alsa mesa-utils xmms2 smbclient -libopenal0a \ No newline at end of file +libopenal0a +usplash \ No newline at end of file diff --git a/editions/voodoo2/splash-source.png b/editions/voodoo2/splash-source.png index 6d19cab..ef51355 100644 Binary files a/editions/voodoo2/splash-source.png and b/editions/voodoo2/splash-source.png differ