Skip to content

Commit

Permalink
Remove superfluous copy
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Lönnegren <[email protected]>
  • Loading branch information
frelon committed Sep 27, 2023
1 parent 5f9c0d8 commit ed325d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile.image
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,3 @@ RUN elemental init --force immutable-rootfs,grub-config,dracut-config,cloud-conf
# aarch64 has an uncompressed kernel so we need to link it to vmlinuz
kernel=$(ls /boot/Image-* 2>/dev/null | head -n1) && \
if [ -e "$kernel" ]; then ln -sf "${kernel#/boot/}" /boot/vmlinuz; fi

# Copy bootargs
COPY framework/files/etc/cos/bootargs.cfg /etc/cos/bootargs.cfg

0 comments on commit ed325d3

Please sign in to comment.