integration on a real machine

This commit is contained in:
2026-03-24 02:10:31 +01:00
parent db09a1650a
commit b15b044553
4 changed files with 5 additions and 6 deletions

View File

@@ -209,8 +209,8 @@ RUN apt-get update && \
# rm -rf /var/lib/apt/lists/* # rm -rf /var/lib/apt/lists/*
WORKDIR /root/live WORKDIR /root/live
#FROM packages-builder FROM packages-builder
#WORKDIR /usr/src WORKDIR /usr/src
#RUN apt-get build-dep -y debian-edu-artwork-usplash && \ #RUN apt-get build-dep -y debian-edu-artwork-usplash && \
# apt-get source debian-edu-artwork-usplash &&\ # apt-get source debian-edu-artwork-usplash &&\
# ls -al && \ # ls -al && \

2
Jenkinsfile vendored
View File

@@ -136,7 +136,7 @@ pipeline {
--bootstrap debootstrap \ --bootstrap debootstrap \
--debconf-frontend noninteractive \ --debconf-frontend noninteractive \
--debian-installer live \ --debian-installer live \
--bootappend-live "elevator=deadline vga=785 splash quiet" \ --bootappend-live "elevator=deadline" \
--hostname RetroDebian \ --hostname RetroDebian \
--iso-application RetroDebian \ --iso-application RetroDebian \
--syslinux-splash config/binary_syslinux/splash.jpg \ --syslinux-splash config/binary_syslinux/splash.jpg \

View File

@@ -38,11 +38,9 @@ htop
libsdl1.2debian libsdl1.2debian
libsdl1.2debian-alsa libsdl1.2debian-alsa
mesa-utils mesa-utils
xmms2 xmms
smbclient smbclient
libopenal0a libopenal0a
usplash
debian-edu-artwork-usplash
libxft2 libxft2
cpp cpp
inotify-tools inotify-tools

View File

@@ -0,0 +1 @@
SUBSYSTEM=="3dfx", KERNEL=="3dfx", NAME="3dfx", MODE="0666"