@ -9,7 +9,7 @@ RUN mkdir -p linux/build && debootstrap buster linux/build/cache
RUN cd /linux && make
# Files to be served
ADD files /tftpboot
ADD src/tftpboot /tftpboot
RUN cp /linux/build/rootfs/initrd.img /tftpboot/initrd.img && \
cp /linux/build/rootfs/vmlinuz /tftpboot/vmlinuz && \
mksquashfs /linux/build/rootfs /tftpboot/root.squashfs