add neofetch

This commit is contained in:
2026-03-21 17:33:48 +01:00
parent b99b5c8ada
commit 27d5f5b3c6
3 changed files with 8847 additions and 0 deletions

View File

@@ -172,6 +172,7 @@ COPY update-initramfs.sh .
COPY zzz-config-live.sh .
COPY desktop .
COPY wallpaper.jpg .
COPY neofecth .
COPY editions ./editions
RUN apt-get update && \
apt-get -y --force-yes install live-helper genisoimage syslinux squashfs-tools aptitude && \

2
Jenkinsfile vendored
View File

@@ -87,6 +87,8 @@ pipeline {
cp /root/desktop config/chroot_local-packageslists/
mkdir -p config/chroot_local-includes/usr/share/wallpapers
cp /root/wallpaper.jpg config/chroot_local-includes/usr/share/wallpapers/retrodebian.jpg
cp /root/neofetch config/chroot_local-includes/usr/local/bin/neofetch
chmod +x config/chroot_local-includes/usr/local/bin/neofetch
cp /root/editions/voodoo2/splash.png config/binary_syslinux/
'''

8844
neofetch Normal file

File diff suppressed because it is too large Load Diff