add neofetch
This commit is contained in:
@@ -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
2
Jenkinsfile
vendored
@@ -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/
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user