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