From b15b04455300f339ee914486fef8c9509e2bf80d Mon Sep 17 00:00:00 2001 From: chacha Date: Tue, 24 Mar 2026 02:10:31 +0100 Subject: [PATCH] integration on a real machine --- Dockerfile | 4 ++-- Jenkinsfile | 2 +- desktop | 4 +--- internal/rootfs/etc/udev/rules.d/z99_3dfx.rules | 1 + 4 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 internal/rootfs/etc/udev/rules.d/z99_3dfx.rules diff --git a/Dockerfile b/Dockerfile index 9ad1c3c..272ba69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -209,8 +209,8 @@ RUN apt-get update && \ # rm -rf /var/lib/apt/lists/* WORKDIR /root/live -#FROM packages-builder -#WORKDIR /usr/src +FROM packages-builder +WORKDIR /usr/src #RUN apt-get build-dep -y debian-edu-artwork-usplash && \ # apt-get source debian-edu-artwork-usplash &&\ # ls -al && \ diff --git a/Jenkinsfile b/Jenkinsfile index 4d85b85..a6056a9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -136,7 +136,7 @@ pipeline { --bootstrap debootstrap \ --debconf-frontend noninteractive \ --debian-installer live \ - --bootappend-live "elevator=deadline vga=785 splash quiet" \ + --bootappend-live "elevator=deadline" \ --hostname RetroDebian \ --iso-application RetroDebian \ --syslinux-splash config/binary_syslinux/splash.jpg \ diff --git a/desktop b/desktop index e3cde7f..f78ef44 100644 --- a/desktop +++ b/desktop @@ -38,11 +38,9 @@ htop libsdl1.2debian libsdl1.2debian-alsa mesa-utils -xmms2 +xmms smbclient libopenal0a -usplash -debian-edu-artwork-usplash libxft2 cpp inotify-tools diff --git a/internal/rootfs/etc/udev/rules.d/z99_3dfx.rules b/internal/rootfs/etc/udev/rules.d/z99_3dfx.rules new file mode 100644 index 0000000..25d0ed4 --- /dev/null +++ b/internal/rootfs/etc/udev/rules.d/z99_3dfx.rules @@ -0,0 +1 @@ +SUBSYSTEM=="3dfx", KERNEL=="3dfx", NAME="3dfx", MODE="0666" \ No newline at end of file