use correct path when copying init

This commit is contained in:
Ryan Heywood 2025-07-11 17:05:17 -04:00
parent 257faf426f
commit 8ce699f35f
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ FROM base as build
WORKDIR /src
RUN cargo build ${CARGOFLAGS}
WORKDIR /build_cpio
RUN cp /src/init/target/${TARGET}/release/nit init
RUN cp /src/target/${TARGET}/release/nit init
ENV KBUILD_BUILD_TIMESTAMP=1
COPY <<-EOF initramfs.list
file /init init 0755 0 0