integration on a real machine
This commit is contained in:
@@ -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 && \
|
||||
|
||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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 \
|
||||
|
||||
4
desktop
4
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
|
||||
|
||||
1
internal/rootfs/etc/udev/rules.d/z99_3dfx.rules
Normal file
1
internal/rootfs/etc/udev/rules.d/z99_3dfx.rules
Normal file
@@ -0,0 +1 @@
|
||||
SUBSYSTEM=="3dfx", KERNEL=="3dfx", NAME="3dfx", MODE="0666"
|
||||
Reference in New Issue
Block a user