whitespace

This commit is contained in:
Lance Vick 2024-02-17 08:54:51 -08:00
parent c7edfedf94
commit 58d68a43d5
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 5 additions and 5 deletions

View File

@ -56,6 +56,7 @@ RUN <<-EOF
file /init | grep "static-pie"
EOF
WORKDIR /build_cpio
ENV KBUILD_BUILD_TIMESTAMP=1
COPY <<-EOF initramfs.list
file /init init 0755 0 0
file /nsm.ko /nsm.ko 0755 0 0
@ -74,7 +75,6 @@ COPY <<-EOF initramfs.list
dir /dev/pts 0755 0 0
nod /dev/console 0600 0 0 c 5 1
EOF
ENV KBUILD_BUILD_TIMESTAMP=1
RUN <<-EOF
find . -exec touch -hcd "@0" "{}" +
gen_init_cpio -t 1 initramfs.list > rootfs.cpio