Skip to content

Commit

Permalink
fix(orin): disable ISCSI in the initramfs generation (#2476)
Browse files Browse the repository at this point in the history
Signed-off-by: mudler <[email protected]>
  • Loading branch information
mudler authored Apr 15, 2024
1 parent 8d36c4e commit 7806bae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images/Dockerfile.nvidia
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \

RUN apt-get remove -y unattended-upgrades

# Disable ISCSI
# (The kernel does not support it: https://github.com/kairos-io/kairos/issues/2467)
RUN echo 'omit_dracutmodules+=" iscsi "' > /etc/dracut.conf.d/iscsi.conf

# https://docs.nvidia.com/jetson/l4t/index.html#page/Tegra%20Linux%20Driver%20Package%20Development%20Guide/updating_jetson_and_host.html
# root@orin:~# apt list --installed | grep nv
# cuda-nvcc-11-4/stable,now 11.4.315-1 arm64 [installed]
Expand Down

0 comments on commit 7806bae

Please sign in to comment.