update
This commit is contained in:
@@ -35,6 +35,7 @@ COPY --from=kernel-builder /usr/src/*.deb .
|
||||
COPY update-initramfs.sh .
|
||||
COPY zzz-config-live.sh .
|
||||
COPY desktop .
|
||||
COPY wallpaper.jpg .
|
||||
RUN apt-get update && \
|
||||
apt-get -y --force-yes install live-helper genisoimage syslinux squashfs-tools aptitude && \
|
||||
apt-get clean
|
||||
|
||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -57,6 +57,8 @@ pipeline {
|
||||
cp /root/linux-image-*.deb config/chroot_local-packages/
|
||||
cp /root/squashfs-modules-*.deb config/chroot_local-packages/
|
||||
cp /root/desktop config/chroot_local-packageslists/
|
||||
mkdir -p config/chroot_local-includes/usr/share/wallpapers
|
||||
cp /root/wallpaper.png config/chroot_local-includes/usr/share/wallpapers/retrodebian.png
|
||||
'''
|
||||
sh 'lh_build'
|
||||
}
|
||||
|
||||
BIN
wallpaper.jpg
Normal file
BIN
wallpaper.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 148 KiB |
@@ -8,7 +8,6 @@ mkdir -p /etc/skel
|
||||
|
||||
cat > /etc/skel/.xinitrc <<'EOF'
|
||||
#!/bin/sh
|
||||
pcmanfm --desktop &
|
||||
exec startfluxbox
|
||||
EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user