This commit is contained in:
2026-03-21 22:16:22 +01:00
parent 3734cc9ba0
commit 58cd1e62a6
4 changed files with 7 additions and 3 deletions

2
Jenkinsfile vendored
View File

@@ -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 \

View File

@@ -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
#

View File

@@ -39,4 +39,5 @@ libsdl1.2debian-alsa
mesa-utils
xmms2
smbclient
libopenal0a
libopenal0a
usplash

Binary file not shown.

Before

Width:  |  Height:  |  Size: 552 KiB

After

Width:  |  Height:  |  Size: 690 KiB