This commit is contained in:
2026-03-20 01:31:22 +01:00
parent 0a8d2b84aa
commit cb579771da

View File

@@ -29,15 +29,15 @@ RUN (zcat /usr/src/unionfs-2.2.3_for_2.6.24.diff.gz | patch -p1) && \
# Note: we need to use Lenny because of live-helper
# it does target Etch though...
#FROM lpenz/debian-lenny-i386-minbase
#WORKDIR /root
#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
### rm -rf /var/lib/apt/lists/*
#WORKDIR /root/live
FROM lpenz/debian-lenny-i386-minbase
WORKDIR /root
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
# rm -rf /var/lib/apt/lists/*
WORKDIR /root/live