Skip to content
Snippets Groups Projects
Verified Commit f5c8f0d0 authored by Anhad Singh's avatar Anhad Singh :crab:
Browse files

drivers: add virtio* drivers

parent 300e99bf
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,9 @@ BINS=( ...@@ -9,6 +9,9 @@ BINS=(
nvmed nvmed
pcid pcid
vesad vesad
inputd
virtio-blkd
virtio-gpud
) )
case "${TARGET}" in case "${TARGET}" in
......
...@@ -14,6 +14,7 @@ BINS=( alxd ...@@ -14,6 +14,7 @@ BINS=( alxd
usbhidd usbhidd
usbscsid usbscsid
xhcid xhcid
virtio-netd
) )
# Add additional drivers to the list to build, that are not in drivers-initfs # Add additional drivers to the list to build, that are not in drivers-initfs
...@@ -55,4 +56,4 @@ do ...@@ -55,4 +56,4 @@ do
driver="$(basename "$(dirname "$conf")")" driver="$(basename "$(dirname "$conf")")"
cp -v "$conf" "${COOKBOOK_STAGE}/etc/pcid.d/$driver.toml" cp -v "$conf" "${COOKBOOK_STAGE}/etc/pcid.d/$driver.toml"
done done
""" """
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment