Skip to content

Commit

Permalink
Add vsock modules into ramdisk
Browse files Browse the repository at this point in the history
A review comment to coreos#1696 suggested I see if I could eliminate a pair of
modules needed in the ramdisk to consume an ignition file over vsock.
In doing the testing, I experienced a false positive; unfortunately, I
have determined they are in fact needed and this PR asks to add them
again.

Signed-off-by: Brent Baude <[email protected]>
  • Loading branch information
baude committed Nov 1, 2023
1 parent feca436 commit efc723d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dracut/30ignition/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,7 @@ installkernel() {

# required by applehv platform to read ignition file through vsock
instmods -c vsock
instmods -c vmw_vsock_virtio_transport_common
instmods -c vmw_vsock_virtio_transport
}

0 comments on commit efc723d

Please sign in to comment.